MetricListingRepKind

May 22, 2025 ยท View on GitHub

The kind of event the metric tracks

Example Usage

import { MetricListingRepKind } from "@launchdarkly/mcp-server/models/components";

let value: MetricListingRepKind = "custom";

Values

"pageview" | "click" | "custom"