get_spans_metric | SELECT | metric_id, dd_site | Get a specific span-based metric from your organization. |
list_spans_metrics | SELECT | dd_site | Get the list of configured span-based metrics with their definitions. |
create_spans_metric | INSERT | data__data, dd_site | Create a metric based on your ingested spans in your organization. Returns the span-based metric object from the request body when the request is successful. |
delete_spans_metric | DELETE | metric_id, dd_site | Delete a specific span-based metric from your organization. |
_get_spans_metric | EXEC | metric_id, dd_site | Get a specific span-based metric from your organization. |
_list_spans_metrics | EXEC | dd_site | Get the list of configured span-based metrics with their definitions. |
update_spans_metric | EXEC | metric_id, data__data, dd_site | Update a specific span-based metric from your organization. Returns the span-based metric object from the request body when the request is successful. |