get_otlp_metric_names
List metric names ingested via native OpenTelemetry (OTLP) within a specified time window. Filter by substring and set a result limit; get a friendly notice when the OTLP feature is unavailable.
Instructions
[PREVIEW] List metric names ingested via native OpenTelemetry (OTLP). Requires the OTLP Metrics feature flag; returns a friendly notice when unavailable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Window end, unix epoch seconds | |
| limit | No | Max results | |
| start | No | Window start, unix epoch seconds | |
| contains | No | Substring filter on metric names (wildcards unsupported) |