Browse Source

added some more metrics

pull/1/head
sberk42 5 years ago
parent
commit
f930d74113
  1. 78
      metrics.json

78
metrics.json

@ -51,6 +51,32 @@
},
"promType": "CounterValue"
},
{
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
"action": "GetAddonInfos",
"result": "ByteSendRate",
"promDesc": {
"fqName": "gateway_wan_bytes_send_rate",
"help": "byte send rate on gateway WAN interface",
"varLabels": [
"gateway"
]
},
"promType": "GaugeValue"
},
{
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
"action": "GetAddonInfos",
"result": "ByteReceiveRate",
"promDesc": {
"fqName": "gateway_wan_bytes_receive_rate",
"help": "byte receive rate on gateway WAN interface",
"varLabels": [
"gateway"
]
},
"promType": "GaugeValue"
},
{
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
"action": "GetCommonLinkProperties",
@ -130,5 +156,57 @@
]
},
"promType": "GaugeValue"
},
{
"service": "urn:dslforum-org:service:WLANConfiguration:2",
"action": "GetTotalAssociations",
"result": "TotalAssociations",
"promDesc": {
"fqName": "gateway_wlan2_current_connections",
"help": "current WLAN2 connections",
"varLabels": [
"gateway"
]
},
"promType": "GaugeValue"
},
{
"service": "urn:dslforum-org:service:DeviceInfo:1",
"action": "GetInfo",
"result": "UpTime",
"promDesc": {
"fqName": "gateway_uptime_seconds",
"help": "gateway uptime",
"varLabels": [
"gateway"
]
},
"promType": "GaugeValue"
},
{
"service": "urn:dslforum-org:service:LANEthernetInterfaceConfig:1",
"action": "GetStatistics",
"result": "Stats.BytesSent",
"promDesc": {
"fqName": "gateway_lan_bytes_sent",
"help": "bytes sent on gateway LAN interface",
"varLabels": [
"gateway"
]
},
"promType": "CounterValue"
},
{
"service": "urn:dslforum-org:service:LANEthernetInterfaceConfig:1",
"action": "GetStatistics",
"result": "Stats.BytesReceived",
"promDesc": {
"fqName": "gateway_lan_bytes_received",
"help": "bytes received on gateway LAN interface",
"varLabels": [
"gateway"
]
},
"promType": "CounterValue"
}
]

Loading…
Cancel
Save