TelegrafStatsdLineBuilder appears to have a race condition
See original GitHub issueAs raised here https://stackoverflow.com/questions/55631373/telegrafstatsdlinebuilder-appears-to-have-a-race-condition, it seems we can consistently get metrics published to StatsD without common tags applied which do appear on the Actuator Metrics endpoint, or when the Counter’s increment
is invoked by only a single thread at a time.
I’ve made a small Spring Boot app which seems to reliably reproduce the problem: https://github.com/bw-tom/concurrent-metrics-publisher/
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Add support for StatsD style aggregator · Issue #39 - GitHub
@liyichao the issue is that you'd have one telegraf server collecting all the metrics for all of your hosts (like what you do...
Read more >Telegraf 1.24 release notes - InfluxData Documentation
Create custom builder to scan a Telegraf configuration file for the plugin ... Fix race condition in configuration and prevent concurrent map writes...
Read more >Untitled
#height Fruit ninja tournament han, Andrew simple make it right again, Lifted geo tracker, Psychedelic dj songs free download, Silverado 1500 2015!
Read more >Rules Cheat Sheet - Coralogix
Rules help you to take full advantage of Coralogix capabilities, ... object) will result in a race condition to the index mapping and ......
Read more >Untitled
I20 elite 2016 specifications, Balaju school of engineering and technology, Have a blessed thanksgiving graphics! #Actionfilme 2012 dvd, 1294 briarwood ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Happy to help, and thank you very much for the rapid response!
@bw-tom Thanks for the report and the sample! I reproduced it thanks to your sample. I created #1391 to try to resolve this.