antonio
9203f84bc8
docs / alerting / fundamentals / templates ( #86983 )
...
* docs / alerting / fundamentals / templates
* renamed and adjusted front matter
* pretty
* frontmatter
* admonition fix
* admo
* restructuring
* Update docs/sources/alerting/fundamentals/notifications/templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/fundamentals/notifications/templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/fundamentals/notifications/templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/fundamentals/notifications/templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/fundamentals/notifications/templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* amended admonition
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-04-30 12:06:25 +02:00
Tim Mulqueen
6dbc44920c
Dashboard Scene - Variable Fix: cancel out margin-bottom of placeholder in loading state ( #87107 )
...
fix: cancel out margin-bottom of placeholder in loading state
2024-04-30 10:54:25 +02:00
Konrad Lalik
9369f07e32
Alerting: Immutable plugin rules and alerting plugins extensions ( #86042 )
...
* Add pluginsApi
* Add rule origin badge
* Make plugin provided rules read-only
* Add plugin settings caching, add plugin icon on the rule detail page
* Add basic extension point for custom plugin actions
* Add support for alerting and recording rule extensions
* Move plugin hooks to their own files
* Add plugin custom actions to the alert list more actions menu
* Add custom actions renderign test
* Add more tests
* Cleanup
* Use test-utils in RuleViewer tests
* Remove __grafana_origin label from the label autocomplete
* Remove pluginsApi
* Add plugin badge tooltip
* Update tests
* Add grafana origin constant key, remove unused code
* Hide the grafana origin label
* Fix typo, rename alerting extension points
* Unify private labels handling
* Add reactive plugins registry handling
* Update tests
* Fix tests
* Fix tests
* Fix panel tests
* Add getRuleOrigin tests
* Tests refactor, smalle improvements
* Rename rule origin to better reflect the intent
---------
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com>
2024-04-30 10:34:52 +02:00
Andreas 'count' Kotes
78cda7ff5c
Schema: add missing insertNulls to GraphFieldConfig ( #85861 )
...
add missing insertNulls to GraphFieldConfig
Co-authored-by: joshhunt <josh@trtr.co>
2024-04-30 10:21:49 +03:00
Misi
1cb3f332a1
Chore: Remove extra sql select from the Insert function of userimpl.store ( #87060 )
...
Remove getAnyUserType
2024-04-30 08:54:20 +02:00
Jack Westbrook
0f4db3f5ad
Fix: yarn build in DockerFile ( #86858 )
2024-04-30 07:58:25 +02:00
Yuri Tseretyan
052082a927
Alerting: Refactor Alert Rule Generators ( #86813 )
2024-04-29 21:52:15 -04:00
kay delaney
8bb9b06e48
Chore: Rewrite grafana-sql css using object styles ( #87052 )
2024-04-29 22:34:10 +01:00
Adela Almasan
e3719471d5
Heatmap: Fix histogram highlighted series ( #86955 )
2024-04-29 16:02:38 -05:00
Scott Lepper
7505af2886
Chore: Update go-duck dependency to v0.0.18 ( #87073 )
...
* Chore: Update go-duck dependency to v0.0.18
2024-04-29 14:46:19 -04:00
Andrej Ocenas
16395f9f23
Pyroscope: Add adhoc filters support ( #85601 )
...
* Add adhoc filters support
* Add tests
* refactor tests
* Add comment
* Removed empty param docs
2024-04-29 20:41:40 +02:00
William Wernert
70ff229bed
Alerting: Use expected field name for receiver in HCL export ( #87065 )
...
* Use expected field name for receiver in hcl
Terraform provider expects `contact_point` instead of `receiver` in
notification settings on a rule.
2024-04-29 18:13:29 +01:00
Larissa Wandzura
3845033308
Docs: Update Explore Metrics doc based on feedback ( #87062 )
...
* changed from private preview to public preview
* commented out pivot to logs and traces
2024-04-29 12:09:47 -05:00
Isabella Siu
7b392d40a0
Auth: Sign sigV4 request after adding headers ( #87063 )
2024-04-29 13:07:45 -04:00
Gilles De Mey
b679a32fad
Alerting: Allow deleting contact points referenced only by auto-generated policies ( #86800 )
2024-04-29 17:48:54 +01:00
Santiago
36a0499128
Alerting: Implement CreateSilence in the forked Alertmanager (remote primary mode) ( #85716 )
2024-04-29 18:47:25 +02:00
Drew Slobodnjak
49fbe970fb
Canvas: Fix connection hyperbolic bug ( #87002 )
...
* Canvas: Connection original persistence check
* Canvas: Fix connection hyperbolic bug
2024-04-29 09:16:01 -07:00
Julien Duchesne
8d8f19b84f
Regenerate OpenAPI spec ( #87050 )
...
Issue: https://github.com/grafana/grafana/issues/86453
The endpoints were documented in enterprise Grafana
2024-04-29 16:27:59 +01:00
Santiago
1af2e69625
Alerting: Implement DeleteSilence in the forked AM (remote primary) ( #85721 )
2024-04-29 17:23:41 +02:00
Drew Slobodnjak
7590f4afe1
Canvas: Connection original persistence check ( #86476 )
...
* Canvas: Connection original persistence check
* modify current connection state directly instead of copying and needing to call "onChange"
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-04-29 08:23:26 -07:00
Alex Khomenko
4e6ba433de
Grafana/ui: Fix traces icon ( #86984 )
2024-04-29 17:55:55 +03:00
Tom Ratcliffe
0a02508415
Add more robust error handling for stringifying API responses
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
a34d22dcbf
Include alertmanager param on creation
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
e0ee0b09db
Add test to check that a broken alertmanager will handle errors correctly
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
aa2f52a2a1
Tidy up error message handling
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
fd07b3d431
Link silence test handlers together more clearly and test more cases
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
31231cf5bf
Change test render method to use locationService
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
a34c02fcf2
Address misc PR feedback
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
9860117399
Add more fine grained tag invalidation/providing for Silences
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
4fb1ac2bec
Check error state more reliably
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
a0373c66c3
Add fallback for alertmanager alerts
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
9bf2cf0a52
Rename silences RTKQ tag
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
4d4bf39184
Check for server received body
...
This is not ideal! Preference would be to have a more robust mock server
that responds to the received silence and appends it to a stateful list for the test
and then resets afterwards
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
0dc003aadc
Split handlers out into separate files
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
f419c9b53a
Add comment explaining reset in silences editor
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
df5c62b8ad
Misc tidy up
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
21a3f4817a
Add correct tag invalidation after creating a silence
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
cdfc6baea4
Remove unused fetchAlerts
method
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
f397830098
Refactor Silences test
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
10fcd541e3
Add handlers to mock server
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
341449f4f5
Remove unused actions/reducers
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
a1d2a9670b
Restructure Silences components for better separation of concerns
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
11ed882c84
Add mock server handlers necessary for Silences
2024-04-29 14:15:48 +01:00
Tom Ratcliffe
8f27ec2521
Add silences RTK Query API
2024-04-29 14:15:48 +01:00
kay delaney
6f875188b7
Chore: Clean up package.json files ( #86951 )
...
* Chore: Clean up package.json files
Removes any unused packages, adds missing peer dependencies
2024-04-29 14:03:01 +01:00
Haris Rozajac
b52e349639
Explore and Correlations: Replace deprecated layout components ( #86967 )
...
Replace deprecated layout components
2024-04-29 13:50:03 +01:00
Piotr Jamróz
5830d6761d
ifrost/fix-link ( #86965 )
...
* Fix link label
* Switch to lowercase
2024-04-29 14:33:00 +02:00
Matias Chomicki
f1e8d2645f
Loki: update HorizontalGroup deprecation ( #86995 )
...
* Loki: update HorizontalGroup deprecation
* Update betterer
2024-04-29 13:14:06 +01:00
Ashley Harrison
c151a97110
Chore: Enable no-unreduced-motion
and fix errors ( #86572 )
...
* enable `no-unreduced-motion` in betterer
* move all animation calls inside handleReducedMotion
* fix violations + enable rule
* update rule README
* remove unnecessary transition from <Collapse>
* remove handleReducedMotion utility and add handleMotion to theme
* update to use new theme value
* handle Dropdown and IconButton
* handle AppChromeMenu and update lint message
* keep rotation at a reduced speed
* handle DashboardLoading
2024-04-29 13:12:36 +01:00
Eric Leijonmarck
8a1f43a65d
User: Remove the lowercasing in the query for login conflict ( #87032 )
...
* refactor: remove the lowercasing in the query for login conflict
* refactor: move function into the closure gs
2024-04-29 12:24:14 +01:00