Marcus Efraimsson
c0f3b2929c
Backend plugins: Refactor to allow shared contract between core and external backend plugins ( #25472 )
...
Refactor to allow shared contract between core and external backend plugins
allowing core backend data sources in Grafana to be implemented in same
way as an external backend plugin.
Use v0.67.0 of sdk.
Add tests for verifying plugin is restarted when process is killed.
Enable strict linting for backendplugin packages
2020-06-11 16:14:05 +02:00
Andrej Ocenas
40b3473a10
Explore: Add tracing switch ( #25539 )
...
* Add tracing switch to explore
* Prettify
2020-06-11 14:54:02 +02:00
Alex Khomenko
85d5d8a0e6
Docs: Fix intro to timeseries URL ( #25530 )
...
* Docs: Fix intro to timeseries URL
* Update docs/sources/developers/plugins/data-frames.md
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
2020-06-11 15:15:50 +03:00
kay delaney
12d2f2c026
UI/Switch: Makes Switch ID generation more stable ( #25542 )
2020-06-11 12:47:49 +01:00
Marcus Olsson
79fea5df2a
Docs: Update guide on authenticating data source plugins ( #24884 )
...
* Update guide on authenticating data source plugins
* Fix broken references
2020-06-11 12:12:27 +02:00
Sam Coren
9aef680e66
Updated URL for developing plugins ( #25521 )
...
The existing link for developing plugins was redirecting to the legacy plugin docs page for developers. I updated it to the new link for latest post-7.0 release. 👍
2020-06-11 10:43:20 +02:00
Overcooked Panda
d3c57ac251
Units: Added bitcoin units milli-bitcoin (mBTC) and micro-bitcoin (μBTC) ( #24182 )
...
* Update Bitcoin Currency to use proper symbol, add mBTC and μBTC
* Apply suggestions from code review
Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
* Revert Bitcoin to use '฿'
Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
2020-06-11 09:13:03 +02:00
Barak Kakoun
1b65e889be
Typo ( #25516 )
...
dashboard instead of dashboad
2020-06-11 09:24:15 +03:00
Ryan McKinley
5f1f820bb9
Influx: Support flux in the influx datasource ( #25308 )
...
* add flux
* add token to datasource config editor
* add backend for flux
* make the interpolated query available in query inspector
* go mod tidy
* Chore: fixes a couple of strict null errors in influxdb plugin
Co-authored-by: kyle <kyle@grafana.com>
Co-authored-by: Lukas Siatka <lukasz.siatka@grafana.com>
2020-06-10 15:26:24 -04:00
Torkel Ödegaard
c7aac1fd40
Gauge: Hide orientation option in panel options ( #25511 )
2020-06-10 17:27:59 +02:00
Diana Payton
ed694fd88a
Docs: Update _index.md ( #25121 )
2020-06-10 07:31:05 -07:00
Emil Tullstedt
e8b5f2330d
Settings: Expand variables in configuration ( #25075 )
2020-06-10 14:58:42 +02:00
Hugo Häggmark
55f304f15d
TextPanel: Removes Angular Text Panel ( #25504 )
...
* TextPanel: Removes Angular Text Panel
* Tests: updates snapshots
2020-06-10 14:35:30 +02:00
Lukas Siatka
aa3d893079
Chore: adds core datasources to codeowners ( #25501 )
...
* Chore: adds core datasources to codeowners
* Chore: updates opentsdb to be under backend platform team
2020-06-10 11:02:51 +02:00
Lukas Siatka
282cb73d3a
Chore: adds policy interpolation in influxdb queries ( #25500 )
2020-06-10 10:03:32 +02:00
Theo Schlossnagle
b15a401efa
Fix dense y-axis labels in heatmap using tsbuckets ( #24351 )
...
* Fix dense y-axis labels in heatmap using tsbuckets
This change emulates the non-tsbuckets Y-axis tick count by making
the y-axis label formatter treat a dense set as a sparse set.
fixes #11342
* have d3 do the work
* Update public/app/plugins/panel/heatmap/rendering.ts
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
2020-06-10 10:44:50 +03:00
Hugo Häggmark
72b8300571
Table: Adds adhoc filtering ( #25467 )
...
* Table: Adds adhoc filtering
* Refactor: changes after PR comments
* Refactor: hides filtering for data sources that do not support modifyQuery in Explore
* Refactor: fixes strict null error
* Changed tooltip position to above icon
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-06-10 07:09:02 +02:00
Mohit Nain
1040d824c5
Docs: Typo Correction ( #25475 )
2020-06-09 15:44:11 -07:00
Christian
9ff551edc8
Docs: Add dependencies for debian stretch to image rendering plugin documentation ( #25408 )
2020-06-09 15:42:59 -07:00
Zoltán Bedi
5f923be2bf
Plugins: move jaeger trace type to grafana data ( #25403 )
...
* Plugins: move jaeger trace type to grafana data
* Remove unnecessary type from tsconfig
2020-06-09 22:08:51 +02:00
Brian Candler
ce127acf84
Docs: Document the front-end proxy path for live log tailing with Loki ( #25440 )
2020-06-09 12:55:07 -07:00
Mohit Nain
35602099d7
Docs: Typo Correction ( #25477 )
2020-06-09 12:54:40 -07:00
Mohit Nain
2e68425ad7
Docs: Some correction in line 58 ( #25474 )
...
All screen sizes is correct terminology to use
2020-06-09 12:53:53 -07:00
Mohit Nain
40986f3015
Docs: Typo Correction ( #25437 )
2020-06-09 12:51:14 -07:00
Mohit Nain
a7bdc92fd7
Docs: Couple of typos corrected ( #25432 )
2020-06-09 12:43:05 -07:00
Mohit Nain
47c3ae1f44
Docs: Typo Correction in line 36 ( #25429 )
2020-06-09 12:34:46 -07:00
Torkel Ödegaard
6fe9982ff0
Table: Support custom date formats via custom unit ( #25195 )
...
* Table: Custom date formating via custom unit
* FieldConfig: Changed so that shouldApply is not called for overrides and added unit test
* Updated
2020-06-09 17:43:29 +02:00
Lukas Siatka
1ea8346644
Elastic: prevents datasource from throwing unexpected errors for invalid JSON ( #24999 )
...
* Chore: adds error handling to get requests in elasticsearch datasource
* Chore: updates elasticsearch datasource response parsing checks
* Chore: updates elasticsearch non-json errors description
* Chore: removes error catching from query methods to move it to the request method in elasticsearch
* Chore: fixes a typo in elastic response error message
* Chore: moves elasticsearch error handling to request method
* Chore: replaces datasource url in mock elasticsearch datasource
2020-06-09 17:32:47 +02:00
David Wittman
a9d34a3e6f
Docs: Images in alerts require an ext provider ( #25466 )
...
Be more explicit about the fact that providing images in alert notifications requires an external image storage provider. Previously this read as if it was only necessary for publicly accessible images, but even if they are served from Grafana, the administrator must set up the "local" image provider in the configuration.
2020-06-09 07:28:23 -07:00
Marcus Efraimsson
53175a41c9
Make tsdb dataframes response able to carry encoded/decoded frames ( #25454 )
...
Make tsdb dataframes response able to carry encoded and/or decoded frames
2020-06-09 13:13:06 +02:00
mikkokupsu
de1dc57242
CloudWatch: Added AWS WAFV2 metrics ( #24048 )
...
* Add metrics and dimensions for AWS/WAFV2
* Update pkg/tsdb/cloudwatch/metric_find_query.go
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Fix metric names
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-09 09:51:02 +03:00
Mohit Nain
920362537d
Docs: Typo Identified ( #25438 )
2020-06-08 14:27:09 -07:00
Galdin Raphael
94984627ea
Docs: Fix typo in GitHub Auth Doc page ( #25335 )
...
https://grafana.com/docs/grafana/latest/auth/github/#enable-github-in-grafana
2020-06-08 12:49:53 -07:00
Amal
77be352c7e
Docs: Inserting a comma for better readability ( #25337 )
2020-06-08 12:48:13 -07:00
Amal
029b1db0d1
Docs: Grammatical correction ( #25336 )
2020-06-08 12:46:58 -07:00
Amal
8309e8e31a
Docs: Typo fix ( #25247 )
...
* Update stackdriver.md
* Update stackdriver.md
* Update stackdriver.md
* Update index.md
* Update whats-new-in-v2.md
2020-06-08 12:46:08 -07:00
Amal
ee1be75b7b
Docs: Update zipkin.md ( #25246 )
2020-06-08 12:44:44 -07:00
Amal
be41589b70
Docs: Correcting abbreviation ( #25225 )
...
* Correcting abbreviation
* Update azuread.md
* Update whats-new-in-v6-3.md
* Update enterprise-configuration.md
* Update enterprise-configuration.md
2020-06-08 12:43:46 -07:00
Amal
e63b548c5d
Docs: Minor grammatical correction ( #25224 )
2020-06-08 11:42:21 -07:00
Shavonn Brown
5293c9dd84
Convert remaining profile bits to React ( #24310 )
...
* reactify user sessions
* all reactified
* more cleanup
* comment edit
* Profile: Fix casing
* Profile: Add Page wrapper
* Profile: New form styles for UserProfileEditForm
* Profile: Use new form styles for SharedPreferences
* Profile: Use radioButtonGroup for SharedPreferences
* Grafana UI: Add FieldSet
* Grafana UI: Add story
* Grafana UI: Add docs
* Grafana UI: Export FieldSet
* Profile: USe FieldSet
* Profile: Sort sessions
Co-authored-by: Clarity-89 <homes89@ukr.net>
2020-06-08 18:19:00 +03:00
Torkel Ödegaard
8474794aaa
Dashboard: Fix loading custom home dashboard ( #25447 )
...
* Dashboard: Fix loading custom home dashboard
* Updated and added test
2020-06-08 17:15:56 +02:00
Dominik Prokop
c53435f7a7
Graph: Fix XSS vulnerability with series overrides ( #25401 )
...
* Fix XSS vulnerability with Graph series overrides
* Update public/app/plugins/datasource/testdata/partials/query.editor.html
2020-06-08 17:13:01 +02:00
Besart Berisha
c7e38fd47f
Replace link with button component ( #25446 )
2020-06-08 16:09:55 +02:00
Steven Vachon
d62926b5a3
@grafana/e2e: improvements ( #25342 )
...
* Minor changes
* Remove console.* logger plugin
... as it doesn't work in Electron
* Only open/close panel editor options and groups when state is inverted
... meaning, only open when closed and only close when open. This avoids unpredictable states, causing inconsistent results.
* Support for adding multiple datasources and dashboards
... and having them all auto-removed when tests are completed
* Avoid page errors when removing dashboards and datasources [keep?]
* Wait for chart data before saving panel
... so that everything is ready when returning to the dashboard
2020-06-08 09:52:34 -04:00
Speak Your Code
5f767e2c9a
TablePanel: Sort numbers correctly ( #25421 )
...
* Table sortType to basic to be able to sort negative numbers
* Table sortType based on field type
2020-06-08 14:28:45 +02:00
mueslo
70038bfd5b
Fix byte-format data rates ( #25424 )
2020-06-08 07:23:09 +02:00
Besart Berisha
293ecbdd4f
Fix scss variable typo ( #25398 )
2020-06-05 20:28:50 +02:00
Kyle Brandt
ef61a64c46
Azure Monitor: Log Analytics response to data frames ( #25297 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2020-06-05 12:32:10 -04:00
Alex Khomenko
c3549f845e
Grafana UI: Add prop table ( #25387 )
2020-06-05 17:29:37 +03:00
Hugo Häggmark
e55756066b
Docs: updates frontend style guides ( #25391 )
...
* Update frontend.md
* Update contribute/style-guides/frontend.md
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
2020-06-05 13:54:27 +02:00