Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class CouchbaseMeterInstrumentationOptions

    Various options which affect how metrics are exported.

    Inheritance
    object
    CouchbaseMeterInstrumentationOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Extensions.Metrics.Otel
    Assembly: Couchbase.Extensions.OpenTelemetry.dll
    Syntax
    public sealed class CouchbaseMeterInstrumentationOptions

    Properties

    | Edit this page View Source

    ExcludeLegacyMetrics

    Set to true to exclude some duplicative legacy metrics. Defaults to false.

    Declaration
    public bool ExcludeLegacyMetrics { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.