Get metric group
Get information for a single metric group from the specific project.
Expanding the metric group response
LaunchDarkly supports two fields for expanding the “Get metric group” response. By default, these fields are not included in the response.
To expand the response, append the expand
query parameter and add a comma-separated list with either or both of the following fields:
experiments
includes all experiments from the specific project that use the metric groupexperimentCount
includes the number of experiments from the specific project that use the metric group
For example, expand=experiments
includes the experiments
field in the response.
Path parameters
The project key
The metric group key
Headers
Query parameters
A comma-separated list of properties that can reveal additional information in the response.
Response
Metric group response
The ID of this metric group
A unique key to reference the metric group
A human-friendly name for the metric group
The type of the metric group
The location and content type of related resources
Timestamp of when the metric group was created
Timestamp of when the metric group was last modified
The maintainer of this metric
An ordered list of the metrics in this metric group
The version of this metric group
Description of the metric group
Details on the allowed and denied actions for this metric group
Experiments that use this metric group. Only included if specified in the expand
query parameter in a getMetricGroup
request.
The number of experiments using this metric group