mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update grafana to version 11.4.0 (#1900)
This commit is contained in:
parent
4cab741f61
commit
e11c77d75f
@ -9,7 +9,7 @@ services:
|
|||||||
PROXY_AUTH_WHITELIST: "/api/*"
|
PROXY_AUTH_WHITELIST: "/api/*"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: grafana/grafana:11.3.1@sha256:fa801ab6e1ae035135309580891e09f7eb94d1abdbd2106bdc288030b028158c
|
image: grafana/grafana:11.4.0@sha256:d8ea37798ccc41061a62ab080f2676dda6bf7815558499f901bdb0f533a456fb
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -3,7 +3,7 @@ id: grafana
|
|||||||
name: Grafana
|
name: Grafana
|
||||||
tagline: The open-source platform for monitoring and observability
|
tagline: The open-source platform for monitoring and observability
|
||||||
category: networking
|
category: networking
|
||||||
version: "11.3.1"
|
version: "11.4.0"
|
||||||
port: 3030
|
port: 3030
|
||||||
description: >-
|
description: >-
|
||||||
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:
|
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:
|
||||||
@ -39,9 +39,9 @@ releaseNotes: >-
|
|||||||
⚠️ Major version upgrades may include breaking changes affecting features, APIs, plugins, and integrations. See https://grafana.com/docs/grafana/latest/breaking-changes/ for details.
|
⚠️ Major version upgrades may include breaking changes affecting features, APIs, plugins, and integrations. See https://grafana.com/docs/grafana/latest/breaking-changes/ for details.
|
||||||
|
|
||||||
|
|
||||||
Welcome to Grafana 11.3! Scenes-powered dashboards are now generally available and the Explore Logs plugin is now installed by default.
|
Welcome to Grafana 11.4! This is a special release with one new feature, created in partnership with AWS.
|
||||||
The dashboard experience has also improved in other ways including the ability to trigger API calls from any canvas element with the new Actions option and an update to transformations so you can apply calculations to dynamic fields.
|
We’ve made improvements to Cloudwatch so you can query your logs using two additional query languages: Opensearch PPL and Opensearch SQL.
|
||||||
We've also simplified the alert setup experience, added customizable announcement banners that admins can send to all users, and improved some default permissions.
|
We’ve also updated the querying experience by providing a sample of commonly-used queries, syntax highlighting in the query editor, and auto-completion suggestions for complex queries. Read on to learn more about this new feature.
|
||||||
|
|
||||||
|
|
||||||
Full release notes are available at https://grafana.com/docs/grafana/latest/whatsnew/
|
Full release notes are available at https://grafana.com/docs/grafana/latest/whatsnew/
|
||||||
|
Loading…
Reference in New Issue
Block a user