push
This commit is contained in:
10
golang-producer-consumer/grafana_guide
Executable file
10
golang-producer-consumer/grafana_guide
Executable file
@@ -0,0 +1,10 @@
|
||||
* 127.0.0.1 influxdb >> /etc/hosts
|
||||
|
||||
can check influx db with
|
||||
* curl -G http://influxdb:8086/query?db=stats --data-urlencode 'q=SHOW MEASUREMENTS'
|
||||
* curl -G http://influxdb:8086/query?db=stats --data-urlencode 'q=SELECT * from "measurements"'
|
||||
* curl -v -X GET http://influxdb:8086/ping
|
||||
|
||||
SEE: https://github.com/samuelebistoletti/docker-statsd-influxdb-grafana
|
||||
docker run --rm --ulimit nofile=66000:66000 --name docker-statsd-influxdb-grafana -p 3003:3003 -p 3004:8888 -p 8086:8086 -p 22022:22 -p 8125:8125/udp samuelebistoletti/docker-statsd-influxdb-grafana:latest
|
||||
|
||||
Reference in New Issue
Block a user