-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to drop a measurement created by telegraf #1579
Comments
Telegraf doesn't seem to be only factor here even with it off something seems to be still re-creating the metrics, which is even more strange given statds plugin in Telegraf is how the stats are actually getting ingested in, so with it off there should be nothing adding new stats. |
telegraf doesn't dynamically load the configuration file, so I think the problem is just that telegraf is still running with the old config, likely a dupe of #272 |
I pretty sure that's not the case @sparrc as I've restarted Telegraf and now turned it off, and its still happening, so it may well not be Telegraf, investigating more as what worked to enable us to delete measurements in labs isn't working in production and its most odd. |
Closing as this is actually a bug in influxdb see: influxdata/influxdb#7112 (comment) |
Bug report
It seems be be impossible to drop a measurement without first stopping telegraf.
System info:
influxdb 0.12.2
telegraf 0.13.1
linux 3.10
telegraf.conf
Steps to reproduce:
Expected behavior:
Dropped measurements should stay dropped unless the generator is still sending them.
Actual behavior:
Measurements that are no longer being reported via statsd protocol either due to a client change or a telegraf configuration change so the names are now different are re-created.
The text was updated successfully, but these errors were encountered: