Sending custom statsd tags

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Sending custom statsd tags

Prakhar Mathur
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
Reply | Threaded
Open this post in threaded view
|

Re: Sending custom statsd tags

Chesnay Schepler
Not possible, you'll have to extend the StatsDReporter yourself to add arbitrary tags.

On 30/10/2019 12:52, Prakhar Mathur wrote:
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


Reply | Threaded
Open this post in threaded view
|

Re: Sending custom statsd tags

Prakhar Mathur
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:
Not possible, you'll have to extend the StatsDReporter yourself to add arbitrary tags.

On 30/10/2019 12:52, Prakhar Mathur wrote:
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


Reply | Threaded
Open this post in threaded view
|

Re: Sending custom statsd tags

vino yang

Prakhar Mathur <[hidden email]> 于2019年10月31日周四 下午2:35写道:
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:
Not possible, you'll have to extend the StatsDReporter yourself to add arbitrary tags.

On 30/10/2019 12:52, Prakhar Mathur wrote:
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