Open ziminyuri opened 1 year ago
This is logs in the console when you run the release?
Note the order in the instructions would result in:
applications: [
opentelemetry_exporter: :permanent,
opentelemetry: :temporary,
test_dynatrace: :permanent
]
The main point here is to start the exporter before the SDK and to have the SDK started as early as possible.
Have you been able to try the suggested application order?
applications: [
opentelemetry_exporter: :permanent,
opentelemetry: :temporary,
test_dynatrace: :permanent
]
When I have such a config:
The log on application startup is as follows:
But if I add the applications listed in the instructions
Log is much shorter:
How to write the correct config?