Giter Club home page Giter Club logo

Comments (1)

K-Phoen avatar K-Phoen commented on July 29, 2024

Hi,

Consider the following dashboards organization layout (which isn't hypothetical, that's pretty much what we use where I work):

Grafana
├── Service A [Folder]
│   ├── Service A SLI/SLO [Dashboard; tags: service-a, slo]
│   │   ├── Error budget burn rate [Alert; tags: service-a, team: team-a, severity: X]
│   │   └── Remaining error budget [Alert; tags: service-a, team: team-a, severity: X]
│   └── Service A Overview [Dashboard; tags: service-a, overview]
│       ├── Some alert [Alert; tags: service-a, team: team-a, severity: X]
│       └── Some other alert [Alert; tags: service-a, team: team-a, severity: X]
├── Service B [Folder]
│   ├── Service B SLI/SLO [Dashboard; tags: service-b, slo]
│   │   ├── Error budget burn rate [Alert; tags: service-b, team: team-a, severity: X]
│   │   └── Remaining error budget [Alert; tags: service-b, team: team-a, severity: X]
│   └── Service B Overview [Dashboard; tags: service-b, overview]
│       ├── Some alert [Alert; tags: service-b, team: team-a, severity: X]
│       └── Some other alert [Alert; tags: service-b, team: team-a, severity: X]
└── Service C [Folder]
    ├── Service C SLI/SLO [Dashboard; tags: service-c, slo]
    │   ├── Error budget burn rate [Alert; tags: service-c, team: team-b, severity: X]
    │   └── Remaining error budget [Alert; tags: service-c, team: team-b, severity: X]
    └── Service C Overview [Dashboard; tags: service-c, overview]
        ├── Some alert [Alert; tags: service-c, team: team-a, severity: X]
        └── Some other alert [Alert; tags: service-c, team: team-a, severity: X]

The easiest way for me to get all dashboards for a service is by tag.
The easiest way for me to get all alerts for a service is by tag.

I understand that dashboards are probably organized and tagged differently in your environment, but that doesn't make querying alerts or dashboards by tags "almost useless" :)

Regards.

from backstage-plugin-grafana.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.