OpenTelemetry.Metrics.ExportModesAttribute
An attribute for declaring the supported ExportModes of a metric exporter.
namespace OpenTelemetry.Metrics
{
public sealed class ExportModesAttribute : Attribute
{
public ExportModes Supported { get; }
public ExportModesAttribute(ExportModes supported);
}
}