gojek/ziggurat

Remove usage of datadog key as feature flag for enabling metrics

hogaur opened this issue · 0 comments

Datadog key was earlier used as a feature flag to enable/disable metrics for ziggurat and the application using it. Earlier in a release, we introduced statsd key to do the same. This was done for brevity. This change denotes that Ziggurat supports stats metrics and not just metrics for Datadog. It also clears the confusion for the users who are not using Datadog but want to consume metrics by some other tool.

This issue is about removing the usage of the old datadog key from the code, config, and specs. Following places