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.

interface System.​Diagnostics.​Metrics.​IMeterFactory

Assembly: System.Diagnostics.DiagnosticSource

Implemented Interfaces

A factory for creating <see cref="T:System.Diagnostics.Metrics.Meter" /> instances.

Methods

Create​(MeterOptions options)
Creates a new <see cref="T:System.Diagnostics.Metrics.Meter" /> instance.
Returns A new <see cref="T:System.Diagnostics.Metrics.Meter" /> instance.
options The <see cref="T:System.Diagnostics.Metrics.MeterOptions" /> to use when creating the meter.