IMeterProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MeterPRovider is responsible for creating new meters with valid names + versions for the context.
public interface IMeterProvider
type IMeterProvider = interface
Public Interface IMeterProvider
- Derived
Methods
CreateMeter(String, String) |
Initializes a new instance of Meter using the specified meter name and version. This Meter is suitable for measuring + reporting instruments via standard VS Telemetry. |
CreateMeter(String) |
Initializes a new instance of Meter using the specified meter name. This Meter is suitable for measuring + reporting instruments via standard VS Telemetry. |