Removed Key Operations time series endpoint

Removed

The Key Operations time series endpoint is now superseded by the Query time series endpoint and will be removed March 9th, 2024. You can now write a UQL query that includes both the service and operation names, for example:

1
2
3
4
5
# rate for a key operation
spans count
| rate
| filter service == "web" && operation == "GET /checkout"
| group_by [], sum

Contact your Customer Success representative with any questions or concerns.

To learn more about our UQL, see the following:

Updated Mar 4, 2024