* Using Grafana image instead of building it * Using Grafana image instead of building it! * latest prometheus version 2.55.0 * Update .env Revert to the original IP for UEs --------- Co-authored-by: B3c3ll <you@example.com>
9 lines
165 B
YAML
9 lines
165 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Open5Gs
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://${METRICS_IP}:9090
|
|
disableDeletion: false
|
|
editable: true |