Diana Payton
8f50b9abb4
Docs: Update whats-new-in-v8-0.md ( #34237 )
...
* Update whats-new-in-v8-0.md
* Update whats-new-in-v8-0.md
2021-05-17 19:52:11 +02:00
gotjosh
6384f86fb9
Alerting: Allow the notifier to log ( #34232 )
...
* Alerting: Allow the notifier to log
The notifier upstream code uses go-kit as its logging library. The
grafana specific logger is not compatible with this API. In this PR, I
have created a wrapper that implements io.Writer to make them
compatible.
2021-05-17 18:06:47 +01:00
Ryan McKinley
7b32c5439b
Timeseries: support boolean values out-of-the-box ( #34168 )
2021-05-17 09:52:47 -07:00
Kyle Brandt
331991ca10
UAlerting: Increase default max datapoints ( #34223 )
...
Change const value from 100 to 43200 (12 hours at 1sec interval)
2021-05-17 18:46:52 +02:00
Ivana Huckova
31c1fc3e6e
Explore: Fix Cannot read property 'emit' of null error ( #34114 )
...
* Use state.eventBridge for errors only if angular editor (some SQL data sources are still listening on this)
* Update public/app/features/explore/state/query.ts
* Update public/app/features/explore/state/query.ts
2021-05-17 17:48:04 +02:00
Ryan McKinley
edcefe1c8e
Chore: Rename "marketplace" app to "catalog" ( #34149 )
2021-05-17 08:27:56 -07:00
achatterjee-grafana
315ca109e1
Added exemplar topic ( #34147 )
...
* Added topic and definition.
* More changes.
* Update docs/sources/basics/exemplars.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/basics/exemplars.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/basics/exemplars.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Added the time series topic back.
* Update docs/sources/basics/exemplars.md
* Updated title.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-05-17 11:21:07 -04:00
Zoltán Bedi
e1741695ac
Chore: remove redux-logger ( #34220 )
2021-05-17 16:43:40 +02:00
Diana Payton
d3d4c774e6
Docs: Add 8.0 data sources and auth content to What's new ( #34148 )
...
* Update whats-new-in-v8-0.md
* Update generic-oauth.md
* Update whats-new-in-v8-0.md
2021-05-17 16:38:57 +02:00
Vardan Torosyan
1e566e7783
Access control: Add phone-home metrics to check if fine-grained access control is enabled or not ( #34107 )
...
* Access control: Add phone-home metrics to check if fine-grained access control is enabled or not
* Apply suggestions from code review
2021-05-17 16:33:38 +02:00
Uchechukwu Obasi
85620f65a8
TextArea: updates story from knobs to control ( #34195 )
...
* TextArea: updates story from knobs to control
* removed the cols control since it has no effect on component
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
2021-05-17 15:31:09 +02:00
Uchechukwu Obasi
21f0509f8b
Table: updates story from knobs to control ( #34193 )
...
* Tables: updates story from knobs to control
* removes the Descending and sortByDisplayName controls since they have no effect on component
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
2021-05-17 14:27:05 +01:00
Sofia Papagiannaki
3e48fe9475
[Alerting]: Fix integration test ( #34204 )
2021-05-17 14:27:39 +02:00
Jack Westbrook
00253fe359
Dependencies: Remove duplicates from yarn.lock ( #34124 )
...
* build(yarn): run yarn-deduplicate on lock file
* chore(npm): clean up moment dependencies
* chore(npm): move dev dependencies out of dependencies
* chore(npm): bump moment-timezone to fix TS errors
* chore(npm): move dev dependencies to devDependencies in package.json
2021-05-17 14:18:54 +02:00
donomii
fc451cf277
Access Control: Add histograms for evaluator and permissions checks ( #34026 )
...
This patch adds metrics to support instrumenting the accesscontrols package.
It also instruments the accesscontrol evaluator and the permissions function.
Co-authored-by: Vardan Torosyan <vardants@gmail.com>
2021-05-17 13:52:16 +02:00
Ivana Huckova
25d42dbedb
QueryField: Remove carriage return character from pasted text ( #34076 )
...
* Remove carriage returns
* Clean up
2021-05-17 13:40:08 +02:00
Andrej Ocenas
bc4ec61f67
NodeGraph: Fix error when rendering in dashboards ( #34187 )
...
* Pass only serializable values to worker
* Fix random generated data frame
2021-05-17 13:20:49 +02:00
Ganesh Vernekar
d5ae55c5dd
NGAlert: Add message field to email notification channel ( #34044 )
...
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
2021-05-17 16:05:09 +05:30
Oscar Kilhed
5a43bd4581
PieChart: Handle undefined custom.hideFrom in fieldConfig ( #34185 )
2021-05-17 11:34:14 +02:00
Domas
7a2dff741b
Alerting: Global config form for cloud alert manager ( #34074 )
2021-05-17 10:50:29 +02:00
Hugo Häggmark
d721298e03
Table: Makes tooltip scrollable for long JSON values ( #34120 )
2021-05-17 10:19:41 +02:00
Domas
8a0dbd0127
Alerting: enforce roles on frontend ( #33997 )
2021-05-17 11:15:17 +03:00
Domas
a26507e9c4
Alerting: update panel alert tab ( #33850 )
2021-05-17 10:39:42 +03:00
Jack Westbrook
7c9ac0f990
Annotations panel: Remove subpath from dashboard links ( #34134 )
...
* fix(annolistpanel): strip base from url to prevent subpath duplication
* fix(centrifuge): allow connections when served from subpath
2021-05-17 09:31:48 +02:00
Hugo Häggmark
e246ec0d5b
ForgottenPassword: Adds better error handling ( #34174 )
...
* ForgottenPassword: Adds better error handling
* Chore: updates after PR comments
2021-05-17 09:15:41 +02:00
Giordano Ricci
c9145541b0
Docs: change Elasticsearch provisioning example ( #34110 )
2021-05-17 07:56:42 +01:00
Nathan Rodman
889d3ed76f
Alerting: Add duration field to silence editor ( #34029 )
2021-05-17 08:59:27 +03:00
Matthew Coltman
bc21adf712
CloudWatch: Allow use of missing AWS namespaces using custom metrics ( #30961 )
...
* add tests
* CloudWatch: Allow use of missing AWS namespaces using custom metrics
* CloudWatch: Allow use of missing AWS namespaces using custom metrics
2021-05-17 07:32:32 +02:00
Alex Khomenko
65cacd31c2
grafana/ui: Unify disabled styles for input components ( #34126 )
...
* Select: Add disabled prop to SingleValue
* TagsInput: Disable remove button with disabled prop
* Checkbox: Add disabled styles
2021-05-15 10:06:42 +02:00
Owen Diehl
1367f7171e
Alerting/ruler metrics ( #34144 )
...
* adds active configurations metric
* rule evaluation metrics
* ruler metrics
* pr feedback
2021-05-14 16:13:44 -04:00
gotjosh
eb74994b8b
Alerting: Modify configuration apply and save semantics - v2 ( #34143 )
...
* Save default configuration to the database and copy over secure settings
2021-05-14 19:49:54 +01:00
Diana Payton
4d161f9fb2
Docs: Download logs as text update ( #34142 )
...
* Update inspect-panel.md
* Update inspect-panel.md
* added images
2021-05-14 20:02:57 +02:00
Torkel Ödegaard
6203f14bfb
LazyLoading: Fix queries being issued again when scrolling a panel in and out of view ( #34061 )
2021-05-14 19:33:47 +02:00
Diana Payton
6ff5fc7a7c
Docs: Update 8.0 time series content ( #34088 )
...
* Update graph-panel.md
* Update graph-panel.md
* Update whats-new-in-v8-0.md
* added content
* Update graph-time-series-as-lines.md
* content updates
* added shared content
* Update graph-time-series-stacking.md
* Update whats-new-in-v8-0.md
2021-05-14 13:15:17 -04:00
Ryan McKinley
9e1f0e6957
Toolkit: update tslib ( #34089 )
2021-05-14 08:51:18 -07:00
Torkel Ödegaard
953aadd6e4
Timeline: Adds opacity & line width option ( #34118 )
...
* Timeline: Adds opacity & line width option
* Updated devenv dashboards, added back original timeline modes
2021-05-14 17:24:40 +02:00
Torkel Ödegaard
c61a610f72
ValueMappings: Add duplicate action, and disable dismiss on backdrop click ( #34100 )
...
* ValueMappings: Add duplicate action, and disable dissmiss on backdrop click
* Updated modal to have property closeOnBackdropClick
2021-05-14 16:53:20 +02:00
Mitch Seaman
52f9b96a8c
Instructions to separate emails with semicolons ( #32499 )
2021-05-14 08:53:12 -06:00
Kevin Minehart
27d11e3702
DataSourceSettings: Hide caching settings for non-backend datasources ( #34083 )
...
* add field to plugin meta
* only show cache settings if pluginMeta has "isBackend"
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2021-05-14 09:50:49 -05:00
kay delaney
c778d6a4a2
Library Panels: Add name
endpoint & unique name validation to AddLibraryPanelModal ( #33987 )
2021-05-14 15:03:37 +01:00
Zoltán Bedi
d49deebefe
Prometheus: fix toggling exemplars in range mode ( #34099 )
2021-05-14 15:57:40 +02:00
Piotr Jamróz
bf467f8eae
Explore: Convert nodes with "*" to regular expressions when a Graphite query is mapped to Loki ( #34014 )
2021-05-14 14:59:16 +02:00
Sergey Kostrukov
81f6c806e1
Azure token provider with support for Managed Identities ( #33807 )
...
* Azure token provider
* Configuration for Azure token provider
* Authentication via Azure SDK for Go
* Fix typo
* ConcurrentTokenCache for Azure credentials
* Resolve AAD authority for selected Azure cloud
* Fixes
* Generic AccessToken and fixes
* Tests and wordings
* Tests for getAccessToken
* Tests for getClientSecretCredential
* Tests for token cache
2021-05-14 13:59:07 +02:00
Carl Bergquist
8254efc027
metrics: instrument request with histograms by default ( #33921 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2021-05-14 12:53:50 +02:00
Giordano Ricci
8ec87250c1
Elasticsearch: Fix handling of inline scripts in different ES versions ( #34070 )
...
* Devenv: add block for es 5.0, provisioned datasource & dashboard
* Trasnsform script property based on running ES version
* Handle different scripts format in BE
2021-05-14 11:50:15 +01:00
Domas
ddb2fc1ae6
Alerting: fix maching loki prom rules to rule rules, rename "Inactive" to "Normal" ( #34111 )
2021-05-14 12:41:13 +02:00
Oscar Kilhed
a71cebbcb1
grafana/u: Move stacking config to common options builder ( #34106 )
...
* Move stacking config to options builder
* Extract stacking interface
2021-05-14 12:01:40 +02:00
Hugo Häggmark
57d898cd5a
Variables: Refreshes all panels even if panel is full screen ( #34097 )
...
* Variables: Refreshes all panels even if panel is full screen
* Chore: updates after PR comments
2021-05-14 10:42:33 +02:00
Giordano Ricci
062e1d5ab8
Switch: prevent wrapping for InlineSwitch ( #34077 )
2021-05-14 09:26:00 +01:00
Oscar Kilhed
df4da77e4e
PieChart: Remove beta flag
2021-05-14 10:25:00 +02:00