Couchbase .NET SDK | 3.9.0
Search Results for

    Show / Hide Table of Contents

    Enum ObservabilitySemanticConvention

    Controls whether Couchbase spans emit legacy attribute names (default) or modern OpenTelemetry semantic-convention names. This is a process-global setting: if any cluster enables modern mode, the entire process emits modern attribute names.

    Namespace: Couchbase.Core.Diagnostics
    Assembly: Couchbase.NetClient.dll
    Syntax
    public enum ObservabilitySemanticConvention

    Fields

    Name Description
    Both

    Both legacy and modern attribute names are emitted. Helpful while transitioning from one to the other.

    Legacy

    Legacy attribute names are the default, which couchbase has historically used.

    Modern

    Modern attribute names are OpenTelemetry semantic-convention names.

    • Edit this page
    • View Source
    In this article
    Back to top © 2026 Couchbase, Inc.