Skip to content

Commit c53345a

Browse files
committed
grafana updates
1 parent 6009f5e commit c53345a

File tree

1 file changed

+294
-12
lines changed

1 file changed

+294
-12
lines changed

Documentation/MultiTenancyLogging/AdvancedMode/AzureMonitorContainers_AdvancedMode_Grafana.json

Lines changed: 294 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"editable": true,
2525
"fiscalYearStartMonth": 0,
2626
"graphTooltip": 0,
27-
"id": 255,
27+
"id": 259,
2828
"links": [],
2929
"liveNow": false,
3030
"panels": [
@@ -1360,12 +1360,294 @@
13601360
"title": "Fluent-bit output errors/sec by Node",
13611361
"type": "timeseries"
13621362
},
1363+
{
1364+
"datasource": {
1365+
"type": "prometheus",
1366+
"uid": "${datasource}"
1367+
},
1368+
"fieldConfig": {
1369+
"defaults": {
1370+
"color": {
1371+
"mode": "palette-classic"
1372+
},
1373+
"custom": {
1374+
"axisBorderShow": false,
1375+
"axisCenteredZero": false,
1376+
"axisColorMode": "text",
1377+
"axisLabel": "",
1378+
"axisPlacement": "auto",
1379+
"barAlignment": 0,
1380+
"drawStyle": "line",
1381+
"fillOpacity": 0,
1382+
"gradientMode": "none",
1383+
"hideFrom": {
1384+
"legend": false,
1385+
"tooltip": false,
1386+
"viz": false
1387+
},
1388+
"insertNulls": false,
1389+
"lineInterpolation": "linear",
1390+
"lineWidth": 1,
1391+
"pointSize": 5,
1392+
"scaleDistribution": {
1393+
"type": "linear"
1394+
},
1395+
"showPoints": "auto",
1396+
"spanNulls": false,
1397+
"stacking": {
1398+
"group": "A",
1399+
"mode": "none"
1400+
},
1401+
"thresholdsStyle": {
1402+
"mode": "off"
1403+
}
1404+
},
1405+
"mappings": [],
1406+
"thresholds": {
1407+
"mode": "absolute",
1408+
"steps": [
1409+
{
1410+
"color": "green",
1411+
"value": null
1412+
},
1413+
{
1414+
"color": "red",
1415+
"value": 80
1416+
}
1417+
]
1418+
}
1419+
},
1420+
"overrides": []
1421+
},
1422+
"gridPos": {
1423+
"h": 7,
1424+
"w": 8,
1425+
"x": 0,
1426+
"y": 35
1427+
},
1428+
"id": 47,
1429+
"options": {
1430+
"legend": {
1431+
"calcs": [],
1432+
"displayMode": "list",
1433+
"placement": "bottom",
1434+
"showLegend": true
1435+
},
1436+
"tooltip": {
1437+
"mode": "single",
1438+
"sort": "none"
1439+
}
1440+
},
1441+
"targets": [
1442+
{
1443+
"datasource": {
1444+
"type": "prometheus",
1445+
"uid": "${datasource}"
1446+
},
1447+
"editorMode": "code",
1448+
"expr": "\r\nsum by (node) (rate(fluentbit_input_files_opened_total{cluster=~\"$cluster\", job=\"ama-logs-daemonset\", name=~\"azmon_tenant_${namespace}_.*\"}[5m]))",
1449+
"legendFormat": "{{node}}",
1450+
"range": true,
1451+
"refId": "A"
1452+
}
1453+
],
1454+
"title": "Fluent-bit input files opened/sec by Node",
1455+
"type": "timeseries"
1456+
},
1457+
{
1458+
"datasource": {
1459+
"type": "prometheus",
1460+
"uid": "${datasource}"
1461+
},
1462+
"fieldConfig": {
1463+
"defaults": {
1464+
"color": {
1465+
"mode": "palette-classic"
1466+
},
1467+
"custom": {
1468+
"axisBorderShow": false,
1469+
"axisCenteredZero": false,
1470+
"axisColorMode": "text",
1471+
"axisLabel": "",
1472+
"axisPlacement": "auto",
1473+
"barAlignment": 0,
1474+
"drawStyle": "line",
1475+
"fillOpacity": 0,
1476+
"gradientMode": "none",
1477+
"hideFrom": {
1478+
"legend": false,
1479+
"tooltip": false,
1480+
"viz": false
1481+
},
1482+
"insertNulls": false,
1483+
"lineInterpolation": "linear",
1484+
"lineWidth": 1,
1485+
"pointSize": 5,
1486+
"scaleDistribution": {
1487+
"type": "linear"
1488+
},
1489+
"showPoints": "auto",
1490+
"spanNulls": false,
1491+
"stacking": {
1492+
"group": "A",
1493+
"mode": "none"
1494+
},
1495+
"thresholdsStyle": {
1496+
"mode": "off"
1497+
}
1498+
},
1499+
"mappings": [],
1500+
"thresholds": {
1501+
"mode": "absolute",
1502+
"steps": [
1503+
{
1504+
"color": "green",
1505+
"value": null
1506+
},
1507+
{
1508+
"color": "red",
1509+
"value": 80
1510+
}
1511+
]
1512+
}
1513+
},
1514+
"overrides": []
1515+
},
1516+
"gridPos": {
1517+
"h": 7,
1518+
"w": 7,
1519+
"x": 8,
1520+
"y": 35
1521+
},
1522+
"id": 48,
1523+
"options": {
1524+
"legend": {
1525+
"calcs": [],
1526+
"displayMode": "list",
1527+
"placement": "bottom",
1528+
"showLegend": true
1529+
},
1530+
"tooltip": {
1531+
"mode": "single",
1532+
"sort": "none"
1533+
}
1534+
},
1535+
"targets": [
1536+
{
1537+
"datasource": {
1538+
"type": "prometheus",
1539+
"uid": "${datasource}"
1540+
},
1541+
"editorMode": "code",
1542+
"expr": "\r\nsum by (node) (rate(fluentbit_input_files_closed_total{cluster=~\"$cluster\", job=\"ama-logs-daemonset\", name=~\"azmon_tenant_${namespace}_.*\"}[5m]))",
1543+
"legendFormat": "{{node}}",
1544+
"range": true,
1545+
"refId": "A"
1546+
}
1547+
],
1548+
"title": "Fluent-bit input files closed/sec by Node",
1549+
"type": "timeseries"
1550+
},
1551+
{
1552+
"datasource": {
1553+
"type": "prometheus",
1554+
"uid": "${datasource}"
1555+
},
1556+
"fieldConfig": {
1557+
"defaults": {
1558+
"color": {
1559+
"mode": "palette-classic"
1560+
},
1561+
"custom": {
1562+
"axisBorderShow": false,
1563+
"axisCenteredZero": false,
1564+
"axisColorMode": "text",
1565+
"axisLabel": "",
1566+
"axisPlacement": "auto",
1567+
"barAlignment": 0,
1568+
"drawStyle": "line",
1569+
"fillOpacity": 0,
1570+
"gradientMode": "none",
1571+
"hideFrom": {
1572+
"legend": false,
1573+
"tooltip": false,
1574+
"viz": false
1575+
},
1576+
"insertNulls": false,
1577+
"lineInterpolation": "linear",
1578+
"lineWidth": 1,
1579+
"pointSize": 5,
1580+
"scaleDistribution": {
1581+
"type": "linear"
1582+
},
1583+
"showPoints": "auto",
1584+
"spanNulls": false,
1585+
"stacking": {
1586+
"group": "A",
1587+
"mode": "none"
1588+
},
1589+
"thresholdsStyle": {
1590+
"mode": "off"
1591+
}
1592+
},
1593+
"mappings": [],
1594+
"thresholds": {
1595+
"mode": "absolute",
1596+
"steps": [
1597+
{
1598+
"color": "green",
1599+
"value": null
1600+
},
1601+
{
1602+
"color": "red",
1603+
"value": 80
1604+
}
1605+
]
1606+
}
1607+
},
1608+
"overrides": []
1609+
},
1610+
"gridPos": {
1611+
"h": 7,
1612+
"w": 9,
1613+
"x": 15,
1614+
"y": 35
1615+
},
1616+
"id": 49,
1617+
"options": {
1618+
"legend": {
1619+
"calcs": [],
1620+
"displayMode": "list",
1621+
"placement": "bottom",
1622+
"showLegend": true
1623+
},
1624+
"tooltip": {
1625+
"mode": "single",
1626+
"sort": "none"
1627+
}
1628+
},
1629+
"targets": [
1630+
{
1631+
"datasource": {
1632+
"type": "prometheus",
1633+
"uid": "${datasource}"
1634+
},
1635+
"editorMode": "code",
1636+
"expr": "\r\nsum by (node) (rate(fluentbit_input_files_rotated_total{cluster=~\"$cluster\", job=\"ama-logs-daemonset\", name=~\"azmon_tenant_${namespace}_.*\"}[5m]))",
1637+
"legendFormat": "{{node}}",
1638+
"range": true,
1639+
"refId": "A"
1640+
}
1641+
],
1642+
"title": "Fluent-bit input files rotated/sec by Node",
1643+
"type": "timeseries"
1644+
},
13631645
{
13641646
"gridPos": {
13651647
"h": 1,
13661648
"w": 24,
13671649
"x": 0,
1368-
"y": 35
1650+
"y": 42
13691651
},
13701652
"id": 28,
13711653
"title": "Daemonset (all namespaces)",
@@ -1434,7 +1716,7 @@
14341716
"h": 8,
14351717
"w": 6,
14361718
"x": 0,
1437-
"y": 36
1719+
"y": 43
14381720
},
14391721
"id": 10,
14401722
"options": {
@@ -1528,7 +1810,7 @@
15281810
"h": 8,
15291811
"w": 5,
15301812
"x": 6,
1531-
"y": 36
1813+
"y": 43
15321814
},
15331815
"id": 35,
15341816
"options": {
@@ -1622,7 +1904,7 @@
16221904
"h": 8,
16231905
"w": 13,
16241906
"x": 11,
1625-
"y": 36
1907+
"y": 43
16261908
},
16271909
"id": 36,
16281910
"options": {
@@ -1716,7 +1998,7 @@
17161998
"h": 7,
17171999
"w": 11,
17182000
"x": 0,
1719-
"y": 44
2001+
"y": 51
17202002
},
17212003
"id": 45,
17222004
"options": {
@@ -1810,7 +2092,7 @@
18102092
"h": 7,
18112093
"w": 13,
18122094
"x": 11,
1813-
"y": 44
2095+
"y": 51
18142096
},
18152097
"id": 46,
18162098
"options": {
@@ -1847,7 +2129,7 @@
18472129
"h": 1,
18482130
"w": 24,
18492131
"x": 0,
1850-
"y": 51
2132+
"y": 58
18512133
},
18522134
"id": 27,
18532135
"panels": [],
@@ -1917,7 +2199,7 @@
19172199
"h": 7,
19182200
"w": 11,
19192201
"x": 0,
1920-
"y": 52
2202+
"y": 59
19212203
},
19222204
"id": 43,
19232205
"options": {
@@ -2011,7 +2293,7 @@
20112293
"h": 7,
20122294
"w": 13,
20132295
"x": 11,
2014-
"y": 52
2296+
"y": 59
20152297
},
20162298
"id": 42,
20172299
"options": {
@@ -2105,7 +2387,7 @@
21052387
"h": 6,
21062388
"w": 11,
21072389
"x": 0,
2108-
"y": 59
2390+
"y": 66
21092391
},
21102392
"id": 41,
21112393
"options": {
@@ -2199,7 +2481,7 @@
21992481
"h": 6,
22002482
"w": 13,
22012483
"x": 11,
2202-
"y": 59
2484+
"y": 66
22032485
},
22042486
"id": 44,
22052487
"options": {

0 commit comments

Comments
 (0)