Erik Sundell
237ff2699d
CloudWatch: Refactor metrics resource request frontend ( #57602 )
...
* refactor metric resource request frontend
* remove dupe interface
2022-10-26 15:59:26 +02:00
Erik Sundell
94aa090fb0
Cloudwatch: Refactor namespaces resource request ( #57590 )
...
* add route tests
* remove not used method
* pr feedback
* change variable name
2022-10-26 15:54:23 +02:00
Matias Chomicki and Ivana Huckova
c8689fd591
Loki Monaco Editor: grab operator documentation from the operations module ( #57525 )
...
* feat(loki-operations): add method to resolve operation docs
* feat(loki-operations): read operation and strip markdown links
* feat(loki-monaco-editor): read parser docs from operations
* feat(loki-monaco-editor): grab docs for more operations
* Chore: update completions test
* Chore: add tests for the operations module
* Chore: fix typo
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
* Chore: fix typo
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
2022-10-26 15:44:44 +02:00
juanicabanas
e81ce1dae7
PublicDashboards: Fix GET public dashboard that doesn't match
...
PublicDashboards: Fix GET public dashboard that doesn't match
2022-10-26 09:25:24 -04:00
kay delaney
05ceff5188
Chore: Migrate usage of v1 themes to v2 ( #57617 )
2022-10-26 13:28:12 +01:00
Michael Mandrus
5879805e4b
PublicDashboards: Fix unsafe code snippets ( #57641 )
...
* return an error if we can't extract queries from a panel
* check for null or undefined
2022-10-25 20:16:10 -04:00
kay delaney
b49713d323
Chore: Remove unused files ( #57515 )
2022-10-25 23:34:53 +01:00
Galen Kistler
c27aac0d38
Prometheus query builder: Replace select with AsyncSelect to support high cardinality prometheus instances ( #57300 )
...
* Replace current select with AsyncSelect component to facilitate autocomplete via prometheus server instead of client application
Co-authored-by: Kyle Brandt <kyle@grafana.com >
2022-10-25 13:05:21 -05:00
Andrej Ocenas
82d79780d8
Flamegraph: Fix vertical offset ( #57618 )
2022-10-25 17:55:49 +02:00
Gilles De Mey
8788f7d2d8
Alerting: Always allow configuring AM configuration ( #57522 )
2022-10-25 16:52:11 +02:00
Gilles De Mey
7414ba7279
Expressions: make reduce inputs compacter ( #56404 )
2022-10-25 16:28:11 +02:00
Virginia Cepeda
9eae793b5d
Alerting: Remove the alert manager selection from the data source configuration ( #57369 )
...
* Remove alertmanager dropdown from datasource config
* Avoid sending alertmanagers from loki/prom config editors
* Add test
* Remove unneeded param
2022-10-25 10:53:20 -03:00
Erik Sundell and Shirley
4c654ddb76
Cloudwatch: Refactor metrics resource request ( #57424 )
...
* refactor metrics request
* Update pkg/tsdb/cloudwatch/routes/dimension_keys_test.go
Co-authored-by: Shirley <4163034+fridgepoet@users.noreply.github.com >
* return metric struct value intead of pointer
* make it possible to test hard coded metrics service
* test all paths in route
* fix broken test
* fix one more broken test
* add integration test
Co-authored-by: Shirley <4163034+fridgepoet@users.noreply.github.com >
2022-10-25 14:00:54 +02:00
Joey Tawadrous
8f75ec4007
Flame Graph: Exact search ( #56769 )
...
* Use exact match
* Create searchable FlameGraphPanel.tsx
2022-10-25 10:24:27 +01:00
Ashley Harrison and Marcus Andersson
d2a70bc42d
Chore: more any/type assertion improvements ( #57450 )
...
* more friday any/type assertion improvements
* Apply suggestions from code review
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com >
* Update public/app/angular/promiseToDigest.test.ts
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com >
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com >
2022-10-25 11:04:35 +02:00
Joey Tawadrous
d9a6c3f398
FlameGraph: Add newly designed flame graph icon ( #57514 )
...
* Add newly designed flame graph icon
* Update expectedListResponse
2022-10-25 07:18:17 +01:00
Nathan Marrs
9d857f4d61
Canvas: Improve resource picker initialization ( #57319 )
2022-10-24 13:40:28 -07:00
Ryan McKinley
37b011d79e
Annotations: Disable "Add annotation" button when annotations are disabled ( #57481 )
2022-10-24 13:24:33 -07:00
Galen Kistler
e59ddd6bc5
Revert "Revert "Prometheus: Provide label values match parameter API when supported prometheus instance is configured ( #56510 )" ( #57551 )" ( #57553 )
...
This reverts commit e7671bf909 .
2022-10-24 15:02:15 -05:00
Galen Kistler
f93c3acc51
Prometheus: Flavor/version configuration ( #57554 )
...
* Revert "Revert "Prometheus: Type and flavor configuration (#56496 )" (#57552 )"
This reverts commit 2432ce619a .
* Adds new fields and documentation for Prometheus datasource configuration: prometheus type, and version
2022-10-24 14:53:11 -05:00
Erik Sundell
c23a7bdcf8
refactoring dimension values frontend req ( #57475 )
2022-10-24 20:45:02 +02:00
Galen Kistler
2432ce619a
Revert "Prometheus: Type and flavor configuration ( #56496 )" ( #57552 )
...
This reverts commit 7ecbc98b3e .
2022-10-24 12:33:11 -05:00
Galen Kistler
e7671bf909
Revert "Prometheus: Provide label values match parameter API when supported prometheus instance is configured ( #56510 )" ( #57551 )
...
This reverts commit 3cbbf706cf .
2022-10-24 11:56:49 -05:00
Zoltán Bedi and Erik Sundell
c0b778134e
Revert: Query editor components from grafana-ui ( #57436 )
...
* Revert: QueryEditor components from grafana-ui
* Use local version of experimental
* Use experimental for query editor components
* Fix type issues in MSSQL
* point to actual version of experimental package
* point to latest version of experimental
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com >
2022-10-24 17:12:36 +02:00
Galen Kistler
3cbbf706cf
Prometheus: Provide label values match parameter API when supported prometheus instance is configured ( #56510 )
...
Provide label values API with match parameter when prometheus datasource has configured supported prometheus type and version
2022-10-24 09:47:35 -05:00
Ivana Huckova
3d7439d97d
Loki: Fix input history ( #57344 )
2022-10-24 16:27:56 +02:00
Galen Kistler
7ecbc98b3e
Prometheus: Type and flavor configuration ( #56496 )
...
* Adding two new fields to the data JSON in the prometheus datasource configuration: prometheusType, and prometheusVersion.
* Version field will attempt to auto-detect via buildinfo API when prometheus Type is selected
2022-10-24 09:26:32 -05:00
Gábor Farkas
8d0e24a622
explore: fix filtering logs-data in table-display ( #57356 )
2022-10-24 14:18:56 +00:00
Erik Sundell
017da781cf
Cloudwatch: Refactor dimension values resource request ( #57346 )
...
* refactor dimension values backend
* fix test file name
2022-10-24 15:04:25 +02:00
Andrej Ocenas
67aa99af78
NodeGraph: Fix rendering issues when values of arc are over 1 ( #57460 )
2022-10-24 11:28:49 +02:00
Yaelle Chaudy
6ee69853dc
Datasource Config Editor: Add event-based funnel for measuring CVR ( #55105 )
...
* Added start event on adding new DS from datasources/new page
* Added end event + tests
* revert analytics.ts changes
* revert azure tracking changes
* changed version in doc
* update props name for consistency with plugin-platform PR to come
* Updated tests
2022-10-24 11:09:26 +02:00
Joey Tawadrous and Hamas Shafiq
52dbd67a11
Node Graph: Always show context menu ( #56876 )
...
* Ensure context menu always appears
* Close the context menu after selecting the alternative layout
Co-authored-by: Hamas Shafiq <hamas.shafiq@grafana.com >
2022-10-24 09:14:42 +01:00
Adela Almasan
73c215ae41
Canvas: Button element (alpha) ( #57491 )
2022-10-23 20:39:10 -04:00
Leon Sorokin
0640eeef0a
Number formatting: only 0-trim decimals in y axis ticks. omit currency, locale units. ( #57386 )
2022-10-21 21:35:29 -06:00
owensmallwood
0b8fb543fc
Public Dashboards: Can toggle annotations in modal ( #57312 )
...
adds toggle for pubdash annotations
2022-10-21 13:42:14 -06:00
lean.dev
654db452cd
Public Dashboards: Fixing annotations validations for public dashboards ( #57455 )
2022-10-21 12:06:39 -03:00
Hamas Shafiq
07ac388e8b
Tempo: Update the query whenever the value of the TraceQL editor changes ( #57199 )
2022-10-21 16:01:53 +01:00
bikashmishra100 and André Pereira
98053cfde8
Tempo: Add start time and end time parameters while querying traces ( #48068 )
...
* Add start time and end time parameters while querying tempo traces
* Added configurable time shift to query by trace id
* Test that the URL is formatted correctly
* Added test to check for time shift
* Improved label and tooltip of new time shift settings
Co-authored-by: André Pereira <adrapereira@gmail.com >
2022-10-21 15:38:10 +01:00
Yuriy Tseretyan
245c1ee3d3
Chore: Add last downsampling function to Resample expression ( #57379 )
2022-10-21 10:03:43 -04:00
Sonia Aguilar
cd0e0fcc53
fix: add alerting enabled condition FOR adding alerting tab in folder view ( #57434 )
2022-10-21 15:32:59 +02:00
Sven Grossmann
842b629cd1
use inherited colors on svg ( #57427 )
2022-10-21 15:24:02 +02:00
Beto Muniz
9fb6cdae8a
Support resize Flux Query Editor ( #57214 )
2022-10-21 09:40:09 -03:00
Victor Marin and Leon Sorokin
f161c5407a
OutsideRangePlugin: Exclude leading and trailing null values when checking limits ( #57335 )
...
* OutsideRangePlugin: Exclude null limit values from calculation
* refactor
* Update OutsideRangePlugin.tsx
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2022-10-21 08:33:21 -04:00
Josh Hunt
e417387bc7
I18n: Add German ( #57397 )
2022-10-21 11:47:17 +01:00
Josh Hunt
fc75076b72
I18n: Show languages in local names ( #57367 )
...
* I18n: Show languages in local names
* fixed test
2022-10-21 05:29:03 -04:00
Konrad Lalik
5c710a5590
Alerting: Add Alertmanager choice warning ( #55311 )
2022-10-21 11:01:07 +02:00
Laura Fernández
e402a8f27d
A11y: enable rule jsx-a11y/anchor-is-valid ( #56690 )
2022-10-21 09:13:32 +02:00
Leon Sorokin and Ryan McKinley
883d61d191
Transformers: PartitionByValues ( #56767 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2022-10-20 17:22:02 -05:00
Brendan O'Handley
60b14a2ec2
Opentsdb: Allow template variables for filter keys ( #57226 )
...
* allow template variables for filter keys
* add types to interpolate var function
2022-10-20 15:53:29 -05:00
Brendan O'Handley
c34c1d0cb4
Graphite: Never escape asPercent function params as string ( #56593 )
...
* handle asPercent func by never esc params as string
* add test and clean up
2022-10-20 15:49:40 -05:00