MeterFactoryExtensions public static class MeterFactoryExtensions Extension methods for Meter and IMeterFactory. Documentation Code public static Meter Create(this IMeterFactory meterFactory, string name, string version = null, IEnumerable<KeyValuePair<string, object>> tags = null) Creates a Meter with the specified name, version, and tags.