Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.
Discussion options

You must be logged in to vote

Hello, Your gNB (running on the host) exposes its metrics via a WebSocket on port 8001. However, Grafana showed "No data" because Telegraf is not receiving any metrics.

  • Telegraf uses a Python script (ws_adapter.py) to connect to the WebSocket.

  • The script reads the WebSocket address from the environment variable WS_URL (defined in your .env file).

  • Your .env had WS_URL=172.19.1.3:8001, an IP address that didn't exist in the Docker network.

  • Replace the IP with the gateway IP, you'll find it here: docker network inspect docker_metrics

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nexuseli18
Comment options

Answer selected by nexuseli18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants