MeterOptions public class MeterOptions Documentation Code public string Name { get; set; } public object Scope { get; set; } public IEnumerable<KeyValuePair<string, object>> Tags { get; set; } public string Version { get; set; } public MeterOptions(string name)