Go to file
Kristin Laemmert 299c142f6a
QuotaService: refactor to use ReplDB for Get queries (#91333)
* Feature (quota service): Use ReplDB for quota service Gets

This adds the replDB to the quota service, as well as some more test helper functions to simplify updating tests. My intent is that the helper functions can be removed when this is fully rolled out (or not) and we're consistently using the ReplDB interface (or not!)

* test updates
2024-08-08 13:41:33 -04:00
.bingo
.changelog-archive
.github Chore: Add storage submodule to lint & test config (#91529) 2024-08-05 17:30:14 +03:00
.husky
.vim
.vscode
.yarn Update Yarn to v4.4.0 (#91595) 2024-08-07 12:48:56 +02:00
apps/alerting/notifications
conf LDAP: Update ldap config comments with TLS info (#91636) 2024-08-08 17:01:22 +03:00
contribute Docs: Edit of contribute to docs guide (part 8 of doc improvement project) (#90405) 2024-07-29 08:49:41 -07:00
cue.mod
devenv LDAP: Add guide on how to configure LDAP with TLS (#91686) 2024-08-08 15:29:00 +03:00
docs Move Explore Metrics to a directory for mounting (#91696) 2024-08-08 16:00:38 +01:00
e2e
emails
grafana-mixin
hack Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
kinds Bookmarks: Store URLs instead of ids (#91121) 2024-07-31 13:56:39 +01:00
local
packages Datalinks: UX update (#91657) 2024-08-08 09:17:09 -05:00
packaging
pkg QuotaService: refactor to use ReplDB for Get queries (#91333) 2024-08-08 13:41:33 -04:00
plugins-bundled
public Canvas: Fix selection box glitch when adding certain elements (#91654) 2024-08-08 09:42:24 -07:00
scripts Plugins: Fix levitate detailed report and improve error treatment (#91617) 2024-08-08 11:20:58 +02:00
tools
.betterer.results GOps: Setup FullStory in the IRM configuration tracker (#90442) 2024-08-07 18:08:13 -03:00
.betterer.results.json
.betterer.ts
.bra.toml Chore: Fix dev profiling (#90866) 2024-07-24 06:12:45 -04:00
.browserslistrc
.dockerignore
.drone.star CI: Add new RRC pipeline (#90731) 2024-07-30 14:01:10 +01:00
.drone.yml CI: Fix drone docker publish (#91204) 2024-07-30 15:44:04 +01:00
.editorconfig
.eslintignore
.eslintrc Alerting: Add eslint testing-library plugin dependency and create separate ESLint config (#91052) 2024-07-30 15:16:54 +03:00
.gitattributes
.gitignore LDAP: Add guide on how to configure LDAP with TLS (#91686) 2024-08-08 15:29:00 +03:00
.golangci.toml Chore: increase lint timeout (#90276) 2024-07-16 09:44:43 -04:00
.levignore.js
.nvmrc
.pa11yci-pr.conf.js
.pa11yci.conf.js
.prettierignore
.prettierrc.js
.trivyignore
.yarnrc.yml Update Yarn to v4.4.0 (#91595) 2024-08-07 12:48:56 +02:00
CHANGELOG.md Release: update changelog for 11.1.3 (#91058) 2024-07-26 14:17:52 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile build: semconv recently got its own go.mod (#91560) 2024-08-06 16:39:21 -07:00
GOVERNANCE.md
HALL_OF_FAME.md
LICENSE
LICENSING.md
MAINTAINERS.md
Makefile Chore: Add storage submodule to lint & test config (#91529) 2024-08-05 17:30:14 +03:00
NOTICE.md
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
WORKFLOW.md
build.go
crowdin.yml
cypress.config.js
embed.go
go.mod Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
go.sum Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
go.work Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
go.work.sum Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
jest.config.js
latest.json
lefthook.rc
lefthook.yml
lerna.json
nx.json
package.json Update dependency eslint-plugin-jest to v28.8.0 (#91668) 2024-08-08 10:33:43 +01:00
playwright.config.ts
project.json
stylelint.config.js
tsconfig.json
yarn.lock Update dependency type-fest to v4.23.0 (#91675) 2024-08-08 13:03:30 +03:00

README.md

Grafana Logo (Light) Grafana Logo (Dark)

The open-source platform for monitoring and observability

License Drone Go Report Card

Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture:

  • Visualizations: Fast and flexible client side graphs with a multitude of options. Panel plugins offer many different ways to visualize metrics and logs.
  • Dynamic Dashboards: Create dynamic & reusable dashboards with template variables that appear as dropdowns at the top of the dashboard.
  • Explore Metrics: Explore your data through ad-hoc queries and dynamic drilldown. Split view and compare different time ranges, queries and data sources side by side.
  • Explore Logs: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live.
  • Alerting: Visually define alert rules for your most important metrics. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie.
  • Mixed Data Sources: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources.

Get started

Unsure if Grafana is for you? Watch Grafana in action on play.grafana.org!

Documentation

The Grafana documentation is available at grafana.com/docs.

Contributing

If you're interested in contributing to the Grafana project:

Get involved

This project is tested with BrowserStack

License

Grafana is distributed under AGPL-3.0-only. For Apache-2.0 exceptions, see LICENSING.md.