Ben Sully
577aeca929
chore: assign bsull (@sd2k) to review @bsull/augurs updates ( #97727 )
2024-12-10 15:09:22 +00:00
Ezequiel Victorero
a1cfc5ceb0
Docs: Add Dynatrace to unsupported data sources ( #97744 )
2024-12-10 12:07:39 -03:00
Torkel Ödegaard
4cbb56256c
Dependencies: Scenes bump 5.30 ( #97745 )
...
Dependencies: Scenes bump 5.40
2024-12-10 15:42:58 +01:00
Irene Rodríguez
f31ae3a77b
Docs: Add units after "CPU" ( #97747 )
2024-12-10 15:41:30 +01:00
Gabriel MABILLE
9745555b6a
gitignore: signer devenv ( #97742 )
...
Forgot to add the gitignore
2024-12-10 15:36:12 +01:00
Karl Persson
87ba9c60b2
Zanzana: change type name from namespace to group_resource ( #97741 )
...
* Change type name from namespace to group_resource
* update function names and test descriptions
2024-12-10 15:21:54 +01:00
Sriram
b4927ff1cd
MS SQL: Datasource health check error message improvements ( #97643 )
...
improve mssql healthcheck error messages
2024-12-10 13:13:32 +00:00
kay delaney
aeed123312
PanelChrome: Adds "onDragStart" prop ( #97495 )
2024-12-10 12:15:25 +00:00
Sonia Aguilar
dd9638cade
Alerting: Improve performance ash page ( #97619 )
...
* first commit adding usememo and refactoring scenes objects to keep an state for variables values
* Fix scenes with the panel reacting to variables changes
* move body to the model
* address some pr feedback
* Refactoring central alert history scene (#97658 )
Refactoring
* fix test and some wrong imports
* update comments
* add eslint-disable-next-line
* remove unnecessary SceneFlexLayout and SceneFlexItem wrapper
* address pr feedback
* update tests for labels filtering
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2024-12-10 14:09:42 +02:00
Andreas Christou
448d87157c
Azure: Fixing a confusing variable name ( #97598 )
...
Fixing a confusing variable name
2024-12-10 11:39:31 +00:00
Younjin Song
85392de2e7
Azure: Unify credentials in frontend for MSSQL ( #96357 )
...
* init
* test fix
2024-12-10 11:32:27 +00:00
Sergej-Vlasov
663167a16c
FeatureToggles: Make newFiltersUI feature toggle generally available ( #97460 )
...
make newFiltersUIfeature toggle generally available
2024-12-10 10:06:55 +00:00
Matheus Macabu
dd969f8a54
Chore: Attempt to reduce flakiness in integration tests ( #97247 )
...
* sqlstore/sqlutil: set sync=OFF for sqlite in tests if wal=true
* testinfra: set max open/idle conn to 2 to match e2e tests
2024-12-10 10:55:18 +01:00
Matheus Macabu
aa5ba238a4
CI: ignore failure in github_app_generate_token step ( #97141 )
2024-12-10 10:46:28 +02:00
Karl Persson
718612aabf
Zanzana: Update relation names ( #97638 )
...
* Update relation names to match k8s verbs
* Only check namespace if relation is valid
* Only list for valid relations
2024-12-10 09:38:03 +01:00
Maxim Muzafarov
4712883601
MSSQL: Redact sensitive info from logs in the mssql plugin ( #97281 )
...
mssql(logs): Remove logging of credentials
2024-12-10 08:30:21 +00:00
Torkel Ödegaard
71b8f487e0
Dashboards: Rows layout & editing ( #96895 )
...
* Dashboard: Panel edit and support for more layout items
* It's working
* Fix discard issue
* remove unused file
* Update
* Editing for responsive grid items now work
* Update
* Update
* Update
* WIP rows
* progres
* Progress
* Progress
* Focus selection works
* Update
* Update
* Progress
* Update
* Editing rows work
* Row editing works
* fix delete
* Update
* Row options fix
* Fix selecting rows
* Update
* update
* Update
* Update
* Remove cog icon button
* add import to toolbar
* Update
* Update
2024-12-10 07:21:30 +01:00
owensmallwood
d762a96436
Unified Storage: Init at startup, fix traces, and speed up indexing ( #97529 )
...
* dont lazy init unified storage
* Inits index when creating new resource server. Fixes trace propagation by passing span ctx. Update some logging.
* Use finer grained cache locking when building indexes to speed things up. Locking the whole function was slowing things down.
* formatting
* linter fix
* go mod
* make update-workspace
* fix workspaces check error
* update dependency owner in mod file
* wait 1 second before querying metrics
* try with big timeout, see if fixes CI. Wont fail locally.
* skips postgres integration test. Only fails in drone. Will fix later.
* put delay back to 500 ms
2024-12-09 22:32:19 -06:00
Will Browne
871af07203
Chore: Go Workspace fix ( #97694 )
2024-12-09 20:45:03 -06:00
Isabel Matwawana
f35b9a937f
Docs: pie chart visualization refactor ( #97701 )
2024-12-09 15:37:55 -05:00
Sofia Papagiannaki
d1027bf7b1
Swagger: Fix sync issue with enterprise ( #97696 )
...
* Swagger: Fix sync issue with enterprise
* Update swagger guidelines for enterprise endpoints
2024-12-09 21:21:22 +02:00
ismail simsek
b00774f45f
Explore Metrics: URL sync previews of metric graphs ( #97584 )
...
* keep showPreviews in url
* remove console.log and simplify the spread
2024-12-09 19:16:12 +01:00
Matias Chomicki
c324376999
Loki shard splitting: enable for supported metric queries ( #97675 )
...
* Loki: remove app restriction for sharding
* Loki: allow some metric queries to be sharded
* Enable metric queries wrapped by sum
* Prettier
2024-12-09 18:54:25 +02:00
Isabel Matwawana
1e9348185f
Docs: Add missing option and fix UI element names ( #97687 )
2024-12-09 11:53:34 -05:00
renovate[bot]
0437fd0703
Update dependency sass-loader to v16.0.4 ( #97676 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 16:26:45 +00:00
Galen Kistler
645776afc9
Table: RowsList passing incorrect index to onRowHover ( #97599 )
...
* chore: fix table returning the wrong index to onRowHover
2024-12-09 10:23:44 -06:00
renovate[bot]
b1f1144807
Update dependency @rsdoctor/webpack-plugin to v0.4.11 ( #97631 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 16:02:25 +00:00
renovate[bot]
6758d4d4ce
Update dependency rudder-sdk-js to v2.48.41 ( #97673 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 16:00:38 +00:00
renovate[bot]
273fd8b67f
Update dependency re-resizable to v6.10.3 ( #97660 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 15:41:47 +00:00
Isabel Matwawana
67abbc2ac3
Docs: alert list visualization refactor ( #97603 )
2024-12-09 10:35:49 -05:00
Isabel Matwawana
2bdeca58c6
Docs: state timeline visualization refactor ( #97602 )
2024-12-09 10:35:37 -05:00
Isabel Matwawana
92bc1e855b
Docs: heatmap visualization refactor ( #97571 )
2024-12-09 10:34:57 -05:00
Yuri Tseretyan
2d386e6704
Alerting: Migrate notification models to generated by grafnaa-app-sdk ( #95430 )
...
* create notifications module and generate models
* switch template group to app models
* switch time intervals to use app models
* switch receiver to use app models
* switch routing tree to use app models
* move schema registration to resource packages
* fix package names to match app
* fix codeowners
* fix UI to use metadata.name instead of uid
* update dockerfile
* move generated models to pkg
* remove provenance from field selector
* move client factories to test files
* rename GenericClient to TypedClient
2024-12-09 10:29:05 -05:00
Haris Rozajac
c4e19f3570
Dashboard Schema v2: Panel links ( #97441 )
...
* panel links
* Update transformer scene -> v2; update snapshot
* clean up
* data links test
* Remove type assertion
2024-12-09 08:23:23 -07:00
Tobias Skarhed
fde79020ef
Transformations: Add Delimiter format option to Extract fields ( #97340 )
...
* Extract to fields: Add CSV extractor
* Support escaping
* Split at delimiter
* Fix unused import
* PR feedback
* Rename extractor
* Use number instead
* update
* Add comment about regex match
* Add deimiter selector in editor
* Default delimiter to comma
---------
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2024-12-09 16:04:58 +01:00
renovate[bot]
930aa69192
Update dependency nanoid to v5.0.9 ( #97657 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 15:04:25 +00:00
renovate[bot]
acdb6086db
Update dependency msw to v2.6.8 ( #97653 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 14:39:20 +00:00
Bogdan Matei
7cc0604360
Scopes: Add ScopesContext to @grafana/runtime
( #97566 )
2024-12-09 16:37:50 +02:00
renovate[bot]
a7d345282f
Update dependency dompurify to v3.2.3 ( #97646 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 14:16:14 +00:00
Ed Welch
ca6281bc31
Loki Expiremental Streaming: fixes nil check conditional which was accidentally inverted in a previous PR ( #97612 )
2024-12-09 17:01:22 +03:00
Tom Ratcliffe
6435e36b64
Chore: Fix yarn generate-apis
command ( #97639 )
...
Fix `yarn generate-apis` command
https://github.com/reduxjs/redux-toolkit/issues/4470
2024-12-09 15:32:01 +02:00
renovate[bot]
1b717e97d3
Update dependency @grafana/plugin-e2e to v1.13.0 ( #97625 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 13:05:03 +00:00
renovate[bot]
63dbe1b47d
Update dependency @types/hoist-non-react-statics to v3.3.6 ( #97629 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 11:10:49 +00:00
Jack Westbrook
9688d5b56b
Frontend: Add build:stats for analysing bundles ( #94729 )
...
* build(webpack): add a stats config and build:stats script for analysing bundles locally
* chore(yarn): dedupe lock file
* feat(webpack): use bundle analyser by default, env vars for additional plugins
2024-12-09 12:09:32 +01:00
renovate[bot]
3190c29ec4
Update dependency @react-types/overlays to v3.8.11 ( #97332 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 10:48:42 +00:00
Alexander Zobnin
cd7772204e
Zanzana: Handle renderer service authorization requests ( #97201 )
...
* Zanzana: Handle renderer service authorization requests
* only add context if render service is authorizing
* use group and resource from API definitions
* check prefix instead of full identity
* fix AddRenderContext
* remove unused type
2024-12-09 11:17:44 +01:00
renovate[bot]
4f1307edb1
Update dependency @prometheus-io/lezer-promql to v0.300.1 ( #97227 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 10:02:05 +00:00
Pepe Cano
7f99388576
Alerting docs: update Configure alert rules
( #97430 )
...
* Simplify a bit more Intro to Alert rules
* Update `Configure alert rules` docs
* Configure Grafana-managed alert rules
* Update `Configure data source-managed alert rules`
* fix mispelled word
* fix grammar error
* remove unnecessary space
* remove whitespace
* address brand name convention
2024-12-09 09:43:19 +01:00
ismail simsek
3dc2bdfb20
Explore Metrics: Remove filter resetting when changing the datasource ( #97589 )
...
remove filter resetting
2024-12-09 08:35:41 +01:00
Ivana Huckova
faa4b683a3
Zipkin: Run queries with node graph enabled through backend ( #97472 )
...
* Add processing to node graph frames from backend response
* Add tests
2024-12-07 11:06:45 +01:00