Skip to content

Commit 24d9803

Browse files
author
Igor Makhlin
authored
Merge pull request #23 from Sagikeren88/master
Update README.md
2 parents 4156167 + f399a56 commit 24d9803

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,13 @@ it has built-in help, see the following add/query examples:
8686
8787
# display DB info with metric names (types)
8888
tsdbctl info -n
89-
90-
# display all the CPU metrics for win servers from the last hours, in CSV format
91-
tsdbctl query cpu -f "os=='win'" -l 1h -o csv
92-
89+
9390
# append a sample (73.2) to the specified metric type (cpu) + labels at the current time
9491
tsdbctl add cpu os=win,node=xyz123 -d 73.2
92+
93+
# display all the CPU metrics for win servers from the last hours, in CSV format
94+
tsdbctl query cpu -f "os=='win'" -l 1h -o csv
95+
9596
```
9697

9798
For use with nuclio function you can see function example under [\nuclio](examples/nuclio)

0 commit comments

Comments
 (0)