Closed manan164 closed 1 year ago
Removed data dog configuration file.
The issue was even though datadog was disabled, it was trying to find the datadog.apiKey and the application run was failing. Once this PR is merged, To enable data dog below set of properties is required.
management.metrics.export.datadog.enabled=true management.metrics.export.datadog.api-key=<apikey> management.metrics.export.datadog.uri=<your DD instance> management.metrics.export.datadog.step=10s
To Disable datadog, No changes required since it is disabled by default.
Pull Request type
Changes in this PR
Removed data dog configuration file.
The issue was even though datadog was disabled, it was trying to find the datadog.apiKey and the application run was failing. Once this PR is merged, To enable data dog below set of properties is required.
To Disable datadog, No changes required since it is disabled by default.