Pull to refresh
1
0

User

Send message

Спасибо. Поднял, все работает.

Подскажите пожалуйста как смотреть статистику. Порт 9090 был занят, взял 9093. Но там пусто.

# telemt.toml
metrics_port = 9093
metrics_whitelist = ["127.0.0.1", "::1"]

# compose.yml
ports:
  - "127.0.0.1:9093:9093/tcp"

# curl -sv http://127.0.0.1:9093/
*   Trying 127.0.0.1:9093...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 9093 (#0)
> GET / HTTP/1.1
> Host: 127.0.0.1:9093
> User-Agent: curl/7.68.0
> Accept: */*
> 
* Empty reply from server
* Connection #0 to host 127.0.0.1 left intact

Information

Rating
7,026-th
Registered
Activity