diff --git a/standalone/grafana.ini b/standalone/grafana.ini new file mode 100644 index 0000000000000..c05dee52e831a --- /dev/null +++ b/standalone/grafana.ini @@ -0,0 +1,10 @@ +[server] +http_addr = 0.0.0.0 +http_port = 3001 + +[users] +default_theme = light + +[auth.anonymous] +enabled = true +org_role = Admin \ No newline at end of file diff --git a/standalone/prometheus.yml b/standalone/prometheus.yml new file mode 100644 index 0000000000000..b354503515509 --- /dev/null +++ b/standalone/prometheus.yml @@ -0,0 +1,40 @@ +global: + scrape_interval: 15s + evaluation_interval: 60s + external_labels: + rw_cluster: 20240506-185437 + + +scrape_configs: + - job_name: prometheus + static_configs: + - targets: ["127.0.0.1:9500"] + + - job_name: compute + static_configs: + - targets: ["127.0.0.1:1222"] + + - job_name: meta + static_configs: + - targets: ["127.0.0.1:1250"] + + - job_name: minio + metrics_path: /minio/v2/metrics/cluster + static_configs: + - targets: ["127.0.0.1:9301"] + + - job_name: compactor + static_configs: + - targets: ["127.0.0.1:1260"] + + - job_name: etcd + static_configs: + - targets: ["127.0.0.1:2379"] + + - job_name: frontend + static_configs: + - targets: ["127.0.0.1:2222"] + + - job_name: redpanda + static_configs: + - targets: []