File tree 2 files changed +15
-13
lines changed
exporters/prometheus/src/test/resources
integration-tests/otlp/src/main/resources
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
extensions :
2
- health_check : {}
2
+ health_check :
3
+ endpoint : 0.0.0.0:13133
3
4
receivers :
4
5
prometheus :
5
6
config :
6
7
scrape_configs :
7
8
- job_name : ' app'
8
9
scrape_interval : 1s
9
10
static_configs :
10
- - targets : ['$APP_ENDPOINT']
11
+ - targets : ['${ APP_ENDPOINT} ']
11
12
exporters :
12
13
logging :
13
- verbosity : $LOGGING_EXPORTER_VERBOSITY
14
+ verbosity : ${ LOGGING_EXPORTER_VERBOSITY}
14
15
otlp :
15
- endpoint : $OTLP_EXPORTER_ENDPOINT
16
+ endpoint : ${ OTLP_EXPORTER_ENDPOINT}
16
17
tls :
17
18
insecure : true
18
19
compression : none
Original file line number Diff line number Diff line change 1
1
extensions :
2
- health_check : {}
2
+ health_check :
3
+ endpoint : 0.0.0.0:13133
3
4
receivers :
4
5
otlp :
5
6
protocols :
@@ -12,20 +13,20 @@ receivers:
12
13
grpc :
13
14
endpoint : 0.0.0.0:5317
14
15
tls :
15
- client_ca_file : $MTLS_CLIENT_CERTIFICATE
16
- cert_file : $MTLS_SERVER_CERTIFICATE
17
- key_file : $MTLS_SERVER_KEY
16
+ client_ca_file : ${ MTLS_CLIENT_CERTIFICATE}
17
+ cert_file : ${ MTLS_SERVER_CERTIFICATE}
18
+ key_file : ${ MTLS_SERVER_KEY}
18
19
http :
19
20
endpoint : 0.0.0.0:5318
20
21
tls :
21
- client_ca_file : $MTLS_CLIENT_CERTIFICATE
22
- cert_file : $MTLS_SERVER_CERTIFICATE
23
- key_file : $MTLS_SERVER_KEY
22
+ client_ca_file : ${ MTLS_CLIENT_CERTIFICATE}
23
+ cert_file : ${ MTLS_SERVER_CERTIFICATE}
24
+ key_file : ${ MTLS_SERVER_KEY}
24
25
exporters :
25
26
logging :
26
- verbosity : $LOGGING_EXPORTER_VERBOSITY_LEVEL
27
+ verbosity : ${ LOGGING_EXPORTER_VERBOSITY_LEVEL}
27
28
otlp :
28
- endpoint : $OTLP_EXPORTER_ENDPOINT
29
+ endpoint : ${ OTLP_EXPORTER_ENDPOINT}
29
30
tls :
30
31
insecure : true
31
32
compression : none
You can’t perform that action at this time.
0 commit comments