zentol opened a new pull request, #20598: URL: https://github.com/apache/flink/pull/20598
Adds a switch to the datadog reporter to use a logical identifier, so that variables aren't reported in a redundant fashion both as tags and as part of the metric identifier. Before: `job.MyJobName.task.MyTask.metric:[job_name=MyJobName;task_name=MyTask]` After: `job.task.metric:[job_name=MyJobName;task_name=MyTask]` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org