We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4156167 + f399a56 commit 24d9803Copy full SHA for 24d9803
README.md
@@ -86,12 +86,13 @@ it has built-in help, see the following add/query examples:
86
87
# display DB info with metric names (types)
88
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
+
93
# append a sample (73.2) to the specified metric type (cpu) + labels at the current time
94
tsdbctl add cpu os=win,node=xyz123 -d 73.2
+ # display all the CPU metrics for win servers from the last hours, in CSV format
+ tsdbctl query cpu -f "os=='win'" -l 1h -o csv
95
96
```
97
98
For use with nuclio function you can see function example under [\nuclio](examples/nuclio)
0 commit comments