Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dashboards): [experiment] Building Grafana Dashboards from Loki #14411

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. dash hacking

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    59287ee View commit details
    Browse the repository at this point in the history
  2. latency panel

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cc04ced View commit details
    Browse the repository at this point in the history
  3. multiple latency panels, wires up dashboard creation

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    85237e9 View commit details
    Browse the repository at this point in the history
  4. dashboard module

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8180573 View commit details
    Browse the repository at this point in the history
  5. small updates

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ec56013 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. foundation version

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9d7cd51 View commit details
    Browse the repository at this point in the history
  2. s/reads/writes/

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9023951 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. dash reworking

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1e671d8 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fde1767 View commit details
    Browse the repository at this point in the history
  3. propagate errors

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    84211c9 View commit details
    Browse the repository at this point in the history
  4. make fmt

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    79b331b View commit details
    Browse the repository at this point in the history
  5. exposes index metrics

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4f86be8 View commit details
    Browse the repository at this point in the history
  6. metric loading indirection + index row

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6397505 View commit details
    Browse the repository at this point in the history
  7. uid & uses new loader in modules.go

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    60ccbf6 View commit details
    Browse the repository at this point in the history
  8. make fmt

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1fc36bc View commit details
    Browse the repository at this point in the history
  9. small fixes; generating simple RED metrics now!

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    17c6a14 View commit details
    Browse the repository at this point in the history
  10. lint name

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    900ef16 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. backend selection

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f51d99c View commit details
    Browse the repository at this point in the history
  2. make lint

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    38385ea View commit details
    Browse the repository at this point in the history
  3. go deps

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    df16217 View commit details
    Browse the repository at this point in the history
  4. work on welcome row, small refactoring

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6e95111 View commit details
    Browse the repository at this point in the history
  5. distributor more specific

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2a37450 View commit details
    Browse the repository at this point in the history
  6. required labels panel wip

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4179355 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Explicit datasource selection

    K-Phoen authored and owen-d committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    61844ce View commit details
    Browse the repository at this point in the history
  2. tmp

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0f6edd7 View commit details
    Browse the repository at this point in the history
  3. working demo

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c3f245f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. small updates

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ef03578 View commit details
    Browse the repository at this point in the history