Alternative Visualization Methods

CostGraph supports other visualization methods such as Grafana and Superset.

Superset Access

Superset Credentials
Unless modified, the username and password for the superset instance is admin and admin

Access Methods

If you do not have ingress set up you can always access superset through a port forward
kubectl port-forward svc/superset  -n costgraph  8080:80

Prometheus Metrics

Exposing Prometheus Metrics
You must have service auto-discovery enabled for kubernetes services to have the operator metrics scraped by the prometheus server. If you don’t see costgraph targets, manually add this scrape configuration:
- job_name: 'costgraph'
  honor_labels: true
  scrape_interval: 1m
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
    - targets: ['costgraph.costgraph:9090']

Grafana Dashboard

Install the Grafana dashboard from the costgraph-manifests repository for a familiar Grafana feel.