Table of Contents

Interface IViewRegistry

Namespace
Steeltoe.Management.OpenTelemetry.Metrics
Assembly
Steeltoe.Management.OpenTelemetryBase.dll
public interface IViewRegistry

Properties

Views

List<KeyValuePair<string, MetricStreamConfiguration>> Views { get; }

Property Value

List<KeyValuePair<string, MetricStreamConfiguration>>

Methods

AddView(string, MetricStreamConfiguration)

void AddView(string instrumentName, MetricStreamConfiguration viewConfig)

Parameters

instrumentName string
viewConfig MetricStreamConfiguration