Go to file
Matias Chomicki 699ff406c3
Logs panel: Enable displayedFields in dashboards and apps (#91810)
* LogsPanelCfg: add displayedFields

* LogsPanel: expose displayedFields

* Chore: add docs

* LogsPanel: add callbacks to external API

* LogsPanel: expose field callbacks and add default implementation

* chore: add unit test

* chore: unfocus test

* LogsPanel: add docs for new props

* Enable by default
2024-08-13 18:58:15 +03:00
.bingo Chore: Commit results of bingo get (#90256) 2024-07-10 10:36:59 +03:00
.changelog-archive
.github Plugins: Plugin details right panel is added. All the details were moved from thee top to the right panel (#90325) 2024-08-13 11:55:30 +02:00
.husky
.vim
.vscode
.yarn Update Yarn to v4.4.0 (#91595) 2024-08-07 12:48:56 +02:00
apps/alerting/notifications Alerting: Receiver API (#89707) 2024-06-26 20:03:25 +03:00
conf Chore: Add capability for overriding local development behaviour using env vars (#85603) 2024-08-13 13:07:42 +01: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 Extensions: e2e test usePluginComponent hook (#91750) 2024-08-12 15:43:42 +02:00
docs Revert "Use dw dynamic config" (#91846) 2024-08-13 17:24:26 +02:00
e2e Extensions: e2e test usePluginComponent hook (#91750) 2024-08-12 15:43:42 +02:00
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 Logs panel: Enable displayedFields in dashboards and apps (#91810) 2024-08-13 18:58:15 +03:00
packaging
pkg Alerting: MuteTimeService to support TimeInterval and MuteTimeInterval fields in Alertmanager config (#91500) 2024-08-13 11:37:21 -04:00
plugins-bundled
public Logs panel: Enable displayedFields in dashboards and apps (#91810) 2024-08-13 18:58:15 +03:00
scripts Chore: Add capability for overriding local development behaviour using env vars (#85603) 2024-08-13 13:07:42 +01:00
tools
.betterer.results Alerting: Consolidate contact points dropdown and add filter in alert rules (#91690) 2024-08-13 12:56:13 +01: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 Chore: Revert drone go workspace change to tests (#91762) 2024-08-09 21:03:26 +03: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: Update tests to use go-workspace script (#91746) 2024-08-09 10:25:27 -04:00
NOTICE.md
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
WORKFLOW.md
build.go
crowdin.yml
cypress.config.js
embed.go
go.mod Bump to go-duck v0.1.0 (#91794) 2024-08-12 16:00:10 -04:00
go.sum Bump to go-duck v0.1.0 (#91794) 2024-08-12 16:00:10 -04:00
go.work Chore: Add go workspace scripts (#91707) 2024-08-08 16:51:17 -04:00
go.work.sum Bump to go-duck v0.1.0 (#91794) 2024-08-12 16:00:10 -04:00
jest.config.js
latest.json
lefthook.rc
lefthook.yml
lerna.json
nx.json
package.json Alerting: Introduce useProduceNewAlertmanagerConfiguration (#91623) 2024-08-13 14:34:38 +02:00
playwright.config.ts
project.json
stylelint.config.js
tsconfig.json
yarn.lock Alerting: Introduce useProduceNewAlertmanagerConfiguration (#91623) 2024-08-13 14:34:38 +02: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.