Go to file
Tobias Skarhed a9f62953df
Combobox: Add fuzzy search (#99359)
* Add initial fuzzy match

* Remove unused import

* Fuzzy search for Multi

* Remove old filter function

* Restore changes to Multi while waiting for async

* Add non ascii support and memoize stringified version

* updates

* Add tests

* Add tests for real this time

---------

Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2025-01-24 13:31:55 +01:00
.bingo Use cog as a cli tool to generate code for kinds v2 schemas (#99044) 2025-01-16 13:18:47 +01:00
.changelog-archive
.github Use tags for `documentation-ci` actions (#99419) 2025-01-23 10:26:37 +00:00
.husky
.vim
.vscode Chore: Add vscode ESLint debug target (#98277) 2025-01-24 09:34:32 +00:00
.yarn
apps Advisor: Implement authorizer (#99440) 2025-01-23 18:00:02 +02:00
conf
contribute
cue.mod
devenv Explore Metrics: Support prometheus utf8 metrics names and labels (#98285) 2025-01-16 16:49:06 +02:00
docs docs: Fixes broken link in data source LBAC (#99496) 2025-01-24 11:28:15 +00:00
e2e Panel inspect: Fix inspect keyboard shortcut when grafana served from subpath (#99366) 2025-01-22 13:25:10 +01:00
emails
grafana-mixin
hack
kinds
kindsv2 Use cog as a cli tool to generate code for kinds v2 schemas (#99044) 2025-01-16 13:18:47 +01:00
local
packages Combobox: Add fuzzy search (#99359) 2025-01-24 13:31:55 +01:00
packaging
pkg Folder guardian: fail on empty uid (#99465) 2025-01-24 11:26:05 +01:00
public PanelDataPane: Render bottom border on tabs bar (#99471) 2025-01-23 14:37:11 -07:00
scripts Security: Update to Go 1.23.5 (#99121) 2025-01-17 09:29:52 +01:00
tools
.betterer.eslint.config.js
.betterer.results Dashboard Schema V2: Remove type assertions and anys from schemav2 code (#99222) 2025-01-22 09:45:49 -07:00
.betterer.ts
.bra.toml
.browserslistrc
.dockerignore
.drone.star
.drone.yml Security: Update to Go 1.23.5 (#99121) 2025-01-17 09:29:52 +01:00
.editorconfig
.gitattributes
.gitignore
.golangci.yml
.levignore.js
.nvmrc
.nxignore
.pa11yci-pr.conf.js
.pa11yci.conf.js
.prettierignore
.prettierrc.js
.trivyignore
.vale.ini Ignore spelling errors in bold formatting (#99006) 2025-01-15 15:08:20 +00:00
.yarnrc.yml Chore: Replace `rc-time-picker` with `rc-picker` (#99022) 2025-01-16 15:58:02 +00:00
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Grafana Advisor: Skeleton app (#99242) 2025-01-21 12:31:33 +01:00
GOVERNANCE.md
HALL_OF_FAME.md
LICENSE
LICENSING.md
MAINTAINERS.md
Makefile Security: Update to Go 1.23.5 (#99121) 2025-01-17 09:29:52 +01:00
NOTICE.md
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
WORKFLOW.md
build.go
crowdin.yml
cypress.config.js
embed.go
eslint.config.js Grafana UI: Use Eslint no-restricted-imports in tests and stories (#99191) 2025-01-20 09:44:19 +01:00
go.mod Chore: Bump promlib to v.0.0.8 (#99458) 2025-01-23 18:06:14 +02:00
go.sum Chore: Bump promlib to v.0.0.8 (#99458) 2025-01-23 18:06:14 +02:00
go.work Grafana Advisor: Skeleton app (#99242) 2025-01-21 12:31:33 +01:00
go.work.sum Alerting: Use rule uid in silenceURL template instead of alertname and folder (#99221) 2025-01-21 18:11:22 -05:00
jest.config.js
latest.json
lefthook.rc
lefthook.yml
lerna.json
nx.json
package.json Update scenes to v5.38.0 (#99470) 2025-01-24 09:37:35 +00:00
playwright.config.ts
project.json
stylelint.config.js
tsconfig.json
yarn.lock Prometheus package: Replace deprecated @grafana/experimental with @grafana/plugin-ui and @grafana/llm (#99385) 2025-01-24 12:46:31 +01: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.