Hi,
We are running Flink 1.6.2. We are using flink-metrics-statsd jar in order to send metrics to telegraf. In order to send custom metrics, we are using MetricGroups. Currently, we are trying to send a few custom tags but unable to find any examples or documentation regarding the same. Regards Prakhar Mathur |
Not possible, you'll have to extend the
StatsDReporter yourself to add arbitrary tags.
On 30/10/2019 12:52, Prakhar Mathur
wrote:
|
Hi Chesnay, Thanks for the response, can you point me to some existing example for this? On Wed, Oct 30, 2019 at 5:30 PM Chesnay Schepler <[hidden email]> wrote:
|
Hi Prakhar, You need to customize StatsDReporter[1] in the Flink source. If you want to flexibly get configurable tags from the configuration file[2], you can refer to the implementation of DatadogHttpReporter#open[3] (for reference only how to get the tag). Best, Vino Prakhar Mathur <[hidden email]> 于2019年10月31日周四 下午2:35写道:
|
Free forum by Nabble | Edit this page |