OpenTelemetry.Metrics.ReadOnlyExemplarCollection
A read-only collection of Exemplars.
namespace OpenTelemetry.Metrics
{
public readonly struct ReadOnlyExemplarCollection
{
public struct Enumerator
{
public ref Exemplar Current { get; }
public bool MoveNext();
}
public Enumerator GetEnumerator();
}
}