Get a list of all metric groups for the specified project.
This endpoint does not support response expansion.
Although the API accepts an expand query parameter for compatibility reasons, it does not currently modify the response. The parameter is reserved for future use.
The filter parameter supports the following operators: contains, equals, anyOf.
You can only filter certain fields in metrics when using the filter parameter. Additionally, you can only filter some fields with certain operators.
When you search for metrics, the filter parameter supports the following fields and operators:
LaunchDarkly supports the following fields for sorting:
name sorts by metric group name.createdAt sorts by the creation date of the metric group.connectionCount sorts by the number of connections to experiments the metric group has.By default, the sort is in ascending order. Use - to sort in descending order. For example, ?sort=name sorts the response by metric group name in ascending order, and ?sort=-name sorts in descending order.
filter=experimentStatus equals 'not_started' and query equals 'metric name'
Accepts filter by experimentStatus, query, kind, hasConnections, maintainerIds, and maintainerTeamKey. Example: filter=experimentStatus equals 'running' and query equals 'test'.
A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order. Read the endpoint description for a full list of available sort fields.
Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and returns the next limit items.