-
Notifications
You must be signed in to change notification settings - Fork 2
/
istio-config.yaml
41 lines (41 loc) · 1.12 KB
/
istio-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
components:
egressGateways:
- enabled: true
name: istio-egressgateway
values:
telemetry:
v2:
prometheus:
configOverride:
inboundSidecar:
metrics:
- name: requests_total
dimensions:
destination_port: string(destination.port)
request_host: request.host
outboundSidecar:
metrics:
- name: requests_total
dimensions:
destination_port: string(destination.port)
request_host: request.host
gateway:
metrics:
- name: requests_total
dimensions:
destination_port: string(destination.port)
request_host: request.host
meshConfig:
defaultConfig:
extraStatTags:
- destination_port
- request_host
tracing:
sampling: 100
custom_tags:
platform_poc:
header:
name: host