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
Copy file name to clipboardExpand all lines: docker/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,18 @@ docker compose -f docker/docker-compose.yml down
35
35
36
36
If you're not familiarized with `docker compose` tool, it will be recommended to check its [website](https://docs.docker.com/compose/) and `docker compose --help` output.
37
37
38
+
## Enabling metrics reporting in the gnb
39
+
40
+
To be able to see gnb's metric in the UI solution (grafana + influxdb + metrics-server) it's required to enable metrics reporting in the gnb config.
41
+
For example:
42
+
43
+
```yml
44
+
metrics:
45
+
enable_json_metrics: true
46
+
addr: 172.19.1.4 # Metrics-server IP
47
+
port: 55555# Metrics-server Port
48
+
```
49
+
38
50
## Run some services
39
51
40
52
Instead of running all services provided, a partial run is allowed by doing:
0 commit comments