ashwintumma23 commented on issue #17526: URL: https://github.com/apache/druid/issues/17526#issuecomment-2513309524
A caveat we should definitely consider in this request is how we can represent string labels as metrics. * Most of the metrics aggregation systems work great with numerical values, but with string values things start getting complex. For instance, Prometheus supports count, histogram, gauge, and summary type of metrics (https://prometheus.io/docs/concepts/metric_types/). * One approach can be encode strings as numerical values, like `RUNNING` state maps to `1`, `SUSPENDED` maps to `2`, etc. * The current supported metrics on Druid as well have numerical format only: https://druid.apache.org/docs/latest/operations/metrics/ -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
