forked from instana/opentelemetry-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
43 lines (35 loc) · 1.05 KB
/
configuration.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
42
43
com.instana.plugin.opentelemetry:
# enabled: false # legacy setting, will only enable grpc, defaults to false
grpc:
enabled: true # takes precedence over legacy settings above, defaults to true iff "grpc:" is present
http:
enabled: true # allows to enable http endpoints, defaults to true iff "http:" is present
com.instana.ignore:
arguments:
# - '-javaagent:/opt/otel/opentelemetry-javaagent-all.jar'
# - '-javaagent:/app/opentelemetry-javaagent.jar'
# - '-javaagent:/tmp/opentelemetry-javaagent.jar'
com.instana.tracing:
extra-http-headers:
- traceparent
- tracestate
com.instana.plugin.generic.hardware:
enabled: true
# otel-demo configurations
com.instana.plugin.postgresql:
user: 'ffs'
password: 'ffs'
database: 'postgres'
com.instana.plugin.javatrace:
instrumentation:
enabled: false
trace-jvms-with-problematic-agents: true
com.instana.plugin.python:
autotrace:
enabled: false
com.instana.plugin.php:
tracing:
enabled: false
com.instana.plugin.netcore:
tracing:
enabled: false