Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Diagnostics.​Metrics.​MeterOptions
Assembly: System.Diagnostics.DiagnosticSource
Inheritance: object → MeterOptions
The options for creating a <see cref="T:System.Diagnostics.Metrics.Meter" /> .
Properties
public
string
Name
The Meter name.
public
string
Version
The optional Meter version.
public
Collections.​Generic.​IEnumerable<​Collections.​Generic.​KeyValuePair<​string, object>>
Tags
The optional list of key-value pair tags associated with the Meter.
public
object
Scope
The optional opaque object to attach to the Meter. The scope object can be attached to multiple meters for scoping purposes.
public
string
TelemetrySchemaUrl
<para>Gets the location of a Schema File that can be retrieved using HTTP or HTTPS protocol.</para>
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object