ctubbsii commented on issue #225: Graphite template for InfluxDB configuration doesn't properly map Accumulo metrics URL: https://github.com/apache/fluo-uno/issues/225#issuecomment-497488208 I think part of the problem is that in 2.0, the ProcessName field contains dots (fully qualified class name) by default, instead of the simple class name. Dots are treated as delimiters in the graphite template in influxdb, and it's not clear how to escape them. Since this is a user-configurable setting (with a system property), it's not clear that this can be fixed in the general case... unless we just convert dots to some other escaped character automatically. This issue may also apply to host names, since they can also contain an arbitrary number of dots.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
