Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lmangani/vLogQL into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Apr 3, 2022
2 parents 1b7710f + 7fb51d5 commit f51a7d1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,14 @@ Log Labels: {'pid': '1658', 'level': 'Debug', 'type': 'clickhouse'}
# LOGQL_API="https://cloki:3100" ./vlogql --canary

---------- Tail Canary Logs:
PUSH Successful: {"streams":[{"stream": {"canary":"canary_vgKhkQ5g3S2s","type":"canary"}, "values":[ ["1649006282946000000", "ts=1649006282946000000 type=canary data=1111111111111111111111111111111111111111111111"] ]}]}
PUSH Successful: {"streams":[{"stream": {"canary":"canary_9cwAkBFDlrcA","type":"canary"}, "values":[ ["1649007076406000000", "ts=1649007076406000000 count=3 type=canary tag=canary_9cwAkBFDlrcA"] ]}]}
Sleeping 10 seconds...
Log Labels: {'canary': 'canary_vgKhkQ5g3S2s', 'type': 'canary'}
ts=1649006282946000000 type=canary data=1111111111111111111111111111111111111111111111
Log Labels: {'canary': 'canary_9cwAkBFDlrcA', 'type': 'canary'}
ts=1649007076406000000 count=3 type=canary tag=canary_9cwAkBFDlrcA
PUSH Successful: {"streams":[{"stream": {"canary":"canary_9cwAkBFDlrcA","type":"canary"}, "values":[ ["1649007086482000000", "ts=1649007086482000000 count=4 type=canary tag=canary_9cwAkBFDlrcA"] ]}]}
Sleeping 10 seconds...
Log Labels: {'canary': 'canary_9cwAkBFDlrcA', 'type': 'canary'}
ts=1649007086482000000 count=4 type=canary tag=canary_9cwAkBFDlrcA
```

-----
Expand Down

0 comments on commit f51a7d1

Please sign in to comment.