Ida Štambuk
0d1fbc485f
Cloudwatch: Add support for adding account id to sql query ( #90880 )
2024-07-25 11:00:50 +02:00
Brendan O'Handley
e0d0322036
Prometheus: Deprecation message for SigV4 in core Prom ( #90250 )
...
* add deprecation message for SigV4 in core Prom
* remove extra things
* change name to Amazon Prometheus
* update AMP name
2024-07-24 12:27:10 -05:00
Sven Grossmann
cca9dee702
Loki: Remove instant
query type from Log queries ( #90137 )
...
* Loki: Prevent log queries to run as `instant` query
* Loki: add tests
* Loki: only overwrite instant queries
* Loki: fix tests
* Loki: fix tests
2024-07-24 18:37:34 +02:00
renovate[bot]
92d0a40f70
Update Yarn to v4.3.1 ( #90871 )
...
* Update Yarn to v4.3.1
* add yarn 4.3.1
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-07-24 11:46:53 +03:00
renovate[bot]
671f278ee1
Update dependency @types/node to v20.14.12
2024-07-23 19:21:07 +00:00
renovate[bot]
b85700e386
Update dependency semver to v7.6.3
2024-07-23 17:34:17 +00:00
renovate[bot]
546d9991fa
Update dependency react-use to v17.5.1
2024-07-23 15:42:41 +00:00
Dominik Prokop
2e5b41cbcb
TemplateSrv: Backportable version of 90808 ( #90833 )
...
TemplateSrv: Backportable version of 90808 (#90816 )
* TemplateSrv: Add test case for SafeSerializableSceneObject
* Update dashboard data source to use scoped vars scene object valueOf
* 11.1.x Backportable version of 90808
* lint
2024-07-23 16:02:20 +02:00
Ashley Harrison
219f4776a2
run prettier
2024-07-23 14:45:54 +01:00
Dominik Prokop
89945b1bc2
Revert "TemplateSrv: Backportable version of 90808 ( #90816 )" ( #90831 )
...
This reverts commit 6849a6b86b
.
2024-07-23 16:28:15 +03:00
Dominik Prokop
6849a6b86b
TemplateSrv: Backportable version of 90808 ( #90816 )
...
* TemplateSrv: Add test case for SafeSerializableSceneObject
* Update dashboard data source to use scoped vars scene object valueOf
* 11.1.x Backportable version of 90808
* lint
2024-07-23 14:05:24 +02:00
Andreas Christou
32a3012a20
Graphite: Ensure all Graphite query references are interpolated ( #90566 )
...
Ensure Graphite query references are interpolated
2024-07-23 11:31:45 +01:00
Ida Štambuk
5b17cd93c5
Cloudwatch: Remove awsDatasourcesNewFormStyling feature toggle ( #90128 )
...
* Remove toggle from cloudwatch plugin
* Remove feature toggle from registry
---------
Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com>
2024-07-22 14:48:17 +02:00
Galen Kistler
6fa25df37f
Loki: Fix ad hoc filters adding stream selectors to stream selectors and line filters ( #90626 )
...
* fix: fix case where we are adding stream selectors to both stream selectors and line filters
---------
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
2024-07-22 07:25:52 -05:00
renovate[bot]
63cc01fe80
Update dependency @types/node to v20.14.11
2024-07-22 07:57:16 +00:00
renovate[bot]
f259f99485
Update dependency @types/lodash to v4.17.7
2024-07-19 17:40:32 +00:00
renovate[bot]
892d5d1b20
Update dependency @opentelemetry/semantic-conventions to v1.25.1
2024-07-19 13:56:31 +00:00
renovate[bot]
c217cd7c85
Update dependency @grafana/lezer-traceql to v0.0.18 ( #90657 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-19 16:10:31 +03:00
Dominik Prokop
ec9e28567d
Use SafeSerializableSceneObject in TemplateSrv ( #90272 )
...
* Test
* Opaque object
* Update scenes tentatively
* Betterer
* Fix dashboard data source
* Fix dashboard data source test
* Scenes bump
* Cleanup
* Ivan's feedback
2024-07-19 14:51:01 +02:00
renovate[bot]
093f4cea70
Update dependency @grafana/lezer-logql to v0.2.6 ( #90655 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-19 15:48:24 +03:00
Andrew Hackmann
41ae376aa4
Influxdb: Fix toMetricFindValue
function ( #90514 )
...
Improved toMetricFindValue to be quicker
2024-07-18 01:16:07 +03:00
Andreas Christou
2616366a0a
Prometheus: Reintroduce Azure audience override feature flag ( #90339 )
...
* Re-add feature flag with deprecation note
* Hide the field in frontend if ff disabled
* Block scope overriding if ff is disabled in backend
- Update promlib to forward logger to extendOptions
- Add warning
- Update tests
* Default toggle to true for now
* Update description
* Update prom tests
* Fix lint
2024-07-17 15:09:55 +01:00
Joey
995425f022
Tempo: Only generate query for query history if there are filters ( #90471 )
...
* Only generate query if there are filters
* Move check
2024-07-17 09:15:41 +01:00
Adela Almasan
200eb4f774
Canvas: Fix data links migration ( #90504 )
2024-07-16 15:56:21 -05:00
Andrew Hackmann
319a874033
MSSQL: Password auth for Azure AD ( #89746 )
...
* Password auth for Azure AD
* rename auth fields
* add azure flag for client password cred enabled
* prettier
* rename flag
* Update go.mod
* Update public/app/plugins/datasource/mssql/azureauth/AzureCredentialsForm.tsx
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
* Apply suggestions from code review
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
* update package
* go mod
* prettier
* remove password
* gowork
* remove unused env test
* linter
---------
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
2024-07-16 14:08:51 -05:00
Joey
5beaae8561
FlameGraph: Remove flameGraphItemCollapsing feature toggle ( #90190 )
...
Remove feature toggle
2024-07-15 13:45:41 +01:00
Adela Almasan
9bc68562d4
Canvas: Element level data links ( #89079 )
2024-07-12 12:02:49 -05:00
Ashley Harrison
b321dc7280
Chore: Migrate from react-beautiful-dnd
to @hello-pangea/dnd
( #90328 )
...
* migrate from react-beautiful-dnd to @hello-pangea/dnd
* revert comment
2024-07-12 10:23:29 +01:00
O Yves Chan
4b5b599982
Azure: Add new Azure infrastructure dashboards ( #88869 )
...
* add azure infra dashboards
* ran yarn prettier:write
2024-07-11 21:10:13 +01:00
Gilles De Mey
6874202dfa
Alerting: Implement "rename / move / update" for useProduceNewRuleGroup
( #89706 )
2024-07-11 20:12:19 +03:00
Andre Pereira
4eb09789c1
Tempo: Virtualize tags select to improve performance ( #90269 )
...
* Virtualize tags select to improve performance
* Fix tests
* Fix tests
* Fix tests
2024-07-11 10:45:20 +01:00
Adela Almasan
8989ac4a0c
Canvas: Improved tooltip ( #90162 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-07-10 14:52:15 -05:00
Andre Pereira
a3dfc894f7
Tempo: Require streaming to be enabled ( #90264 )
...
Revert previous change
2024-07-10 12:02:30 +01:00
Andreas Christou
bba26f8e13
Azure: Fix default subscription setting ( #90185 )
...
* Ensure default subscription is set
* Include some info for when the default subscription is required
* Rename settings mock
- Add mockDatasourceSettings function
* Add MonitorConfig test
* Revert "Rename settings mock"
- Avoid issues when backporting
* Remove description
* Remove required field
* Remove unused import
2024-07-10 11:26:49 +01:00
Andreas Christou
3db2badae5
GCP: Update GKE monitoring dashboard ( #90091 )
...
Update GKE dashboard
2024-07-09 14:56:14 -04:00
Fabrizio
13be47f903
Tempo: Add toggle for streaming ( #88685 )
...
* first implementation
* Linting
* Fix tests
* Trigger CI
* Renaming
* Linting
* Trigger CI
* Fix tests
* Add live test for streaming
* Trigger CI
* Chores
* Fix broken test
* Chores
* Improve tests
* Linting
* Address PR comments
* Renaming
* Add info alert
* Linting
* Linting
* Check also feature toggle
* Fix tests
* Added link to streaming config section and updated copy
* Require streaming to be specifically disabled
---------
Co-authored-by: André Pereira <adrapereira@gmail.com>
2024-07-09 17:44:19 +01:00
Gilles De Mey
4f3fb83b0a
Alerting: Refactor PromQL-style matcher parsing ( #90129 )
...
Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com>
2024-07-09 17:02:08 +03:00
Ashley Harrison
8444c7760c
Chore: Remove deprecated SCSS styles ( #90187 )
...
clean up infobox styles
2024-07-09 12:53:43 +01:00
Ida Štambuk
4fc42b8a71
Cloudwatch: Add monitoring badge for metric insights ( #89956 )
2024-07-04 11:22:52 +02:00
Ida Štambuk
eef9a7b4e5
Cloudwatch: Rename Metric Query to Metric Insights ( #89955 )
2024-07-04 10:30:23 +02:00
Kyle Cunningham
c9b1e81ed2
Table panel: Add alt and title text options to image cell type ( #89930 )
...
* Various updates
* Update form callbacks
* Use defaultValue as opposed to value on input
* Fix things up
* Docs
* Prettier
* Update docs
* Update label text
* Prettier
2024-07-03 22:10:54 +03:00
Sarah Zinger
db68d58d52
CloudWatch: add account dropdown to metric insights ( #89926 )
2024-07-03 12:09:40 -04:00
Joey
7b29242600
Tempo: Fix query history ( #89991 )
...
Fix query history for Tempo queries
2024-07-03 13:55:33 +01:00
Jack Westbrook
306ae8b4f5
Grafana/data: Remove barrel files part 2 ( #89850 )
...
* chore(grafana-data): remove datetime barrel file and update all imports
* chore(grafana-data): remove types barrel file and update imports
* chore(grafana-data): update types imports across package files
* chore(grafana-data): fix erroronous type export definition on OrgRole
* chore(grafana-data): fix errornous re-export type declarations and missing datetime/common exports
* chore(azure-monitor): fix import pointing to nested grafana-data barrel file
2024-07-03 14:14:58 +02:00
Matias Chomicki
cc7aae154c
Loki datasource: interpolate query before adding adhoc filters ( #89849 )
...
* Loki datasource: interpolate query before adding adhoc filters
* Chore: remove unused export
* Prettier
* Chore: made test case more obvious
2024-07-02 14:23:19 +02:00
Andres Martinez Gotor
a22c1ae424
Chore: Remove provisional APIVersion from plugin info ( #89831 )
2024-07-01 10:53:16 +02:00
Sebastian Hiebl
8008bcd003
TimeSeries: Expose option for "Bar width factor" ( #77338 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2024-06-28 18:13:34 -05:00
Leon Sorokin
c2cd32ab64
Table: Don't error if first frame is field-less (empty response) ( #89867 )
2024-06-28 02:58:49 +03:00
Adela Almasan
ad2b5a02a1
VizTooltip: Hide tooltip options from when tooltip is hidden ( #89864 )
2024-06-28 00:49:20 +03:00
Nathan Marrs
a095276753
Canvas: Fix off center element item in editor list ( #89577 )
2024-06-25 10:04:39 -07:00