Show / Hide Table of Contents

Class MetricsExporting

(experimental) OpenTelemetry metrics exporter configurations.

Inheritance
object
MetricsExporting
Namespace: Amazon.CDK.AWS.ApplicationSignals.Alpha
Assembly: Amazon.CDK.AWS.ApplicationSignals.Alpha.dll
Syntax (csharp)
public class MetricsExporting : DeputyBase
Syntax (vb)
Public Class MetricsExporting Inherits DeputyBase
Remarks

Contains constants for configuring metrics export behavior.

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ApplicationSignals.Alpha;

             var metricsExporting = new MetricsExporting();

Synopsis

Constructors

MetricsExporting()

(experimental) OpenTelemetry metrics exporter configurations.

Properties

OTEL_METRICS_EXPORTER

(experimental) Configuration for OpenTelemetry metrics exporter.

OTEL_METRICS_EXPORTER_NONE

(experimental) Disable metrics export.

OTEL_METRICS_EXPORTER_OTLP

(experimental) Enable OTLP metrics export.

Constructors

MetricsExporting()

(experimental) OpenTelemetry metrics exporter configurations.

public MetricsExporting()
Remarks

Stability: Experimental

Properties

OTEL_METRICS_EXPORTER

(experimental) Configuration for OpenTelemetry metrics exporter.

public static string OTEL_METRICS_EXPORTER { get; }
Property Value

string

Remarks

Stability: Experimental

OTEL_METRICS_EXPORTER_NONE

(experimental) Disable metrics export.

public static string OTEL_METRICS_EXPORTER_NONE { get; }
Property Value

string

Remarks

Stability: Experimental

OTEL_METRICS_EXPORTER_OTLP

(experimental) Enable OTLP metrics export.

public static string OTEL_METRICS_EXPORTER_OTLP { get; }
Property Value

string

Remarks

Stability: Experimental

Back to top Generated by DocFX