Patch metric group
Patch a metric group by key. Updating a metric group uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes.
Authentication
Authorizationstring
API Key authentication via header
Path parameters
projectKey
The project key
metricGroupKey
The metric group key
Request
This endpoint expects a list of objects.
op
The type of operation to perform
path
A JSON Pointer string specifying the part of the document to operate on
value
Response
Metric group response
_id
The ID of this metric group
key
A unique key to reference the metric group
name
A human-friendly name for the metric group
kind
The type of the metric group
Allowed values:
_links
The location and content type of related resources
_creationDate
Timestamp of when the metric group was created
_lastModified
Timestamp of when the metric group was last modified
maintainer
The maintainer of this metric
metrics
An ordered list of the metrics in this metric group
_version
The version of this metric group
description
Description of the metric group
_access
Details on the allowed and denied actions for this metric group
experiments
Experiments that use this metric group. Only included if specified in the expand
query parameter in a getMetricGroup
request.
experimentCount
The number of experiments using this metric group
activeExperimentCount
The number of active experiments using this metric group
activeGuardedRolloutCount
The number of active guarded rollouts using this metric group
totalConnectionsCount
The total number of connections using this metric group
totalActiveConnectionsCount
The total number of active connections using this metric group