Hugo Häggmark
61ba4eeb8c
[v7.5.x] AnnotationList: Adds spacing to UI ( #31888 ) ( #31894 )
2021-03-12 09:59:10 +02:00
Grot (@grafanabot)
4d1d3f9ef5
Elasticseach: Support histogram fields ( #29079 ) ( #31914 )
...
(cherry picked from commit ee547b4410 )
Co-authored-by: Chris Cowan <chris@chriscowan.us >
2021-03-11 17:29:57 +01:00
Alex Khomenko
e23c086a94
Chore: upgrade eslint and fork-ts-checker-webpack-plugin ( #31854 ) ( #31896 )
...
* Chore upgrade eslint, fork-ts-checker-webpack-plugin
* Update eslint version for grafana-toolkit
* Update @grafana/eslint-config version
* Update @grafana/eslint-config in grafana-toolkit
* Update lockfile
(cherry picked from commit b017c65409 )
2021-03-11 13:08:17 +01:00
Grot (@grafanabot)
6ed29a0418
Update scripts and Dockerfiles to use Go 1.16.1 ( #31881 ) ( #31891 )
...
* Update scripts and Dockerfiles to use Go 1.16.1
* Update build-container image version to 1.4.1
* Update node version to 14.16.0-1nodesource1
* Updated drone configuration
(cherry picked from commit d59574ec1e )
Co-authored-by: Dimitris Sotirakis <sotirakis.dim@gmail.com >
2021-03-11 13:33:21 +02:00
Grot (@grafanabot)
1616ea14f0
Templating: use dashboard timerange when variables are set to refresh 'On Dashboard Load' ( #31721 ) ( #31801 )
...
* Templating: use dashboard timerange when variables are set to load 'On Dashboard Load'
* Add test
(cherry picked from commit 7e0b1f2619 )
Co-authored-by: Giordano Ricci <gio.ricci@grafana.com >
2021-03-11 09:10:20 +00:00
Zoltán Bedi
0af435c61d
[v7.5.x] Tempo: Add test for backend data source ( #31835 ) ( #31882 )
...
* Tempo: Add test for backend data source (#31835 )
(cherry picked from commit 3b6168eb4a )
* Revert tsdb service
2021-03-11 09:45:12 +01:00
Dimitris Sotirakis
7a7aad22a2
Run go mod tidy to update go.mod and go.sum ( #31859 )
2021-03-10 15:46:17 +01:00
Grot (@grafanabot)
994fa86836
Grafana/ui: display all selected levels for Cascader ( #31729 ) ( #31862 )
...
* add support for displaying all selected levels for cascader
* add story for Cascader with display all selected levels
* add tests for Cascader with displayAllSelectedLevels prop
* replace enzyme test with RTL for cascader
(cherry picked from commit 6819a25add )
Co-authored-by: Vicky Lee <36230812+vickyyyyyyy@users.noreply.github.com >
2021-03-10 14:05:19 +00:00
Grot (@grafanabot)
099b761702
CloudWatch: Consume the grafana/aws-sdk ( #31807 ) ( #31861 )
...
* consume the grafana/aws-sdk
* upgrade aws-sdk
(cherry picked from commit f135d75a22 )
Co-authored-by: Erik Sundell <erik.sundell@grafana.com >
2021-03-10 14:40:39 +01:00
Erik Sundell
6ddb62fca1
Cloudwatch: ListMetrics API page limit ( #31788 ) ( #31851 )
...
* Cloudwatch: ListMetrics API page limit (#31788 )
* add list metrics api page limit
* Update docs/sources/datasources/cloudwatch.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
(cherry picked from commit d512c5a1b4 )
* update go sum
* remove spaces
* revert go.sum
2021-03-10 10:42:49 +01:00
Grot (@grafanabot)
6623706336
Remove invalid attribute ( #31848 ) ( #31850 )
...
(cherry picked from commit 598a44076a )
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
2021-03-10 11:16:30 +02:00
Erik Sundell
0be2177d15
CloudWatch: Restrict auth provider and assume role usage according to… ( #31845 )
...
* CloudWatch: Restrict auth provider and assume role usage according to Grafana configuration (#31805 )
* restrict usage of providers and assume role according to grafana config
* update docs
* Update docs/sources/datasources/cloudwatch.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
* Update pkg/tsdb/cloudwatch/cloudwatch.go
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
* Update pkg/tsdb/cloudwatch/session_test.go
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
* pr feedback
* fix failing test
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
(cherry picked from commit 2d660ee502 )
* Update docs/sources/datasources/cloudwatch.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
2021-03-10 08:59:19 +01:00
Grot (@grafanabot)
3549380bd2
CloudWatch: Add support for EC2 IAM role ( #31804 ) ( #31841 )
...
* add support for iam role auth
* add stubbable func
* fix broken test
* goimports
* pr feedback
(cherry picked from commit 13dd9dff50 )
Co-authored-by: Erik Sundell <erik.sundell@grafana.com >
2021-03-09 21:10:55 +01:00
Grot (@grafanabot)
453b956797
Loki, Prometheus: Change the placement for query type explanation ( #31784 ) ( #31819 )
...
* Fix tooltip in the way
* Add more info for instant query
* Update public/app/plugins/datasource/loki/components/LokiOptionFields.tsx
* Update public/app/plugins/datasource/prometheus/components/PromExploreExtraField.tsx
(cherry picked from commit 53ba6456d4 )
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
2021-03-09 14:35:58 +01:00
Grot (@grafanabot)
aeee3931d2
Variables: Improves inspection performance and unknown filtering ( #31811 ) ( #31813 )
...
* Refactor: moves inspect calculation to Redux
* Refactor: adds valid filters and tests
(cherry picked from commit 63746d027b )
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com >
2021-03-09 13:09:21 +01:00
Grot (@grafanabot)
be4b530a85
Change piechart plugin state to beta ( #31797 ) ( #31798 )
...
(cherry picked from commit f951672e90 )
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com >
2021-03-09 10:01:48 +01:00
Grot (@grafanabot)
8df4fcd190
ReduceTransform: Include series with numeric string names ( #31763 ) ( #31794 )
...
* ReduceTransform: Include series with numeric string names
* Chore: updates after PR comments
(cherry picked from commit bc5ea345e5 )
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com >
2021-03-09 06:23:11 +01:00
Grot (@grafanabot)
2297e13ac6
Annotations: Make the annotation clean up batch size configurable ( #31487 ) ( #31769 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
(cherry picked from commit 3b36636318 )
Co-authored-by: Carl Bergquist <carl.bergquist@gmail.com >
2021-03-08 14:37:27 +01:00
Grot (@grafanabot)
877b50957c
Fix escaping in ANSI and dynamic button removal ( #31731 ) ( #31767 )
...
(cherry picked from commit 445132a904 )
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
2021-03-08 12:52:12 +01:00
Grot (@grafanabot)
a21a300f3e
DataLinks: Bring back single click links for Stat, Gauge and BarGauge panel ( #31692 ) ( #31718 )
...
* Bring back clickable Stat, Gauge and BarGauge panels
* Demo dashboard
* Add DataLinksContextMenu tests
* Only use new UI for data links, revert panel links logic
(cherry picked from commit fdc6f2cc6f )
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2021-03-08 09:03:53 +01:00
Grot (@grafanabot)
c946c4e372
log skipped, performed and duration for migrations ( #31722 ) ( #31754 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
(cherry picked from commit c899bf3592 )
Co-authored-by: Carl Bergquist <carl.bergquist@gmail.com >
2021-03-07 22:05:58 +01:00
Grot (@grafanabot)
f95657dc2d
Search: Make items more compact ( #31734 ) ( #31750 )
...
(cherry picked from commit ab2f405205 )
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
2021-03-07 12:14:15 +02:00
Grot (@grafanabot)
f2b7582671
loki_datasource: add documentation to label_format and line_format ( #31710 ) ( #31746 )
...
* add documentation to label_format and line_format
* fix linting
* Remove extra space
(cherry picked from commit 0b6b8de6f8 )
Co-authored-by: Caleb Collins-Parks <46505081+caleb15@users.noreply.github.com >
2021-03-05 23:45:38 +01:00
Zoltán Bedi
e81a5bc015
Tempo: Convert tempo to backend data source2 ( #31733 )
...
This reverts commit c15d1f498a .
(cherry picked from commit 29c998f9eb )
2021-03-05 16:36:36 +01:00
Grot (@grafanabot)
cf29df808a
Elasticsearch: Fix script fields in query editor ( #31681 ) ( #31727 )
...
* Elasticsearch: Fix script fields in query editor
* properly name bucke_script deries
(cherry picked from commit 64a8514e47 )
Co-authored-by: Giordano Ricci <gio.ricci@grafana.com >
2021-03-05 13:36:35 +00:00
Grot (@grafanabot)
1ab3249bab
Elasticsearch: revert to isoWeek when resolving weekly indices ( #31709 ) ( #31717 )
...
* Elasticsearch: revert to isoWeek when resolving weekly indices
* Add type assertion explainer
(cherry picked from commit bbee7da3e0 )
Co-authored-by: Giordano Ricci <gio.ricci@grafana.com >
2021-03-05 10:52:30 +01:00
Grot (@grafanabot)
4452ddfee2
Admin: Keeps expired api keys visible in table after delete ( #31636 ) ( #31675 )
...
* Admin: Keeps expired keys visible in table after delete
* Chore: covers component in tests before refactor
* Refactor: splitting up into smaller components
* Chore: fixes a small issue with the validation
* Chore: forgot to export type
(cherry picked from commit e87d48921e )
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com >
2021-03-05 06:00:08 +01:00
Grot (@grafanabot)
be08685e3f
Tempo: set authentication header properly ( #31699 ) ( #31701 )
...
(cherry picked from commit 53d4acdad2 )
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2021-03-04 21:00:15 +01:00
Grot (@grafanabot)
dc8d109ce4
Tempo: convert to backend data source ( #31618 ) ( #31695 )
...
* Tempo: Support opentelemetry response
* Tempo: convert Tempo to backend data source
* Update data source test
* Fix lint issues
* Apply suggestions from code review
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
* Return error when trace not found
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
(cherry picked from commit 862f09376f )
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2021-03-04 18:43:41 +01:00
Will Browne
6b83895315
Update package.json ( #31672 )
v7.5.0-beta1
2021-03-04 12:21:12 +01:00
Grot (@grafanabot)
a3d4d4ac7c
Release: Bump version to 7.5.0-beta.1 ( #31664 )
...
* "Release: Updated versions in package to 7.5.0-beta.1"
* Update package.json
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com >
2021-03-04 11:17:06 +01:00
Dimitris Sotirakis
7ea361825e
Fix whatsNewUrl version to 7.5 ( #31666 )
...
* Fix whatsNewUrl version
* Update package.json
2021-03-04 11:09:10 +01:00
Dimitris Sotirakis
11740b48a7
Chore: add alias for what's new 7.5 ( #31669 )
2021-03-04 10:48:24 +01:00
ying-jeanne
c8d781275c
Docs: Update doc for PostgreSQL authentication ( #31434 )
...
* update doc for postgres authentication
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* fix name
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-03-04 09:55:51 +01:00
Alex Khomenko
23c510f831
Docs: document report template variables ( #31637 )
...
* Docs: document report template variables
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* update template variables title
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com >
2021-03-04 10:54:11 +02:00
Josh Hunt
d566d2e164
AzureMonitor: Add deprecation message for App Insights/Insights Analytics ( #30633 )
...
* AzureMonitor: Add deprecation message for Application Insights/Insights Analytics
relates to #30184
(also some prettier changes came along for the ride)
* reorder query type options
* Rearrange documenation, move Logs up
* Fix Logs heading
* deprecation documentation
* finish up docs
* update link
* Apply doc suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/azuremonitor.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* clean up docs
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-03-04 09:46:44 +01:00
Torkel Ödegaard
4c5321bd99
Color: Fixes issue where colors where reset to gray when switch panels ( #31611 )
2021-03-04 08:04:45 +01:00
Alexander Emelin
8016b3c5ca
Live: Use pure WebSocket transport ( #31630 )
2021-03-04 09:06:42 +03:00
Diana Payton
a7f7f97f0d
Docs: Fix broken image link ( #31661 )
...
* Create whats-new-in-v7-5.md
* Update _index.md
* Update _index.md
* Update whats-new-in-v7-5.md
* Update whats-new-in-v7-5.md
* Update whats-new-in-v7-5.md
* Update whats-new-in-v7-5.md
2021-03-04 00:17:58 +01:00
Diana Payton
f760a48c95
Docs: Add Whats new in 7.5 ( #31659 )
...
* Create whats-new-in-v7-5.md
* Update _index.md
* Update _index.md
* Update whats-new-in-v7-5.md
* Update whats-new-in-v7-5.md
* Update docs/sources/whatsnew/whats-new-in-v7-5.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/whatsnew/whats-new-in-v7-5.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/whatsnew/whats-new-in-v7-5.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/whatsnew/whats-new-in-v7-5.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/whatsnew/whats-new-in-v7-5.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-03-03 13:56:03 -08:00
Diana Payton
4eeb1bb4d2
Docs: Fix links for 7.5 ( #31658 )
...
* Update enterprise-configuration.md
* Update _index.md
2021-03-03 21:51:26 +01:00
Diana Payton
7b7c30d107
Update enterprise-configuration.md ( #31656 )
2021-03-03 20:41:07 +01:00
Ivana Huckova
4c2e5fcbd0
Explore/Logs: Escaping of incorrectly escaped log lines ( #31352 )
...
* POC: Escaping of incorrectly escaped log lines
* Remove unused import
* Fix test, change copy
* Make escapedNewlines optional
* Fix typechecks
* Remove loading state from the escaping button
* Update namings
2021-03-03 18:32:27 +01:00
Andrej Ocenas
43d4a593ae
Tracing: Small improvements to trace types ( #31646 )
2021-03-03 18:31:10 +01:00
Mayank Pathela
f33bbbd9d0
Update _index.md ( #31645 )
2021-03-03 11:28:27 -05:00
Sofia Papagiannaki
bd2390c49f
AlertingNG: code refactoring ( #30787 )
...
* AlertingNG: refactoring
* Fix tests
2021-03-03 17:52:19 +02:00
Dimitris Sotirakis
08f500ed06
Remove pkill gpg-agent ( #31169 )
2021-03-03 17:28:47 +02:00
Marcus Olsson
5cbc58fd97
Remove format for plugin routes ( #31633 )
2021-03-03 16:01:08 +01:00
kay delaney
9e0d84f1cf
Library Panels: Change unsaved change detection logic ( #31477 )
...
* Library Panels: Change unsaved change detection logic
Change logic from diffing panel models to setting dirty flag
2021-03-03 14:16:54 +00:00
Ilya Stoliar
f5d1fa48ca
CloudWatch: Added AWS Timestream Metrics and Dimensions ( #31624 )
2021-03-03 11:25:45 +02:00