NorskInspect.streamMetrics() method

Generate metrics for one or more input streams

These will end up in the telemetry store and are exportable via the prometheus endpoint

or an otel collector

Signature:

streamMetrics(settings: MetricsSettings): Promise<MetricsNode>;
typescript

Parameters

Parameter Type Description

settings

MetricsSettings

Returns:

Promise<MetricsNode>

Find Examples