Table of Contents

Interface IViewRegistry

Namespace
Steeltoe.Management.OpenTelemetry.Metrics
Assembly
Steeltoe.Management.OpenTelemetryBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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