You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wish to use attu for managing milvus database and prometheus for monitoring metrics. I have milvus, attu and prometheus running on docker. Here is the status of the container:
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2c6ddfde97f2 prom/prometheus "/bin/prometheus --c…" 6 minutes ago Up 6 minutes 0.0.0.0:9090->9090/tcp, :::9090->9090/tcp prometheus
cd5348b102c2 zilliz/attu:v2.2.5 "docker-entrypoint.s…" 18 minutes ago Up 18 minutes 0.0.0.0:8000->3000/tcp, :::8000->3000/tcp attu
7c45cd041c08 milvusdb/milvus:v2.2.9 "/tini -- milvus run…" 18 minutes ago Up 18 minutes 0.0.0.0:9091->9091/tcp, :::9091->9091/tcp, 0.0.0.0:19530->19530/tcp, :::19530->19530/tcp milvus-standalone
f1d80deea6ce minio/minio:RELEASE.2023-06-02T23-17-26Z "/usr/bin/docker-ent…" 18 minutes ago Up 18 minutes (healthy) 9000/tcp milvus-minio
25b16a7bcaa2 quay.io/coreos/etcd:v3.5.9 "etcd -advertise-cli…" 18 minutes ago Up 18 minutes 2379-2380/tcp milvus-etcd
Prometheus and attu interfaces are both running fine.
When I try to connect attu, it connects fine with milvus but says that prometheus configuration is invalid
Can someone please help me figure out how to connect prometheus with attu?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I wish to use attu for managing milvus database and prometheus for monitoring metrics. I have milvus, attu and prometheus running on docker. Here is the status of the container:
Prometheus and attu interfaces are both running fine.
When I try to connect attu, it connects fine with milvus but says that prometheus configuration is invalid
Can someone please help me figure out how to connect prometheus with attu?
Beta Was this translation helpful? Give feedback.
All reactions