Skip to content

keys show up, but no data #294

@numonedad

Description

@numonedad

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.
Screen Shot 2021-08-31 at 11 06 00 PM
Screen Shot 2021-08-31 at 11 14 23 PM

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions