Commit 4dce1972 authored by Your Name's avatar Your Name

monitor.dcgm:v.0.0.6

parent 79dea08a
......@@ -2,7 +2,7 @@ version: "3.9"
services:
monitor.dcgm:
image: docker.ai.17xuexi.com/monitorapi/monitor.dcgm:v.0.0.5
image: docker.ai.17xuexi.com/monitorapi/monitor.dcgm:v.0.0.6
ports:
- 9093:9090
- 4000:4000
......
......@@ -14,11 +14,11 @@ import (
func DCGM() {
//ExampleAPI_query()
//promethAddr := flag.String("promethaddr", "http://127.0.0.1:9090", "a string parameter")
promethAddr := flag.String("promethaddr", "http://127.0.0.1:9090", "a string parameter")
//http://47.94.59.74:9000/
promethAddr := flag.String("promethaddr", "http://47.94.59.74:9000", "a string parameter")
//promethAddr := flag.String("promethaddr", "http://47.94.59.74:9000", "a string parameter")
flag.Parse()
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment