Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions api/envoy/config/metrics/v3/metrics_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;
// Metrics Service is configured as a built-in *envoy.stat_sinks.metrics_service* :ref:`StatsSink
// <envoy_v3_api_msg_config.metrics.v3.StatsSink>`. This opaque configuration will be used to create
// Metrics Service.
//
// For example, with the following configurations (in YAML):
Comment thread
JaredTan95 marked this conversation as resolved.
Outdated
//
// MetricsService Config
//
// .. code::
Comment thread
JaredTan95 marked this conversation as resolved.
Outdated
//
// ...
// stats_sinks:
// - name: envoy.stat_sinks.metrics_service
// typed_config:
// "@type": type.googleapis.com/envoy.config.metrics.v3.MetricsServiceConfig
// transport_api_version: V3
// grpc_service:
Comment thread
JaredTan95 marked this conversation as resolved.
Outdated
// envoy_grpc:
// cluster_name: ...
//
// [#extension: envoy.stat_sinks.metrics_service]
message MetricsServiceConfig {
option (udpa.annotations.versioning).previous_message_type =
Expand Down
15 changes: 15 additions & 0 deletions api/envoy/config/metrics/v4alpha/metrics_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ option (udpa.annotations.file_status).package_version_status = NEXT_MAJOR_VERSIO
// Metrics Service is configured as a built-in *envoy.stat_sinks.metrics_service* :ref:`StatsSink
// <envoy_v3_api_msg_config.metrics.v3.StatsSink>`. This opaque configuration will be used to create
// Metrics Service.
//
// For example, with the following configurations (in YAML):
//
// MetricsService Config
// .. code::
//
// stats_sinks:
// - name: envoy.stat_sinks.metrics_service
// typed_config:
// "@type": type.googleapis.com/envoy.config.metrics.v3.MetricsServiceConfig
// transport_api_version: V3
// grpc_service:
// envoy_grpc:
// cluster_name: ...
//
// [#extension: envoy.stat_sinks.metrics_service]
message MetricsServiceConfig {
option (udpa.annotations.versioning).previous_message_type =
Expand Down