Telemetry Source Service
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 the Telemetry Sources.
Sources
The Sources service exposes methods to manage telemetry sources from resources.
GetSource
ListSources
GetSourceRequest
Request to retrieve a Telemetry Sources from a parent resource.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
ListSourcesRequest
Request to retrieve the list of telemetry sources from a parent resource.
Field | Description | Validation Rule |
---|---|---|
parent | string | string = { |
scopeTypes | List of tetrateio.api.tsb.observability.telemetry.v2.SourceScopeType | – |
belongTos | List of string | – |
existed | tetrateio.api.tsb.observability.telemetry.v2.ListSourcesRequest.TimeRange | – |
TimeRange
TimeRange is a closed time range. If since or until are not provided they will not be used to filter.
Field | Description | Validation Rule |
---|---|---|
since | google.protobuf.Timestamp | – |
until | google.protobuf.Timestamp | – |
ListSourcesResponse
List of telemetry sources from the resource.
Field | Description | Validation Rule |
---|---|---|
sources | – |