-
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
datadog issues #291
Comments
I'm not very familiar with datadog, @jipperinbham can you comment? Re: dot-separated values, why is that an issue? InfluxDB doesn't put any meaning on dot-separated values so Telegraf doesn't either. We can easily convert "_" -> "." but then your measurements will have different names in InfluxDB and datadog. |
That's true. but I don't believe we can query datadog's database directly; it's all via their webfrontend which is similar to grafana. I would at least vote for having the _ replaced by a . for that as it would allow it to be seamlessly swapped on the machines, but now reporting to two locations. Which allows current datadog users to very easily change over. |
@justin8 thanks for the info here, I'll try and get a PR up soon to address these. Doing a gsub on I'm not sure what the deal is with the |
Let me know if you need any help with testing it. I have a few hundred machines on datadog currently that I can use to test some of these changes. |
@jipperinbham I'm working on a fairly large change to the accumulator that is affecting the datadog code quite a bit. Just an FYI that you might want to wait for me to get that pushed first. See #292 |
@sparrc thanks for the heads up! Is that refactor going to replace the need to do a deepcopy when sending points to outputs? |
yep 👍 |
nice! I had toyed around with using a channel to send the points back when adding the outputs so very happy to see this happening. |
closing as fixed, please feel free to re-open if there are still issues |
Just trying to test telegraf on datadog, as I need it working there before I can try to swap out datadog for influxdb+grafana+etc. I've found a couple issues, and I'll try and add more as I find them. Initially though I've found the following:
The text was updated successfully, but these errors were encountered: