Couchbase .NET SDK | 3.7.0
Search Results for

    Show / Hide Table of Contents

    Interface IMeter

    An interface for developing classes for collecting and measuring metrics.

    Inherited Members
    IDisposable.Dispose()
    Namespace: Couchbase.Core.Diagnostics.Metrics
    Assembly: Couchbase.NetClient.dll
    Syntax
    public interface IMeter : IDisposable

    Methods

    | Edit this page View Source

    ValueRecorder(string, IDictionary<string, string>)

    Creates an IValueRecorder implementation for collecting metrics.

    Declaration
    IValueRecorder ValueRecorder(string name, IDictionary<string, string> tags = null)
    Parameters
    Type Name Description
    string name

    The name of the IValueRecorder usually a service name or similar.

    IDictionary<string, string> tags

    Any tags that are to be associated with the metrics being captured.

    Returns
    Type Description
    IValueRecorder
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.