Class CouchbaseMetrics
Constants for Couchbase .NET metrics.
Inherited Members
Namespace: Couchbase.Core.Diagnostics.Metrics
Assembly: Couchbase.NetClient.dll
Syntax
public static class CouchbaseMetrics
Fields
| Edit this page View SourceMeterName
The name of the legacy Couchbase meter.
Declaration
public const string MeterName = "CouchbaseNetClient"
Field Value
| Type | Description |
|---|---|
| string |
ModernMeterName
The name of the modern Couchbase meter (following OTel semantic conventions).
Declaration
public const string ModernMeterName = "CouchbaseNetClient.Modern"
Field Value
| Type | Description |
|---|---|
| string |