Problem related to Grafana metrics UI #418
-
Hello, I try to run the Grafana metric UI following the guide in the documentation. When enabling reporting metrics in JSON format in the gnb configuration file by inserting the four lines from the guide, I get the error: "INI was not able to parse metrics.enable_json_metrics" when starting the gnb. Leaving the enable_json_metrics parameter empty passes, while setting it to true or false leads to the same error. Does anyone have an explanation or solution? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
Hey @hakegard, Are you using the latest version of the code? This was added in a recent update. |
Beta Was this translation helpful? Give feedback.
-
Hi @asaezper, Thanks for the response. Unfortunately, the problem occurs also without any containers or images. The routing table is as expected:
I was wondering if it the problem was related to postrouting, as docker0 appers in iptables:
However, when pinging external IP-addresses from the UE with docker installed, I see that the ICMP (ping request) packets are routed to the lo interface using wireshark, while they are correctly routed to the ethernet interface without docker installed. Is it possible that docker intervene with the routing, or that the srsran code detects that docker is installed and changes the routing? |
Beta Was this translation helpful? Give feedback.
hey!
In the docker-compose, there are two docker networks defined:
After a docker compose up, docker will create those two networks. That's the reason why you see entries for them in your routing table. I don't see how they can overlap with your previously existing ones, but looks like that's what happening.
I'd say: