Open
Description
Trying to load any metrics into metrics explorer shows a "no data for this time range" in the graph. The metrics are being pushed as I see metrics ingress bytes count is >0. Is there some way to debug the metrics actually being processed and viewable in metrics explorer? One special thing to note, I do not use GKE. I have to untoggle 'show active' to find these metrics keys.
Here's my prometheus config
global:
scrape_interval: 15s
evaluation_interval: 30s
# scrape_timeout is set to the global default (10s).
external_labels:
monitor: codelab
foo: bar
scrape_configs:
- job_name: thegraph
metrics_path: /metrics
static_configs:
- targets:
- thegraph:8040
labels:
_generic_location: us-central1-a
_generic_namespace: thegraph
- job_name: stackdriver_sidecar
metrics_path: /metrics
static_configs:
- targets:
- stackdriver:9091
labels:
_generic_location: us-central1-a
_generic_namespace: stackdriver
Metadata
Metadata
Assignees
Labels
No labels