You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I am scraping job metrics from databricks api and converting json response using jsonexporter.. i am noticing a problem with conversion, for ex: run_id (number,see below) being converted to like float/Double number. can you help me suggest what is that i am doing wrong or is this a defect in json exporter
Hello
I am scraping job metrics from databricks api and converting json response using jsonexporter.. i am noticing a problem with conversion, for ex: run_id (number,see below) being converted to like float/Double number. can you help me suggest what is that i am doing wrong or is this a defect in json exporter
config.yml
input:
OUTPUT: databricks_job_run_metrics_duration{run_id="1.077467212586853e+15"} 10000
expected o/p: databricks_job_run_metrics_duration{run_id="420465847726953"} 10000
The text was updated successfully, but these errors were encountered: