Java client that supports statsd gauges and influx tags

Can someone help me with a Java statsd client that supports gauges and influx tags?

We use dogstatsd client, but it doesn’t support gauges and Delta.

Thanks in advance.

I can’t answer your question about a good Java client, but Telegraf can parse the dogstatsd style of tags if you set parse_data_dog_tags = true.

We do have that enabled and are making use of tags. But it doesn’t support gauge delta’s. Can you point us to other clients that supports both?