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>;
Find Examples
Search for examples using streamMetrics in our examples repo.