Netflix / conductor-community

Apache License 2.0
61 stars 72 forks source link

Remove not required data dog configuration. #155

Closed manan164 closed 1 year ago

manan164 commented 1 year ago

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.

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.