App Metrics Fork me on GitHub
Show / Hide Table of Contents

Class MetricBase

Inheritance
System.Object
MetricBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Formatters.Json
Assembly:cs.temp.dll.dll
Syntax
public abstract class MetricBase

Properties

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Tags

Declaration
public Dictionary<string, string> Tags { get; set; }
Property Value
Type Description
Dictionary<System.String, System.String>

Unit

Declaration
public string Unit { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX