Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.64 KB

File metadata and controls

39 lines (27 loc) · 1.64 KB

MetricGroupRep

Properties

Name Type Description Notes
id String The ID of this metric group
key String A unique key to reference the metric group
name String A human-friendly name for the metric group
kind KindEnum The type of the metric group
description String Description of the metric group [optional]
links Map<String, Link> The location and content type of related resources
access Access [optional]
tags List<String> Tags for the metric group
creationDate Long
lastModified Long
maintainer MaintainerRep
metrics List<MetricInGroupRep> An ordered list of the metrics in this metric group
version Integer The version of this metric group
experiments List<DependentExperimentRep> [optional]
experimentCount Integer The number of experiments using this metric group [optional]
activeExperimentCount Integer The number of active experiments using this metric group [optional]
activeGuardedRolloutCount Integer The number of active guarded rollouts using this metric group [optional]

Enum: KindEnum

Name Value
FUNNEL "funnel"
STANDARD "standard"
GUARDRAIL "guardrail"