Enabling Pipeline Insights or Deployment Insights or User Insights in ISD
Pre-Installation
# Centralized Monitoring Configuration
enableCentralMonitoring: trueopenTelemetry: true #Set this to true for displaying metrics data in grafana
grafana:
adminUser: admin
adminPassword: opsmxadmin123
grafana.ini:
server:
domain: isd.cve.opsmx.net
root_url: https://isd.cve.opsmx.net/grafana
serve_from_sub_path: true
security:
allow_embedding: true
username: nonadminuser #Non-admin username for Grafana UI access
password: opsmxpassword123 #Non-admin password for Grafana UI acess
persistence:
enabled: true
accessModes:
- ReadWriteOnce
size: 10Gi
## Below is the block of code for Ingress
grafana:
enabled: true
protocol: https
host: grafana.cve.opsmx.net
ingress:
annotations:
kubernetes.io/ingress.class: nginx
tls:
secretName: grafana-ingress
Post Installation
To disable the Insights feature in ISD
To configure existing Grafana / Prometheus for the Insights pages
Last updated