Go to file
Mihály Gyöngyösi 1c0ab501aa
UsersTable: Display Disabled flag in Organizations' Users table (#53656)
* Add disabled column to Org's Users table

* fix typo

* Change column order

* Add test for testing whether GetOrgUsers populates the DTO correctly
* Remove type assertion
2022-08-15 10:58:58 +02:00
.bingo
.changelog-archive
.github Levitate: Update workflow to find type declaration via package.json (#53539) 2022-08-11 15:17:51 +02:00
.husky
.vim
.vscode
.yarn Transform: Add a limit transform (#49291) 2022-08-10 07:21:11 -07:00
conf Print package error message for deprecated io/ioutil (#53665) 2022-08-12 09:57:42 -04:00
contribute A11y: Create Minimal Styleguide (#46948) 2022-08-11 14:00:38 +03:00
cue.mod
devenv Geomap: Add devenv dashboard for v9.1 of geomap (#53638) 2022-08-12 14:30:55 -07:00
docs Geomap: Minor 9.1 doc fixes (#53704) 2022-08-12 20:45:33 -07:00
e2e Loki: Update copy for missing label filter error message (#53449) 2022-08-11 17:57:10 +02:00
emails
grafana-mixin
packages ColorPickerInput: Enable input clearing (#53587) 2022-08-12 13:07:24 +03:00
packaging Alerting: create provisioning dir in docker image (#53594) 2022-08-12 00:16:02 +02:00
pkg UsersTable: Display Disabled flag in Organizations' Users table (#53656) 2022-08-15 10:58:58 +02:00
plugins-bundled update versions (#53167) 2022-08-02 11:55:46 -04:00
public UsersTable: Display Disabled flag in Organizations' Users table (#53656) 2022-08-15 10:58:58 +02:00
scripts Build: fix shellcheck (#53602) 2022-08-11 16:13:41 +01:00
tools
.betterer.results Chore(loki): remove any from LokiQueryField test (#53548) 2022-08-11 18:08:23 +02:00
.betterer.ts Chore: Ignore type assertions in __mocks__ (#53593) 2022-08-11 14:06:15 +00:00
.bra.toml
.browserslistrc
.dockerignore
.drone.star
.drone.yml CI: Split `store-packages` step (#53516) 2022-08-11 05:31:35 -04:00
.editorconfig
.eslintignore Chore: Align on 'internationalization' for feature name (#52585) 2022-07-21 06:31:08 -04:00
.eslintrc Typed variables pt4: Remove generics from getVariable (#53017) 2022-08-05 13:44:52 +01:00
.gitattributes
.gitignore Build: Introduce ESM and Treeshaking to NPM package builds (#51517) 2022-08-03 15:47:09 +02:00
.linguirc I18n: Change locale format to IETF language tag (#52596) 2022-07-22 10:50:00 -04:00
.nvmrc
.pa11yci-pr.conf.js Chore: use new `pa11y-ci` version (#52953) 2022-07-28 12:49:41 -04:00
.pa11yci.conf.js Chore: use new `pa11y-ci` version (#52953) 2022-07-28 12:49:41 -04:00
.prettierignore Implementing OpenApi 3 specs (converted from Swagger 2) (#53243) 2022-08-04 13:51:12 -03:00
.prettierrc.js
.yarnrc.yml Update Monthly patch updates (#52885) 2022-07-27 16:02:48 +01:00
CHANGELOG.md ReleaseNotes: Updated changelog and release notes for 9.0.7 (#53524) 2022-08-10 08:57:57 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Alerting: create provisioning dir in docker image (#53594) 2022-08-12 00:16:02 +02:00
Dockerfile.ubuntu Alerting: create provisioning dir in docker image (#53594) 2022-08-12 00:16:02 +02:00
GOVERNANCE.md
HALL_OF_FAME.md
ISSUE_TRIAGE.md
LICENSE
LICENSING.md
MAINTAINERS.md
Makefile Implementing OpenApi 3 specs (converted from Swagger 2) (#53243) 2022-08-04 13:51:12 -03:00
NOTICE.md
PLUGIN_DEV.md
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
UPGRADING_DEPENDENCIES.md
WORKFLOW.md
api-extractor.json
babel.config.json
build.go
crowdin.yml Add crowdin config (#53096) 2022-08-02 05:15:37 -04:00
embed.go coremodel: Fix hardcoded text and overly broad embedding (#52802) 2022-07-26 09:14:07 -04:00
go.mod update alertmanager to 0.24 (#53555) 2022-08-11 17:54:32 -04:00
go.sum update alertmanager to 0.24 (#53555) 2022-08-11 17:54:32 -04:00
jest.config.js
latest.json Chore: update latest.json to 9.0.7 (#53533) 2022-08-10 14:28:41 +00:00
lerna.json update versions (#53167) 2022-08-02 11:55:46 -04:00
metadata.md
package.json Chore: Update version of `@grafana/eslint-config` (#53403) 2022-08-08 15:19:15 +01:00
stylelint.config.js
tsconfig.json
yarn.lock Chore: Update version of `@grafana/eslint-config` (#53403) 2022-08-08 15:19:15 +01:00

README.md

Grafana

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

License

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