Skip to main content
logoTetrate Istio Subscription PlusVersion: Latest

Metric Service

The differences between TSB and Tetrate Istio Subscription Plus (TIS+)

Tetrate Istio Subscription Plus (TIS+) utilizes many of the same components as the Tetrate Service Bridge(TSB) product but has the several distinctions.

Service to manage telemetry metrics.

Metrics

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

GetMetric

ListMetrics

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