Couchbase .NET SDK | 3.3.5
Search Results for

    Show / Hide Table of Contents

    Interface IMeter

    An interface for developing classes for collecting and measuring metrics.

    Namespace: Couchbase.Core.Diagnostics.Metrics
    Assembly: Couchbase.NetClient.dll
    Syntax
    public interface IMeter : IDisposable

    Methods

    | Improve this Doc 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2022 Couchbase, Inc.