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

Class AsciiMetricPoint

Inheritance
System.Object
AsciiMetricPoint
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.Formatting.Ascii
Assembly:cs.temp.dll.dll
Syntax
public class AsciiMetricPoint

Constructors

AsciiMetricPoint(String, IReadOnlyDictionary<String, Object>, MetricTags)

Declaration
public AsciiMetricPoint(string measurement, IReadOnlyDictionary<string, object> fields, MetricTags tags)
Parameters
Type Name Description
System.String measurement
IReadOnlyDictionary<System.String, System.Object> fields
MetricTags tags

Properties

Fields

Declaration
public IReadOnlyDictionary<string, object> Fields { get; }
Property Value
Type Description
IReadOnlyDictionary<System.String, System.Object>

Measurement

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

Tags

Declaration
public MetricTags Tags { get; }
Property Value
Type Description
MetricTags

Methods

Format(TextWriter)

Declaration
public void Format(TextWriter textWriter)
Parameters
Type Name Description
TextWriter textWriter
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX