[
https://issues.apache.org/jira/browse/SPARK-25929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17035074#comment-17035074
]
John Zhuge commented on SPARK-25929:
------------------------------------
Yeah, I can feel the pain.
When I ingest into InfluxDB, I have to use its [Graphite
templates|https://github.com/influxdata/influxdb/tree/v1.7.10/services/graphite#templates],
e.g.,
{noformat}
"*.*.*.DAGScheduler.*.* application.app_id.executor_id.measurement.type.qty
name=DAGScheduler",
"*.*.*.ExecutorAllocationManager.*.*
application.app_id.executor_id.measurement.type.qty
name=ExecutorAllocationManager",
"*.*.*.ExternalShuffle.*.*
application.app_id.executor_id.measurement.type.qty name=ExternalShuffle",
{noformat}
Hard to get right. Easily obsolete. Doesn't support multiple versions.
> Support metrics with tags
> -------------------------
>
> Key: SPARK-25929
> URL: https://issues.apache.org/jira/browse/SPARK-25929
> Project: Spark
> Issue Type: Improvement
> Components: Spark Core
> Affects Versions: 2.3.2
> Reporter: John Zhuge
> Priority: Major
>
> For better integration with DBs that support tags/labels, e.g., InfluxDB,
> Prometheus, Atlas, etc.
> We should continue to support the current Graphite-style metrics.
> Dropwizard Metrics v5 supports tags. It has been in RC status since Feb.
> Currently
> `[5.0.0-rc2|https://github.com/dropwizard/metrics/releases/tag/v5.0.0-rc2]`
> is in Maven.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]