Couchbase .NET SDK | 3.9.0
Search Results for

    Show / Hide Table of Contents

    Class CouchbaseMetrics

    Constants for Couchbase .NET metrics.

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

    Fields

    | Edit this page View Source

    MeterName

    The name of the legacy Couchbase meter.

    Declaration
    public const string MeterName = "CouchbaseNetClient"
    Field Value
    Type Description
    string
    | Edit this page 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
    • Edit this page
    • View Source
    In this article
    Back to top © 2026 Couchbase, Inc.