Get a log-based metric

GET {{baseUrl}}/api/v2/logs/config/metrics/:metric_id

Get a specific log-based metric from your organization.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"attributes":{"compute":{"aggregation_type":"count","include_percentiles":"\u003cboolean\u003e","path":"\u003cstring\u003e"},"filter":{"query":"\u003cstring\u003e"},"group_by":[{"path":"\u003cstring\u003e","tag_name":"\u003cstring\u003e"},{"path":"\u003cstring\u003e","tag_name":"\u003cstring\u003e"}]},"id":"\u003cstring\u003e","type":"logs_metrics"}}