All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AggregationTemporality |
AggregationTemporality defines how a metric aggregator reports aggregated
values.
|
| AnyValue |
AnyValue is used to represent any type of attribute value.
|
| AnyValue.Builder |
AnyValue is used to represent any type of attribute value.
|
| AnyValue.ValueCase |
|
| AnyValueOrBuilder |
|
| ArrayValue |
ArrayValue is a list of AnyValue messages.
|
| ArrayValue.Builder |
ArrayValue is a list of AnyValue messages.
|
| ArrayValueOrBuilder |
|
| CommonProto |
|
| Controller |
|
| Controller.Action |
Protobuf type responsive.controller.internal.v1.controller.proto.Action
|
| Controller.Action.Builder |
Protobuf type responsive.controller.internal.v1.controller.proto.Action
|
| Controller.ActionOrBuilder |
|
| Controller.ChangeApplicationState |
Protobuf type responsive.controller.internal.v1.controller.proto.ChangeApplicationState
|
| Controller.ChangeApplicationState.Builder |
Protobuf type responsive.controller.internal.v1.controller.proto.ChangeApplicationState
|
| Controller.ChangeApplicationStateOrBuilder |
|
| Controller.ControllerState |
Protobuf type responsive.controller.internal.v1.controller.proto.ControllerState
|
| Controller.ControllerState.Builder |
Protobuf type responsive.controller.internal.v1.controller.proto.ControllerState
|
| Controller.ControllerStateOrBuilder |
|
| Controller.DataPoint |
Protobuf type responsive.controller.internal.v1.controller.proto.DataPoint
|
| Controller.DataPoint.Builder |
Protobuf type responsive.controller.internal.v1.controller.proto.DataPoint
|
| Controller.DataPoint.DataCase |
|
| Controller.DataPointOrBuilder |
|
| Controller.PolicyState |
Protobuf type responsive.controller.internal.v1.controller.proto.PolicyState
|
| Controller.PolicyState.Builder |
Protobuf type responsive.controller.internal.v1.controller.proto.PolicyState
|
| Controller.PolicyState.State |
Protobuf enum responsive.controller.internal.v1.controller.proto.PolicyState.State
|
| Controller.PolicyStateOrBuilder |
|
| ControllerGrpc |
|
| ControllerGrpc.ControllerBlockingStub |
|
| ControllerGrpc.ControllerFutureStub |
|
| ControllerGrpc.ControllerImplBase |
|
| ControllerGrpc.ControllerStub |
|
| ControllerOuterClass |
|
| ControllerOuterClass.ApplicationPolicy |
TODO(rohan): move this to a a common location where we specify the policy
also, see if we can combine with the CRD somehow
|
| ControllerOuterClass.ApplicationPolicy.Builder |
TODO(rohan): move this to a a common location where we specify the policy
also, see if we can combine with the CRD somehow
|
| ControllerOuterClass.ApplicationPolicyOrBuilder |
|
| ControllerOuterClass.ApplicationState |
TODO(rohan): how to support different types of applications?
TODO(rohan): move these to a common proto file.
|
| ControllerOuterClass.ApplicationState.Builder |
TODO(rohan): how to support different types of applications?
TODO(rohan): move these to a common proto file.
|
| ControllerOuterClass.ApplicationStateOrBuilder |
|
| ControllerOuterClass.CurrentStateRequest |
Protobuf type responsive.controller.v1.controller.proto.CurrentStateRequest
|
| ControllerOuterClass.CurrentStateRequest.Builder |
Protobuf type responsive.controller.v1.controller.proto.CurrentStateRequest
|
| ControllerOuterClass.CurrentStateRequestOrBuilder |
|
| ControllerOuterClass.DemoApplicationState |
Protobuf type responsive.controller.v1.controller.proto.DemoApplicationState
|
| ControllerOuterClass.DemoApplicationState.Builder |
Protobuf type responsive.controller.v1.controller.proto.DemoApplicationState
|
| ControllerOuterClass.DemoApplicationStateOrBuilder |
|
| ControllerOuterClass.DemoPolicy |
Protobuf type responsive.controller.v1.controller.proto.DemoPolicy
|
| ControllerOuterClass.DemoPolicy.Builder |
Protobuf type responsive.controller.v1.controller.proto.DemoPolicy
|
| ControllerOuterClass.DemoPolicyOrBuilder |
|
| ControllerOuterClass.EmptyRequest |
Protobuf type responsive.controller.v1.controller.proto.EmptyRequest
|
| ControllerOuterClass.EmptyRequest.Builder |
Protobuf type responsive.controller.v1.controller.proto.EmptyRequest
|
| ControllerOuterClass.EmptyRequestOrBuilder |
|
| ControllerOuterClass.GetTargetStateResponse |
Protobuf type responsive.controller.v1.controller.proto.GetTargetStateResponse
|
| ControllerOuterClass.GetTargetStateResponse.Builder |
Protobuf type responsive.controller.v1.controller.proto.GetTargetStateResponse
|
| ControllerOuterClass.GetTargetStateResponseOrBuilder |
|
| ControllerOuterClass.PolicyStatus |
from the protobuf best practices: All enum values declared under a
container message are in the same C++ namespace, so prefix the unspecified
value with the enum’s name to avoid compilation errors.
|
| ControllerOuterClass.PostMetricsRequest |
Protobuf type responsive.controller.v1.controller.proto.PostMetricsRequest
|
| ControllerOuterClass.PostMetricsRequest.Builder |
Protobuf type responsive.controller.v1.controller.proto.PostMetricsRequest
|
| ControllerOuterClass.PostMetricsRequestOrBuilder |
|
| ControllerOuterClass.SimpleResponse |
Protobuf type responsive.controller.v1.controller.proto.SimpleResponse
|
| ControllerOuterClass.SimpleResponse.Builder |
Protobuf type responsive.controller.v1.controller.proto.SimpleResponse
|
| ControllerOuterClass.SimpleResponseOrBuilder |
|
| ControllerOuterClass.UpsertPolicyRequest |
TODO(rohan): we need to encode some ordering info (generation/version for policy, timestmap for current state)
|
| ControllerOuterClass.UpsertPolicyRequest.Builder |
TODO(rohan): we need to encode some ordering info (generation/version for policy, timestmap for current state)
|
| ControllerOuterClass.UpsertPolicyRequestOrBuilder |
|
| DataPointFlags |
DataPointFlags is defined as a protobuf 'uint32' type and is to be used as a
bit-field representing 32 distinct boolean flags.
|
| Exemplar |
A representation of an exemplar, which is a sample input measurement.
|
| Exemplar.Builder |
A representation of an exemplar, which is a sample input measurement.
|
| Exemplar.ValueCase |
|
| ExemplarOrBuilder |
|
| ExponentialHistogram |
ExponentialHistogram represents the type of a metric that is calculated by aggregating
as a ExponentialHistogram of all reported double measurements over a time interval.
|
| ExponentialHistogram.Builder |
ExponentialHistogram represents the type of a metric that is calculated by aggregating
as a ExponentialHistogram of all reported double measurements over a time interval.
|
| ExponentialHistogramDataPoint |
ExponentialHistogramDataPoint is a single data point in a timeseries that describes the
time-varying values of a ExponentialHistogram of double values.
|
| ExponentialHistogramDataPoint.Buckets |
Buckets are a set of bucket counts, encoded in a contiguous array
of counts.
|
| ExponentialHistogramDataPoint.Buckets.Builder |
Buckets are a set of bucket counts, encoded in a contiguous array
of counts.
|
| ExponentialHistogramDataPoint.BucketsOrBuilder |
|
| ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint is a single data point in a timeseries that describes the
time-varying values of a ExponentialHistogram of double values.
|
| ExponentialHistogramDataPointOrBuilder |
|
| ExponentialHistogramOrBuilder |
|
| ExportLogsPartialSuccess |
Protobuf type opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccess
|
| ExportLogsPartialSuccess.Builder |
Protobuf type opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccess
|
| ExportLogsPartialSuccessOrBuilder |
|
| ExportLogsServiceRequest |
Protobuf type opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest
|
| ExportLogsServiceRequest.Builder |
Protobuf type opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest
|
| ExportLogsServiceRequestOrBuilder |
|
| ExportLogsServiceResponse |
Protobuf type opentelemetry.proto.collector.logs.v1.ExportLogsServiceResponse
|
| ExportLogsServiceResponse.Builder |
Protobuf type opentelemetry.proto.collector.logs.v1.ExportLogsServiceResponse
|
| ExportLogsServiceResponseOrBuilder |
|
| ExportMetricsPartialSuccess |
Protobuf type opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess
|
| ExportMetricsPartialSuccess.Builder |
Protobuf type opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess
|
| ExportMetricsPartialSuccessOrBuilder |
|
| ExportMetricsServiceRequest |
Protobuf type opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest
|
| ExportMetricsServiceRequest.Builder |
Protobuf type opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest
|
| ExportMetricsServiceRequestOrBuilder |
|
| ExportMetricsServiceResponse |
Protobuf type opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse
|
| ExportMetricsServiceResponse.Builder |
Protobuf type opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse
|
| ExportMetricsServiceResponseOrBuilder |
|
| ExportTracePartialSuccess |
Protobuf type opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess
|
| ExportTracePartialSuccess.Builder |
Protobuf type opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess
|
| ExportTracePartialSuccessOrBuilder |
|
| ExportTraceServiceRequest |
Protobuf type opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequest
|
| ExportTraceServiceRequest.Builder |
Protobuf type opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequest
|
| ExportTraceServiceRequestOrBuilder |
|
| ExportTraceServiceResponse |
Protobuf type opentelemetry.proto.collector.trace.v1.ExportTraceServiceResponse
|
| ExportTraceServiceResponse.Builder |
Protobuf type opentelemetry.proto.collector.trace.v1.ExportTraceServiceResponse
|
| ExportTraceServiceResponseOrBuilder |
|
| Gauge |
Gauge represents the type of a scalar metric that always exports the
"current value" for every data point.
|
| Gauge.Builder |
Gauge represents the type of a scalar metric that always exports the
"current value" for every data point.
|
| GaugeOrBuilder |
|
| Histogram |
Histogram represents the type of a metric that is calculated by aggregating
as a Histogram of all reported measurements over a time interval.
|
| Histogram.Builder |
Histogram represents the type of a metric that is calculated by aggregating
as a Histogram of all reported measurements over a time interval.
|
| HistogramDataPoint |
HistogramDataPoint is a single data point in a timeseries that describes the
time-varying values of a Histogram.
|
| HistogramDataPoint.Builder |
HistogramDataPoint is a single data point in a timeseries that describes the
time-varying values of a Histogram.
|
| HistogramDataPointOrBuilder |
|
| HistogramOrBuilder |
|
| InstrumentationScope |
InstrumentationScope is a message representing the instrumentation scope information
such as the fully qualified name and version.
|
| InstrumentationScope.Builder |
InstrumentationScope is a message representing the instrumentation scope information
such as the fully qualified name and version.
|
| InstrumentationScopeOrBuilder |
|
| KeyValue |
KeyValue is a key-value pair that is used to store Span attributes, Link
attributes, etc.
|
| KeyValue.Builder |
KeyValue is a key-value pair that is used to store Span attributes, Link
attributes, etc.
|
| KeyValueList |
KeyValueList is a list of KeyValue messages.
|
| KeyValueList.Builder |
KeyValueList is a list of KeyValue messages.
|
| KeyValueListOrBuilder |
|
| KeyValueOrBuilder |
|
| LogRecord |
A log record according to OpenTelemetry Log Data Model:
https://github.com/open-telemetry/oteps/blob/main/text/logs/0097-log-data-model.md
|
| LogRecord.Builder |
A log record according to OpenTelemetry Log Data Model:
https://github.com/open-telemetry/oteps/blob/main/text/logs/0097-log-data-model.md
|
| LogRecordFlags |
LogRecordFlags is defined as a protobuf 'uint32' type and is to be used as
bit-fields.
|
| LogRecordOrBuilder |
|
| LogsData |
LogsData represents the logs data that can be stored in a persistent storage,
OR can be embedded by other protocols that transfer OTLP logs data but do not
implement the OTLP protocol.
|
| LogsData.Builder |
LogsData represents the logs data that can be stored in a persistent storage,
OR can be embedded by other protocols that transfer OTLP logs data but do not
implement the OTLP protocol.
|
| LogsDataOrBuilder |
|
| LogsProto |
|
| LogsServiceGrpc |
Service that can be used to push logs between one Application instrumented with
OpenTelemetry and an collector, or between an collector and a central collector (in this
case logs are sent/received to/from multiple Applications).
|
| LogsServiceGrpc.LogsServiceBlockingStub |
Service that can be used to push logs between one Application instrumented with
OpenTelemetry and an collector, or between an collector and a central collector (in this
case logs are sent/received to/from multiple Applications).
|
| LogsServiceGrpc.LogsServiceFutureStub |
Service that can be used to push logs between one Application instrumented with
OpenTelemetry and an collector, or between an collector and a central collector (in this
case logs are sent/received to/from multiple Applications).
|
| LogsServiceGrpc.LogsServiceImplBase |
Service that can be used to push logs between one Application instrumented with
OpenTelemetry and an collector, or between an collector and a central collector (in this
case logs are sent/received to/from multiple Applications).
|
| LogsServiceGrpc.LogsServiceStub |
Service that can be used to push logs between one Application instrumented with
OpenTelemetry and an collector, or between an collector and a central collector (in this
case logs are sent/received to/from multiple Applications).
|
| LogsServiceProto |
|
| Metric |
Defines a Metric which has one or more timeseries.
|
| Metric.Builder |
Defines a Metric which has one or more timeseries.
|
| Metric.DataCase |
|
| MetricOrBuilder |
|
| MetricsData |
MetricsData represents the metrics data that can be stored in a persistent
storage, OR can be embedded by other protocols that transfer OTLP metrics
data but do not implement the OTLP protocol.
|
| MetricsData.Builder |
MetricsData represents the metrics data that can be stored in a persistent
storage, OR can be embedded by other protocols that transfer OTLP metrics
data but do not implement the OTLP protocol.
|
| MetricsDataOrBuilder |
|
| MetricsProto |
|
| MetricsServiceGrpc |
Service that can be used to push metrics between one Application
instrumented with OpenTelemetry and a collector, or between a collector and a
central collector.
|
| MetricsServiceGrpc.MetricsServiceBlockingStub |
Service that can be used to push metrics between one Application
instrumented with OpenTelemetry and a collector, or between a collector and a
central collector.
|
| MetricsServiceGrpc.MetricsServiceFutureStub |
Service that can be used to push metrics between one Application
instrumented with OpenTelemetry and a collector, or between a collector and a
central collector.
|
| MetricsServiceGrpc.MetricsServiceImplBase |
Service that can be used to push metrics between one Application
instrumented with OpenTelemetry and a collector, or between a collector and a
central collector.
|
| MetricsServiceGrpc.MetricsServiceStub |
Service that can be used to push metrics between one Application
instrumented with OpenTelemetry and a collector, or between a collector and a
central collector.
|
| MetricsServiceProto |
|
| NumberDataPoint |
NumberDataPoint is a single data point in a timeseries that describes the
time-varying scalar value of a metric.
|
| NumberDataPoint.Builder |
NumberDataPoint is a single data point in a timeseries that describes the
time-varying scalar value of a metric.
|
| NumberDataPoint.ValueCase |
|
| NumberDataPointOrBuilder |
|
| Resource |
Resource information.
|
| Resource.Builder |
Resource information.
|
| ResourceLogs |
A collection of ScopeLogs from a Resource.
|
| ResourceLogs.Builder |
A collection of ScopeLogs from a Resource.
|
| ResourceLogsOrBuilder |
|
| ResourceMetrics |
A collection of ScopeMetrics from a Resource.
|
| ResourceMetrics.Builder |
A collection of ScopeMetrics from a Resource.
|
| ResourceMetricsOrBuilder |
|
| ResourceOrBuilder |
|
| ResourceProto |
|
| ResourceSpans |
A collection of ScopeSpans from a Resource.
|
| ResourceSpans.Builder |
A collection of ScopeSpans from a Resource.
|
| ResourceSpansOrBuilder |
|
| ScopeLogs |
A collection of Logs produced by a Scope.
|
| ScopeLogs.Builder |
A collection of Logs produced by a Scope.
|
| ScopeLogsOrBuilder |
|
| ScopeMetrics |
A collection of Metrics produced by an Scope.
|
| ScopeMetrics.Builder |
A collection of Metrics produced by an Scope.
|
| ScopeMetricsOrBuilder |
|
| ScopeSpans |
A collection of Spans produced by an InstrumentationScope.
|
| ScopeSpans.Builder |
A collection of Spans produced by an InstrumentationScope.
|
| ScopeSpansOrBuilder |
|
| SeverityNumber |
Possible values for LogRecord.SeverityNumber.
|
| Span |
A Span represents a single operation performed by a single component of the system.
|
| Span.Builder |
A Span represents a single operation performed by a single component of the system.
|
| Span.Event |
Event is a time-stamped annotation of the span, consisting of user-supplied
text description and key-value pairs.
|
| Span.Event.Builder |
Event is a time-stamped annotation of the span, consisting of user-supplied
text description and key-value pairs.
|
| Span.EventOrBuilder |
|
| Span.Link |
A pointer from the current span to another span in the same trace or in a
different trace.
|
| Span.Link.Builder |
A pointer from the current span to another span in the same trace or in a
different trace.
|
| Span.LinkOrBuilder |
|
| Span.SpanKind |
SpanKind is the type of span.
|
| SpanOrBuilder |
|
| Status |
The Status type defines a logical error model that is suitable for different
programming environments, including REST APIs and RPC APIs.
|
| Status.Builder |
The Status type defines a logical error model that is suitable for different
programming environments, including REST APIs and RPC APIs.
|
| Status.StatusCode |
For the semantics of status codes see
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status
|
| StatusOrBuilder |
|
| Sum |
Sum represents the type of a scalar metric that is calculated as a sum of all
reported measurements over a time interval.
|
| Sum.Builder |
Sum represents the type of a scalar metric that is calculated as a sum of all
reported measurements over a time interval.
|
| Summary |
Summary metric data are used to convey quantile summaries,
a Prometheus (see: https://prometheus.io/docs/concepts/metric_types/#summary)
and OpenMetrics (see: https://github.com/OpenObservability/OpenMetrics/blob/4dbf6075567ab43296eed941037c12951faafb92/protos/prometheus.proto#L45)
data type.
|
| Summary.Builder |
Summary metric data are used to convey quantile summaries,
a Prometheus (see: https://prometheus.io/docs/concepts/metric_types/#summary)
and OpenMetrics (see: https://github.com/OpenObservability/OpenMetrics/blob/4dbf6075567ab43296eed941037c12951faafb92/protos/prometheus.proto#L45)
data type.
|
| SummaryDataPoint |
SummaryDataPoint is a single data point in a timeseries that describes the
time-varying values of a Summary metric.
|
| SummaryDataPoint.Builder |
SummaryDataPoint is a single data point in a timeseries that describes the
time-varying values of a Summary metric.
|
| SummaryDataPoint.ValueAtQuantile |
Represents the value at a given quantile of a distribution.
|
| SummaryDataPoint.ValueAtQuantile.Builder |
Represents the value at a given quantile of a distribution.
|
| SummaryDataPoint.ValueAtQuantileOrBuilder |
|
| SummaryDataPointOrBuilder |
|
| SummaryOrBuilder |
|
| SumOrBuilder |
|
| TraceProto |
|
| TracesData |
TracesData represents the traces data that can be stored in a persistent storage,
OR can be embedded by other protocols that transfer OTLP traces data but do
not implement the OTLP protocol.
|
| TracesData.Builder |
TracesData represents the traces data that can be stored in a persistent storage,
OR can be embedded by other protocols that transfer OTLP traces data but do
not implement the OTLP protocol.
|
| TracesDataOrBuilder |
|
| TraceServiceGrpc |
Service that can be used to push spans between one Application instrumented with
OpenTelemetry and a collector, or between a collector and a central collector (in this
case spans are sent/received to/from multiple Applications).
|
| TraceServiceGrpc.TraceServiceBlockingStub |
Service that can be used to push spans between one Application instrumented with
OpenTelemetry and a collector, or between a collector and a central collector (in this
case spans are sent/received to/from multiple Applications).
|
| TraceServiceGrpc.TraceServiceFutureStub |
Service that can be used to push spans between one Application instrumented with
OpenTelemetry and a collector, or between a collector and a central collector (in this
case spans are sent/received to/from multiple Applications).
|
| TraceServiceGrpc.TraceServiceImplBase |
Service that can be used to push spans between one Application instrumented with
OpenTelemetry and a collector, or between a collector and a central collector (in this
case spans are sent/received to/from multiple Applications).
|
| TraceServiceGrpc.TraceServiceStub |
Service that can be used to push spans between one Application instrumented with
OpenTelemetry and a collector, or between a collector and a central collector (in this
case spans are sent/received to/from multiple Applications).
|
| TraceServiceProto |
|