OpenTelemetry.Metrics.MeterFactory
public static Meter Create<T>(Version semanticConventionsVersion, IEnumerable<KeyValuePair<string, object>> tags = null)
Creates a new Meter for the assembly associated
with the specified type and semantic conventions version.
public static Meter Create(Type type, Version semanticConventionsVersion, IEnumerable<KeyValuePair<string, object>> tags = null, string name = null)
Creates a new Meter for the assembly associated
with the specified type and semantic conventions version.