-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support HTTP compression on stats/prometheus (#3201)
* feat: support compression on prometheus Signed-off-by: zufardhiyaulhaq <zufardhiyaulhaq@gmail.com> * feat: use compression types for ProxyPrometheusProvider Signed-off-by: zufardhiyaulhaq <zufardhiyaulhaq@gmail.com> * feat: add detailed description about compression Signed-off-by: zufardhiyaulhaq <zufardhiyaulhaq@gmail.com> --------- Signed-off-by: zufardhiyaulhaq <zufardhiyaulhaq@gmail.com>
- Loading branch information
1 parent
64b115f
commit 0552052
Showing
8 changed files
with
220 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
137 changes: 137 additions & 0 deletions
137
internal/xds/bootstrap/testdata/render/enable-prometheus-gzip-compression.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
admin: | ||
access_log: | ||
- name: envoy.access_loggers.file | ||
typed_config: | ||
"@type": type.googleapis.com/envoy.extensions.access_loggers.file.v3.FileAccessLog | ||
path: /dev/null | ||
address: | ||
socket_address: | ||
address: 127.0.0.1 | ||
port_value: 19000 | ||
layered_runtime: | ||
layers: | ||
- name: global_config | ||
static_layer: | ||
envoy.restart_features.use_eds_cache_for_ads: true | ||
re2.max_program_size.error_level: 4294967295 | ||
re2.max_program_size.warn_level: 1000 | ||
dynamic_resources: | ||
ads_config: | ||
api_type: DELTA_GRPC | ||
transport_api_version: V3 | ||
grpc_services: | ||
- envoy_grpc: | ||
cluster_name: xds_cluster | ||
set_node_on_first_message_only: true | ||
lds_config: | ||
ads: {} | ||
resource_api_version: V3 | ||
cds_config: | ||
ads: {} | ||
resource_api_version: V3 | ||
static_resources: | ||
listeners: | ||
- name: envoy-gateway-proxy-ready-0.0.0.0-19001 | ||
address: | ||
socket_address: | ||
address: 0.0.0.0 | ||
port_value: 19001 | ||
protocol: TCP | ||
filter_chains: | ||
- filters: | ||
- name: envoy.filters.network.http_connection_manager | ||
typed_config: | ||
"@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager | ||
stat_prefix: eg-ready-http | ||
route_config: | ||
name: local_route | ||
virtual_hosts: | ||
- name: prometheus_stats | ||
domains: | ||
- "*" | ||
routes: | ||
- match: | ||
prefix: /stats/prometheus | ||
route: | ||
cluster: prometheus_stats | ||
typed_per_filter_config: | ||
envoy.filters.http.compression: | ||
"@type": type.googleapis.com/envoy.extensions.filters.http.compressor.v3.CompressorPerRoute | ||
compressor_library: | ||
name: text_optimized | ||
typed_config: | ||
"@type": type.googleapis.com/envoy.extensions.compression.gzip.compressor.v3.Gzip | ||
http_filters: | ||
- name: envoy.filters.http.health_check | ||
typed_config: | ||
"@type": type.googleapis.com/envoy.extensions.filters.http.health_check.v3.HealthCheck | ||
pass_through_mode: false | ||
headers: | ||
- name: ":path" | ||
string_match: | ||
exact: /ready | ||
- name: envoy.filters.http.router | ||
typed_config: | ||
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router | ||
clusters: | ||
- name: prometheus_stats | ||
connect_timeout: 0.250s | ||
type: STATIC | ||
lb_policy: ROUND_ROBIN | ||
load_assignment: | ||
cluster_name: prometheus_stats | ||
endpoints: | ||
- lb_endpoints: | ||
- endpoint: | ||
address: | ||
socket_address: | ||
address: 127.0.0.1 | ||
port_value: 19000 | ||
- connect_timeout: 10s | ||
load_assignment: | ||
cluster_name: xds_cluster | ||
endpoints: | ||
- load_balancing_weight: 1 | ||
lb_endpoints: | ||
- load_balancing_weight: 1 | ||
endpoint: | ||
address: | ||
socket_address: | ||
address: envoy-gateway | ||
port_value: 18000 | ||
typed_extension_protocol_options: | ||
envoy.extensions.upstreams.http.v3.HttpProtocolOptions: | ||
"@type": "type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions" | ||
explicit_http_config: | ||
http2_protocol_options: | ||
connection_keepalive: | ||
interval: 30s | ||
timeout: 5s | ||
name: xds_cluster | ||
type: STRICT_DNS | ||
transport_socket: | ||
name: envoy.transport_sockets.tls | ||
typed_config: | ||
"@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext | ||
common_tls_context: | ||
tls_params: | ||
tls_maximum_protocol_version: TLSv1_3 | ||
tls_certificate_sds_secret_configs: | ||
- name: xds_certificate | ||
sds_config: | ||
path_config_source: | ||
path: "/sds/xds-certificate.json" | ||
resource_api_version: V3 | ||
validation_context_sds_secret_config: | ||
name: xds_trusted_ca | ||
sds_config: | ||
path_config_source: | ||
path: "/sds/xds-trusted-ca.json" | ||
resource_api_version: V3 | ||
overload_manager: | ||
refresh_interval: 0.25s | ||
resource_monitors: | ||
- name: "envoy.resource_monitors.global_downstream_max_connections" | ||
typed_config: | ||
"@type": type.googleapis.com/envoy.extensions.resource_monitors.downstream_connections.v3.DownstreamConnectionsConfig | ||
max_active_downstream_connections: 50000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters