Browse Source

removed counter from metrics and updated dashboard

go-modules
sberk42 4 years ago
parent
commit
cc53249253
  1. 929
      grafana/Dashboard.json
  2. 52
      metrics.json

929
grafana/Dashboard.json

File diff suppressed because it is too large

52
metrics.json

@ -1,56 +1,4 @@
[
{
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
"action": "GetTotalPacketsReceived",
"result": "TotalPacketsReceived",
"promDesc": {
"fqName": "gateway_wan_packets_received",
"help": "packets received on gateway WAN interface",
"varLabels": [
"gateway"
]
},
"promType": "CounterValue"
},
{
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
"action": "GetTotalPacketsSent",
"result": "TotalPacketsSent",
"promDesc": {
"fqName": "gateway_wan_packets_sent",
"help": "packets sent on gateway WAN interface",
"varLabels": [
"gateway"
]
},
"promType": "CounterValue"
},
{
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
"action": "GetAddonInfos",
"result": "TotalBytesReceived",
"promDesc": {
"fqName": "gateway_wan_bytes_received",
"help": "bytes received on gateway WAN interface",
"varLabels": [
"gateway"
]
},
"promType": "CounterValue"
},
{
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
"action": "GetAddonInfos",
"result": "TotalBytesSent",
"promDesc": {
"fqName": "gateway_wan_bytes_sent",
"help": "bytes sent on gateway WAN interface",
"varLabels": [
"gateway"
]
},
"promType": "CounterValue"
},
{
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
"action": "GetTotalPacketsReceived",

Loading…
Cancel
Save