Grafana for WhizardTelemetry
This section describes how to use the "Grafana for WhizardTelemetry" extension.
This extension provides an open and composable data visualization and monitoring analysis platform, with numerous built-in dashboards (Dashboard) to enhance the visualization capabilities of the WhizardTelemetry Observability Platform. It offers rich data display and analysis features, allowing users to explore, query, and visualize metrics, logs, and trace data from various data sources (such as Prometheus, Loki, Elasticsearch, InfluxDB, PostgreSQL, etc.) in an intuitive and interactive manner.
Configuration Instructions:
After installing the Grafana for WhizardTelemetry extension, you need to modify the extension configuration to expose the Grafana service to access the Grafana console.
service:
enabled: true
type: ClusterIP
loadBalancerIP: ""
loadBalancerClass: ""
loadBalancerSourceRanges: []
port: 80
targetPort: 3000
# nodePort: 32000
Parameter | Description |
---|---|
type: ClusterIP | Default installation method, accessible only within the cluster via a virtual IP address. |
type: NodePort | Exposes the service using NodePort, with the port specified by the After configuration, the Grafana console can be accessed via <NodeIP>:<nodePort>. |
type: LoadBalancer | Exposes the Grafana service externally using a cloud provider’s load balancer. To achieve this, the LoadBalancer type service requires a load balancer plugin and infrastructure environment support, and relevant annotations need to be set. For more information, contact your infrastructure environment provider. |
Tip |
---|
After successfully accessing the Grafana console, you can log in using the default account and password (admin/admin). |
View Built-in Dashboards
Learn how to view the built-in Dashboards provided by the extension.
Add Data Sources
Learn how to add a Grafana data source.
Create Dashboards
Learn how to create a Dashboard.