Skip to content

Commit da4d193

Browse files
committed
update ingress/egress in datadog dashboard json
1 parent b2e36bb commit da4d193

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

datadog-dashboard.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
{
442442
"id": 51,
443443
"definition": {
444-
"title": "Network RX by Application",
444+
"title": "Network Ingress by Application (MB/s)",
445445
"title_size": "16",
446446
"title_align": "left",
447447
"show_legend": true,
@@ -473,7 +473,7 @@
473473
{
474474
"id": 52,
475475
"definition": {
476-
"title": "Network TX by Application",
476+
"title": "Network Egress by Application (MB/s)",
477477
"title_size": "16",
478478
"title_align": "left",
479479
"show_legend": true,
@@ -505,7 +505,7 @@
505505
{
506506
"id": 53,
507507
"definition": {
508-
"title": "Total Network Traffic (RX + TX)",
508+
"title": "Total Network Traffic (MB/s)",
509509
"title_size": "16",
510510
"title_align": "left",
511511
"show_legend": true,
@@ -515,8 +515,8 @@
515515
"requests": [
516516
{
517517
"formulas": [
518-
{ "alias": "RX", "formula": "query1 / 1000000" },
519-
{ "alias": "TX", "formula": "query2 / 1000000" }
518+
{ "alias": "Ingress", "formula": "query1 / 1000000" },
519+
{ "alias": "Egress", "formula": "query2 / 1000000" }
520520
],
521521
"queries": [
522522
{

0 commit comments

Comments
 (0)