<PackageReference Include="OpenTelemetry" Version="1.18.0-rc.1" />

OpenTelemetry.Metrics.MeterFactory

static class 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.