Skip to content

Instantly share code, notes, and snippets.

@haidlir
Last active December 26, 2019 06:18
Show Gist options
  • Save haidlir/69514ae4f341ff9040425ef3e981de37 to your computer and use it in GitHub Desktop.
Save haidlir/69514ae4f341ff9040425ef3e981de37 to your computer and use it in GitHub Desktop.
opentsdb-2.3
+-------------------------+------------+------------------------+-----------+
| Metric | Timestamp | Tag | Value |
+-------------------------+------------+------------------------+-----------+
| http.hits | 1234567890 | host=A | 2331 |
| | | | |
| ping.response_time_ms | 1577289224 | source=probe1 | 148 |
| | | target=8.8.8.8 | |
| | | | |
| iot.sensor.gate.counter | 1234567890 | site=SSS | 1654 |
| | | building=BBB | |
| | | stage=999 | |
| | | | |
| snmp.ifmib.ifHCInOctets | 1577289224 | poller=PPP | 362173218 |
| | | ipMgmt=10.100.10.1 | |
| | | ifName=Ga/0/0/1.100 | |
| | | | |
| netflow.vflow.inbytes | 1234567890 | agentid=1 | 362173218 |
| | | ipv4src=10.100.10.1 | |
| | | ipv4dst=10.222.111.135 | |
| | | portsrc=53476 | |
| | | portdst=9116 | |
| | | protocol=6 | |
+-------------------------+------------+------------------------+-----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment