Closed
Bug 1501757
Opened 7 years ago
Closed 7 years ago
Broken Datadog metrics on Databricks
Categories
(Data Platform and Tools Graveyard :: Operations, defect)
Data Platform and Tools Graveyard
Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: akomar, Assigned: whd)
Details
(Whiteboard: [DataOps])
Metrics sent to Datadog from streaming jobs on Databricks seem to have lost their tags in July:
https://app.datadoghq.com/dash/838007/spark-streaming---databricks?live=true&page=0&is_auto=false&from_ts=1532624221611&to_ts=1540400221611&tile_size=m&tpl_var_env=*&tpl_var_TelemetryJobName=error_aggregator
I have just started a staging job that also isn't submitting tagged metrics:
https://dbc-caf9527b-e073.cloud.databricks.com/#job/630
Its cluster configuration with tags can be checked here: https://dbc-caf9527b-e073.cloud.databricks.com/#/setting/clusters/1024-162753-owlet59/configuration
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → whd
Whiteboard: [DataOps]
| Assignee | ||
Comment 1•7 years ago
|
||
The datadog tag logic (dbfs:/databricks/init/startDatadogTags.sh) was not written to be resilient to complex tag content (specifically, the inclusion of slashes in the Jar tag which was introduced in July). I've fixed it, assuming we don't put '|'s in our tags.
I've verified in the referenced datadog dashboard that minimally TelemetryJobName is available. :akomar if things look good to you please close this.
| Reporter | ||
Comment 2•7 years ago
|
||
Thank you, looks good.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Data Platform and Tools → Data Platform and Tools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•