Mark the current position in the observation stream. Returns a checkpoint id for use with the since_checkpoint parameter on query_observations. Use this before making a change (running code, deploying, etc.) so you can query only observations that occurred after that point. Pattern: create_checkpoint -> make change -> query_observations with since_checkpoint.
