Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 836 Bytes

File metadata and controls

28 lines (15 loc) · 836 Bytes

LaunchDarklyApi.MetricGroupPost

Properties

Name Type Description Notes
key String A unique key to reference the metric group [optional]
name String A human-friendly name for the metric group
kind String The type of the metric group
description String Description of the metric group [optional]
maintainerId String The ID of the member who maintains this metric group
tags [String] Tags for the metric group
metrics [MetricInMetricGroupInput] An ordered list of the metrics in this metric group

Enum: KindEnum

  • funnel (value: "funnel")

  • standard (value: "standard")

  • guardrail (value: "guardrail")