Skip to main content
Version: 1.5.x

Metric Service

Metrics

The Metrics service exposes methods to manage Telemetry Metrics from Telemetry Sources.

GetMetric

Get the details of an existing telemetry metric.

ListMetrics

List the telemetry metrics that are available for the requested telemetry source.

GetMetricRequest

Request to retrieve a telemetry metric from a parent telemetry source resource.

FieldDescriptionValidation Rule

fqn

string
REQUIRED
Fully-qualified name of the telemetry metric.

string = {
  min_len: 1
}

ListMetricsRequest

Request to retrieve the list of telemetry metrics from a parent telemetry source resource.

FieldDescriptionValidation Rule

parent

string
REQUIRED
Fully-qualified name of the parent telemetry source resource to retrieve the telemetry metrics.

string = {
  min_len: 1
}

ListMetricsResponse

List of telemetry metrics from the resource.

FieldDescriptionValidation Rule

metrics

List of tetrateio.api.tsb.observability.telemetry.v2.Metric