Skip to content

v2 - Grafana cloud k8s app - deployment logs and events are empty #1201

Open
@ceastman-r7

Description

See the attached screenshot. I am including the queries that are returning no data:

logs:
{ job!~"integrations/kubernetes/eventhandler|infra-monitoring/eventrouter", cluster="alliance-prod-1" , namespace="default" , pod=~"^()$" } | logfmt | json | drop __error__,__error_details__

events:
{ job=~"integrations/kubernetes/eventhandler|infra-monitoring/eventrouter", cluster="alliance-prod-1" , namespace="default" } | logfmt | json | drop __error__,__error_details__ | kind = "Pod" | name =~ "^()$"

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions