client_bash icon indicating copy to clipboard operation
client_bash copied to clipboard

Client Bash library for talking to the Prometheus pushgateway

Results 2 client_bash issues
Sort by recently updated
recently updated
newest added

# NewGauge step with multiple labels ``` bash io::prometheus::NewGauge name=sample_count help='' labels=path,path2 ``` # set one and push ```bash #record1 sample_count -path=/path/any set 1 #record2 sample_count -path=/path/any -path2=/path/any2 set 2...

sh +x test_promethesu.bash ./prometheus.bash: line 91: `io::prometheus::DiscardAllMetrics': not a valid identifier