Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IValueRecorder

An interface for collecting metric data and associated with a IMeter.

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

Methods

View Source

RecordValue(uint, KeyValuePair<string, string>?)

Collects metric data and forwards it to its IMeter parent.

Declaration
void RecordValue(uint value, KeyValuePair<string, string>? tag = null)
Parameters
Type Name Description
uint value

The value to measure.

KeyValuePair<string, string>? tag

An optional tag for the IValueRecorder.

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.