GitXplorerGitXplorer
s

graf

public
2 stars
0 forks
3 issues

Commits

List of commits on branch main.
Unverified
8a1fa422bd255cf3d44d3a97b2811b5f59954761

resolve some templating vars

sshua committed 2 years ago
Verified
96ff929cfb171667b94ef66eeafcb6bbbec55174

add some undefined macos libc funcs manually (#3)

sshua committed 2 years ago
Unverified
ef5bb6aac8f16d2e1c2f851e77b3d5ad0f3939de

support multi-data, add example

sshua committed 2 years ago
Unverified
21e4af86691a593e581ec211771be7bc104e7898

sometimes panel doesn't have targets?

sshua committed 2 years ago
Unverified
0da9a4be04d121521b59905a74bf04d7b0dea80e

looks like that's not rfc3339

sshua committed 2 years ago
Unverified
ee5920c8604556e9fe7df4afc6e64b29c03839cb

rm Key, ValueIter

sshua committed 2 years ago

README

The README file for this repository.

USAGE

graf [-h|--help] <-u USER:PASS|-t TOKEN> URL [--from FROM] [--to TO] [--interval SECS] [-f]

select and print grafana dashboard panel to terminal

-u USER:PASS basic user password authentication -t TOKEN api token URL grafana base url --from FROM, --to TO time specifiers for grafana (defaults to now-1m, now) INTERVAL interval in seconds between frames (defaults to / TO-FROM) -f follow, update data every INTERVAL seconds

EXAMPLE

$ graf http://localhost:3000 -u admin:admin --from now-1m -f 0 - title="dash" uid="2qZKhw-4z" 1 - title="Simple Streaming Example" uid="TXSTREZ" Please select a dashboard: 0 0 - title="Random Walk" 1 - title="flight sim" 2 - title="Simple dummy streaming example" Please select a panel: 1 02:47:40 |-122.43 |-31.46----|-----59.52-----------150.50----------241.48------' |332.45---' | | '-----| | | | | '. | | |-----. | | | | | | | |'------. | | | '. | | | | '-----. | | | '. 02:47:45 | | | | '-----. | | '. | | | | | '-----. | | '. | | | | | '------. | '. | | | | | |'-----. | '. | | | | | | '-----. | '. 02:47:50 | | .-----|-------------------------------------------------' | .-------' | | '-----| | | | | '. | | |-----. | | | | | | | |'------. | | | '. | | | | '-----. | | | '. 02:47:55 | | | | '-----. | | '. | | | | | '-----. | | '. | | | | | '------. | '. | | | | | |'-----. | '. ^C $