Skip to content

Update otel_host_metrics_dashboard.json#23639

Open
shanelhuang wants to merge 3 commits intomasterfrom
shanelhuang-otel-dashboard-patch
Open

Update otel_host_metrics_dashboard.json#23639
shanelhuang wants to merge 3 commits intomasterfrom
shanelhuang-otel-dashboard-patch

Conversation

@shanelhuang
Copy link
Copy Markdown
Contributor

What does this PR do?

Applies semantic_mode native because we strictly want this to include the OTel host metrics only.
Also explicitly queries system metrics with and without otel prefixes for backwards compatibility.

See it running in the OpenTelemetry dev org for testing here.

Motivation

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

Applies semantic_mode native because we strictly want this to include the OTel host metrics only. 

Also explicitly queries system metrics with and without otel prefixes for backwards compatibility.
@dd-octo-sts
Copy link
Copy Markdown
Contributor

dd-octo-sts Bot commented May 8, 2026

⚠️ Recommendation: Add qa/skip-qa label

This PR does not modify any files shipped with the agent.

To help streamline the release process, please consider adding the qa/skip-qa label if these changes do not require QA testing.

@shanelhuang shanelhuang added the qa/skip-qa Automatically skip this PR for the next QA label May 8, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 043e4876e0

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"notify_list": [],
"reflow_type": "fixed"
}
{"title":"OpenTelemetry Host Metrics Dashboard","description":"Default dashboard to visualize OpenTelemetry host metrics from the hostmetrics receiver.\n\nFor additional details, see the [specification (https://opentelemetry.io/docs/reference/specification/metrics/semantic_conventions/system-metrics/).","widgets":[{"id":3310659042452680,"definition":{"title":"About","banner_img":"/static/images/integration_dashboard/otel_hero_1.png","show_title":false,"type":"group","layout_type":"ordered","widgets":[{"id":87360381994124,"definition":{"type":"note","content":"This is a default dashboard to visualize OpenTelemetry host metrics. These metrics come from the OpenTelemetry hostmetrics receiver. [See the documentation](https://docs.datadoghq.com/opentelemetry/integrations/host_metrics/?tab=host) for configuration instructions. \n\n##### [**Semantic Conventions for System Metrics&nbsp;↗**](https://opentelemetry.io/docs/reference/specification/metrics/semantic_conventions/system-metrics/)","background_color":"transparent","font_size":"18","text_align":"left","show_tick":false,"tick_pos":"50%","tick_edge":"left","has_padding":true},"layout":{"x":0,"y":0,"width":8,"height":2}},{"id":490124618425900,"definition":{"type":"note","content":"**OpenTelemetry guides**\n\n[Datadog Open Standards&nbsp;↗](https://docs.datadoghq.com/tracing/trace_collection/open_standards/)","background_color":"transparent","font_size":"14","text_align":"left","vertical_align":"top","show_tick":false,"tick_pos":"50%","tick_edge":"left","has_padding":true},"layout":{"x":8,"y":0,"width":4,"height":2}}]},"layout":{"x":0,"y":0,"width":12,"height":5}},{"id":5166725083596150,"definition":{"title":"Overall Health","background_color":"vivid_blue","show_title":true,"type":"group","layout_type":"ordered","widgets":[{"id":2443069551086632,"definition":{"title":"System load","show_legend":true,"legend_layout":"auto","legend_columns":[],"type":"timeseries","requests":[{"formulas":[{"alias":"Load avg 1 min","formula":"max(default_zero(query1_otel), default_zero(query1_plain))"},{"alias":"Load avg 5 min","formula":"max(default_zero(query2_otel), default_zero(query2_plain))"},{"alias":"Load avg 15 min","formula":"max(default_zero(query3_otel), default_zero(query3_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.cpu.load_average.1m{$host}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.cpu.load_average.1m{$host}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"},{"query":"avg:otel.system.cpu.load_average.5m{$host}","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.cpu.load_average.5m{$host}","data_source":"metrics","name":"query2_plain","semantic_mode":"native"},{"query":"avg:otel.system.cpu.load_average.15m{$host}","data_source":"metrics","name":"query3_otel","semantic_mode":"native"},{"query":"avg:system.cpu.load_average.15m{$host}","data_source":"metrics","name":"query3_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":0,"width":4,"height":2}},{"id":7698973718492276,"definition":{"title":"CPU usage","title_size":"16","title_align":"left","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"alias":"state: system","formula":"max(default_zero(query1_otel), default_zero(query1_plain))"},{"alias":"state: user","formula":"max(default_zero(query2_otel), default_zero(query2_plain))"},{"alias":"state: idle","formula":"max(default_zero(query3_otel), default_zero(query3_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.cpu.utilization{$host,state:system}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.cpu.utilization{$host,state:system}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"},{"query":"avg:otel.system.cpu.utilization{$host,state:user}","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.cpu.utilization{$host,state:user}","data_source":"metrics","name":"query2_plain","semantic_mode":"native"},{"query":"avg:otel.system.cpu.utilization{$host,state:idle}","data_source":"metrics","name":"query3_otel","semantic_mode":"native"},{"query":"avg:system.cpu.utilization{$host,state:idle}","data_source":"metrics","name":"query3_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}]},"layout":{"x":4,"y":0,"width":4,"height":2}},{"id":7663055175198514,"definition":{"title":"CPU time I/O wait","title_size":"16","title_align":"left","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.cpu.utilization{$host,state:wait}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.cpu.utilization{$host,state:wait}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}]},"layout":{"x":8,"y":0,"width":4,"height":2}},{"id":2181667549032528,"definition":{"title":"System memory","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"alias":"Used memory","formula":"max(default_zero(query1_otel), default_zero(query1_plain))"},{"alias":"Free memory","formula":"max(default_zero(query2_otel), default_zero(query2_plain))"},{"alias":"Cached memory","formula":"max(default_zero(query3_otel), default_zero(query3_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.memory.usage{$host,state:used}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.memory.usage{$host,state:used}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"},{"query":"avg:otel.system.memory.usage{$host,state:free}","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.memory.usage{$host,state:free}","data_source":"metrics","name":"query2_plain","semantic_mode":"native"},{"query":"avg:otel.system.memory.usage{$host,state:cached}","data_source":"metrics","name":"query3_otel","semantic_mode":"native"},{"query":"avg:system.memory.usage{$host,state:cached}","data_source":"metrics","name":"query3_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":2,"width":4,"height":2}},{"id":7849923776453466,"definition":{"title":"Network traffic (per sec)","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"alias":"received","formula":"max(default_zero(query1_otel), default_zero(query1_plain))"},{"alias":"transmitted","formula":"max(default_zero(query2_otel), default_zero(query2_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.network.io{$host, direction:receive}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.network.io{$host, direction:receive}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"},{"query":"avg:otel.system.network.io{$host, direction:transmit}","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.network.io{$host, direction:transmit}","data_source":"metrics","name":"query2_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":4,"y":2,"width":4,"height":2}},{"id":8080968102292910,"definition":{"title":"Network errors","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"sum:otel.system.network.errors{$host}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"sum:system.network.errors{$host}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"bars"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":8,"y":2,"width":4,"height":2}}]},"layout":{"x":0,"y":5,"width":12,"height":5}},{"id":209253370509184,"definition":{"title":"CPU","background_color":"white","show_title":true,"type":"group","layout_type":"ordered","widgets":[{"id":633114491621342,"definition":{"title":"CPU time per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.cpu.time{$host} by {state}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.cpu.time{$host} by {state}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":0,"width":4,"height":2}},{"id":8563305632796434,"definition":{"title":"CPU usage","title_size":"16","title_align":"left","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"alias":"state: system","formula":"max(default_zero(query1_otel), default_zero(query1_plain))"},{"alias":"state: user","formula":"max(default_zero(query2_otel), default_zero(query2_plain))"},{"alias":"state: idle","formula":"max(default_zero(query3_otel), default_zero(query3_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.cpu.utilization{$host,state:system}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.cpu.utilization{$host,state:system}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"},{"query":"avg:otel.system.cpu.utilization{$host,state:user}","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.cpu.utilization{$host,state:user}","data_source":"metrics","name":"query2_plain","semantic_mode":"native"},{"query":"avg:otel.system.cpu.utilization{$host,state:idle}","data_source":"metrics","name":"query3_otel","semantic_mode":"native"},{"query":"avg:system.cpu.utilization{$host,state:idle}","data_source":"metrics","name":"query3_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}]},"layout":{"x":4,"y":0,"width":4,"height":2}},{"id":2014978148955484,"definition":{"title":"System load","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"alias":"Load avg 1 min","formula":"max(default_zero(query1_otel), default_zero(query1_plain))"},{"alias":"Load avg 5 min","formula":"max(default_zero(query2_otel), default_zero(query2_plain))"},{"alias":"Load avg 15 min","formula":"max(default_zero(query3_otel), default_zero(query3_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.cpu.load_average.1m{$host}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.cpu.load_average.1m{$host}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"},{"query":"avg:otel.system.cpu.load_average.5m{$host}","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.cpu.load_average.5m{$host}","data_source":"metrics","name":"query2_plain","semantic_mode":"native"},{"query":"avg:otel.system.cpu.load_average.15m{$host}","data_source":"metrics","name":"query3_otel","semantic_mode":"native"},{"query":"avg:system.cpu.load_average.15m{$host}","data_source":"metrics","name":"query3_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":8,"y":0,"width":4,"height":2}}]},"layout":{"x":0,"y":10,"width":12,"height":3}},{"id":8217119782896554,"definition":{"title":"Memory","background_color":"white","show_title":true,"type":"group","layout_type":"ordered","widgets":[{"id":5482042435213120,"definition":{"title":"System memory","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"alias":"Used memory","formula":"max(default_zero(query1_otel), default_zero(query1_plain))"},{"alias":"Free memory","formula":"max(default_zero(query2_otel), default_zero(query2_plain))"},{"alias":"Cached memory","formula":"max(default_zero(query3_otel), default_zero(query3_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.memory.usage{$host,state:used}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.memory.usage{$host,state:used}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"},{"query":"avg:otel.system.memory.usage{$host,state:free}","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.memory.usage{$host,state:free}","data_source":"metrics","name":"query2_plain","semantic_mode":"native"},{"query":"avg:otel.system.memory.usage{$host,state:cached}","data_source":"metrics","name":"query3_otel","semantic_mode":"native"},{"query":"avg:system.memory.usage{$host,state:cached}","data_source":"metrics","name":"query3_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":0,"width":4,"height":2}},{"id":7566930121181664,"definition":{"title":"System memory utilization","title_size":"16","title_align":"left","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"alias":"Used memory utilization","formula":"max(default_zero(query1_otel), default_zero(query1_plain))"},{"alias":"Free memory utilization","formula":"max(default_zero(query2_otel), default_zero(query2_plain))"},{"alias":"Cached memory utilization","formula":"max(default_zero(query3_otel), default_zero(query3_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.memory.utilization{$host,state:used}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.memory.utilization{$host,state:used}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"},{"query":"avg:otel.system.memory.utilization{$host,state:free}","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.memory.utilization{$host,state:free}","data_source":"metrics","name":"query2_plain","semantic_mode":"native"},{"query":"avg:otel.system.memory.utilization{$host,state:cached}","data_source":"metrics","name":"query3_otel","semantic_mode":"native"},{"query":"avg:system.memory.utilization{$host,state:cached}","data_source":"metrics","name":"query3_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}]},"layout":{"x":4,"y":0,"width":4,"height":2}},{"id":3540428702383206,"definition":{"title":"Evolution of used system memory in the last hour","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query2_otel), default_zero(query2_plain)) - hour_before(max(default_zero(query1_otel), default_zero(query1_plain)))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.memory.usage{$host,state:used}","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.memory.usage{$host,state:used}","data_source":"metrics","name":"query2_plain","semantic_mode":"native"},{"query":"avg:otel.system.memory.usage{$host,state:used}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.memory.usage{$host,state:used}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"bars"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":8,"y":0,"width":4,"height":2}}]},"layout":{"x":0,"y":13,"width":12,"height":3}},{"id":8371241475700303,"definition":{"title":"Network","background_color":"white","show_title":true,"type":"group","layout_type":"ordered","widgets":[{"id":8080188239720616,"definition":{"title":"Network traffic per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"alias":"transmitted","formula":"max(default_zero(query1_otel), default_zero(query1_plain))"},{"alias":"received","formula":"max(default_zero(query2_otel), default_zero(query2_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.network.io{$host,direction:transmit}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.network.io{$host,direction:transmit}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"},{"query":"avg:otel.system.network.io{$host,direction:receive}","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.network.io{$host,direction:receive}","data_source":"metrics","name":"query2_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":0,"width":4,"height":2}},{"id":5641499832373014,"definition":{"title":"Open TCP connections per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.network.connections{$host,protocol:tcp}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.network.connections{$host,protocol:tcp}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":4,"y":0,"width":4,"height":2}},{"id":1364745577065042,"definition":{"title":"Network errors","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"sum:otel.system.network.errors{$host}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"sum:system.network.errors{$host}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"bars"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":8,"y":0,"width":4,"height":2}},{"id":3873353869828727,"definition":{"title":"Packets transferred per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"response_format":"timeseries","queries":[{"query":"avg:otel.system.network.packets{$host}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.network.packets{$host}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":2,"width":4,"height":2}},{"id":5322274880165808,"definition":{"title":"Packets dropped per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"sum:otel.system.network.dropped{$host}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"sum:system.network.dropped{$host}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"bars"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":4,"y":2,"width":4,"height":2}}]},"layout":{"x":0,"y":32,"width":12,"height":5,"is_column_break":true}},{"id":4304012414124568,"definition":{"title":"Processes","background_color":"white","show_title":true,"type":"group","layout_type":"ordered","widgets":[{"id":5619784256576312,"definition":{"title":"Running processes","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.processes.count{$host,status:running}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.processes.count{$host,status:running}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":0,"width":4,"height":2}},{"id":1489928321032288,"definition":{"title":"Blocked processes","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.processes.count{$host,status:blocked}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.processes.count{$host,status:blocked}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":4,"y":0,"width":4,"height":2}},{"id":7301604301072668,"definition":{"title":"Created processes","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"sum:otel.system.processes.created{$host}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"sum:system.processes.created{$host}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":8,"y":0,"width":4,"height":2}}]},"layout":{"x":0,"y":37,"width":12,"height":3}},{"id":7872989657604364,"definition":{"title":"Disk","background_color":"white","show_title":true,"type":"group","layout_type":"ordered","widgets":[{"id":2706477813444026,"definition":{"title":"Disk IO per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"},{"formula":"max(default_zero(query2_otel), default_zero(query2_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.disk.io{$host,direction:write}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.disk.io{$host,direction:write}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"},{"query":"avg:otel.system.disk.io{$host,direction:read}.as_count()","data_source":"metrics","name":"query2_otel","semantic_mode":"native"},{"query":"avg:system.disk.io{$host,direction:read}.as_count()","data_source":"metrics","name":"query2_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":0,"width":4,"height":2}},{"id":4379965605397834,"definition":{"title":"Disk IO time per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"response_format":"timeseries","queries":[{"query":"avg:otel.system.disk.io_time{$host}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.disk.io_time{$host}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":4,"y":0,"width":4,"height":2}},{"id":4593387228919746,"definition":{"title":"Disk weighted IO time per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"sum:otel.system.disk.weighted_io_time{$host}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"sum:system.disk.weighted_io_time{$host}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":8,"y":0,"width":4,"height":2}},{"id":2906177235185528,"definition":{"title":"Disk operations per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"sum:otel.system.disk.operations{$host}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"sum:system.disk.operations{$host}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":2,"width":4,"height":2}},{"id":3583280623429380,"definition":{"title":"Disk operations time per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"response_format":"timeseries","queries":[{"query":"avg:otel.system.disk.operation_time{$host}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.disk.operation_time{$host}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":4,"y":2,"width":4,"height":2}},{"id":6319645120178570,"definition":{"title":"Pending IO operations","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"sum:otel.system.disk.pending_operations{$host}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"sum:system.disk.pending_operations{$host}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":8,"y":2,"width":4,"height":2}},{"id":2831897696985210,"definition":{"title":"Merged disk reads","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.disk.merged{$host}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.disk.merged{$host}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":4,"width":4,"height":2}}]},"layout":{"x":0,"y":40,"width":12,"height":7}},{"id":1009551840177744,"definition":{"title":"Filesystem","background_color":"white","show_title":true,"type":"group","layout_type":"ordered","widgets":[{"id":3143538657022881,"definition":{"title":"Used space by device","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"response_format":"timeseries","queries":[{"query":"avg:otel.system.filesystem.usage{$host,state:used} by {device}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.filesystem.usage{$host,state:used} by {device}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":0,"width":4,"height":2}},{"id":8298931931082682,"definition":{"title":"Used inodes by device","title_size":"16","title_align":"left","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.filesystem.inodes.usage{$host} by {device}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.filesystem.inodes.usage{$host} by {device}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}]},"layout":{"x":4,"y":0,"width":4,"height":2}},{"id":3617093409981236,"definition":{"title":"Filesystem utilization by device","title_size":"16","title_align":"left","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"avg:otel.system.filesystem.utilization{$host} by {device}","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"avg:system.filesystem.utilization{$host} by {device}","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}]},"layout":{"x":8,"y":0,"width":4,"height":2}}]},"layout":{"x":0,"y":47,"width":12,"height":3}},{"id":7826461271566965,"definition":{"title":"Swap memory","background_color":"white","show_title":true,"type":"group","layout_type":"ordered","widgets":[{"id":332159214405472,"definition":{"title":"Swap page faults per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"sum:otel.system.paging.faults{$host}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"sum:system.paging.faults{$host}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":0,"y":0,"width":4,"height":2}},{"id":5987633477466212,"definition":{"title":"Swap page outs per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"sum:otel.system.paging.operations{$host,direction:page_out}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"sum:system.paging.operations{$host,direction:page_out}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":4,"y":0,"width":4,"height":2}},{"id":80671494141202,"definition":{"title":"Swap page ins per second","show_legend":true,"legend_layout":"auto","legend_columns":["avg","min","max","value","sum"],"type":"timeseries","requests":[{"formulas":[{"formula":"max(default_zero(query1_otel), default_zero(query1_plain))"}],"response_format":"timeseries","queries":[{"query":"sum:otel.system.paging.operations{$host,direction:page_in}.as_count()","data_source":"metrics","name":"query1_otel","semantic_mode":"native"},{"query":"sum:system.paging.operations{$host,direction:page_in}.as_count()","data_source":"metrics","name":"query1_plain","semantic_mode":"native"}],"style":{"palette":"dog_classic","line_type":"solid","line_width":"normal"},"display_type":"line"}],"yaxis":{"include_zero":true,"scale":"linear","label":"","min":"auto","max":"auto"}},"layout":{"x":8,"y":0,"width":4,"height":2}}]},"layout":{"x":0,"y":50,"width":12,"height":3}}],"template_variables":[{"name":"host","prefix":"host","available_values":[],"default":"*"}],"layout_type":"ordered","notify_list":[],"pause_auto_refresh":false,"reflow_type":"fixed"}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the second column anchored at the top

When this dashboard is rendered with the existing is_column_break on the Network group, moving that group from y: 0 to y: 32 (and the following second-column groups to 37/40/47/50) pushes the entire Network/Processes/Disk/Filesystem/Swap column far below the first column instead of displaying it beside the first set of widgets. This adds a large blank gap and hides core panels below the fold; the metric query changes do not require changing these layout offsets, so the previous second-column y values should be preserved.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Member

@songy23 songy23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The format changes seem unrelated, do you want to just replace "semantic_mode":"combined" to "semantic_mode":"native"?

Copy link
Copy Markdown
Member

@songy23 songy23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good other than the formatting

The datadog-assets validate-dashboards schema rejects this property
(Additional properties are not allowed).

Co-authored-by: Cursor <cursoragent@cursor.com>
@dd-octo-sts
Copy link
Copy Markdown
Contributor

dd-octo-sts Bot commented May 8, 2026

Validation Report

All 20 validations passed.

Show details
Validation Description Status
agent-reqs Verify check versions match the Agent requirements file
ci Validate CI configuration and Codecov settings
codeowners Validate every integration has a CODEOWNERS entry
config Validate default configuration files against spec.yaml
dep Verify dependency pins are consistent and Agent-compatible
http Validate integrations use the HTTP wrapper correctly
imports Validate check imports do not use deprecated modules
integration-style Validate check code style conventions
jmx-metrics Validate JMX metrics definition files and config
labeler Validate PR labeler config matches integration directories
legacy-signature Validate no integration uses the legacy Agent check signature
license-headers Validate Python files have proper license headers
licenses Validate third-party license attribution list
metadata Validate metadata.csv metric definitions
models Validate configuration data models match spec.yaml
openmetrics Validate OpenMetrics integrations disable the metric limit
package Validate Python package metadata and naming
readmes Validate README files have required sections
saved-views Validate saved view JSON file structure and fields
version Validate version consistency between package and changelog

View full run

@shanelhuang
Copy link
Copy Markdown
Contributor Author

/merge

@gh-worker-devflow-routing-ef8351
Copy link
Copy Markdown

gh-worker-devflow-routing-ef8351 Bot commented May 8, 2026

View all feedbacks in Devflow UI.

2026-05-08 17:24:43 UTC ℹ️ Start processing command /merge


2026-05-08 17:24:49 UTC ℹ️ MergeQueue: waiting for PR to be ready

This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
It will be added to the queue as soon as checks pass and/or get approvals. View in MergeQueue UI.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.


2026-05-08 22:17:10 UTC ⚠️ MergeQueue: This merge request was unqueued

devflow unqueued this merge request: It did not become mergeable within the expected time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants