Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class CouchbaseMetrics

Constants for Couchbase .NET metrics.

Inheritance
object
CouchbaseMetrics
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Core.Diagnostics.Metrics
Assembly: Couchbase.NetClient.dll
Syntax
public static class CouchbaseMetrics

Fields

View Source

MeterName

The name of the legacy Couchbase meter.

Declaration
public const string MeterName = "CouchbaseNetClient"
Field Value
Type Description
string
View Source

ModernMeterName

The name of the modern Couchbase meter (following OTel semantic conventions).

Declaration
public const string ModernMeterName = "CouchbaseNetClient.Modern"
Field Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.