Torkel Ödegaard
367e7b861b
GraphNG: Fixed axis measurements ( #29036 )
2020-11-11 20:23:46 +01:00
vishesh92
c93dfeaac4
Fix links to logql docs ( #29037 )
2020-11-11 20:00:47 +01:00
Leonard Gram
d6578ac081
latest 7.3.2 ( #29041 )
2020-11-11 18:58:14 +01:00
Chris Cowan
4ed7612e57
Elasticsearch: Add Moving Function Pipeline Aggregation ( #28131 )
...
* Elasticsearch: Add Moving Function Pipeline Aggregation
* Removing support for moving average in 7.x
* Fixing getMetricAggTypes to handle undefined esVersion
* Adding moving_fn to go code
* Update public/app/plugins/datasource/elasticsearch/metric_agg.ts
Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
* Adding test for esversion 70
* Removing default value for script, adding placeholder instead
* Fixing formatting
* Adding code for handling missing or obsolete aggregations
Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
2020-11-11 17:42:28 +00:00
Leonard Gram
af8589a4ba
changelog 7.3.2 ( #29038 )
2020-11-11 18:37:23 +01:00
Torkel Ödegaard
040cfe074f
MutableDataFrame: Remove unique field name constraint and values field index and unused/seldom used stuff ( #27573 )
...
* MutableDataFrame needs work
* Updated users of values
* Update test
* Fixed ts issue
* Updated tests
2020-11-11 18:21:51 +01:00
Ivana Huckova
5940250480
Fix prometheus docs related to query variable ( #29027 )
2020-11-11 15:47:18 +01:00
Valentin Agachi
2c724e0aa2
Explore: support ANSI colors in live logs ( #28895 )
...
Closes #28893
Co-authored-by: Ivana <ivana.huckova@gmail.com>
2020-11-11 14:58:45 +01:00
Ivana Huckova
e834ad0093
Docs: Add documentation about log levels ( #28975 )
...
* Add documentation about log level
* Update
* Update
* Update
* Add unknow to table
* Update docs/sources/explore/index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/logs-panel.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>
2020-11-11 14:56:24 +01:00
Jack Westbrook
6d40206431
Dashboard: remove usage of Legacyforms ( #28707 )
...
* refactor(dashboard): remove usage of legacyform components in sharemodal
* refactor(dashboard): replace legacyform components
* refactor(dashboard): remove ng-if and correct typo in content of sharesnapshot
* feat(grafana-ui): set displayName prop for Switch component
* refactor(dashboard): migrate TimePickerSettings legacyform components
* refactor(queryoptions): migrate switch and input to nextgen components
* refactor(sharesnapshot): prefer InlineFieldRow over gf-form-group
* refactor(shareembed): styling fixes
* refactor(timepickersettings): prefer double bang over nullish coalescing operator
* fix(grafana-ui): switch uses id prop if passed in
* feat: connect labels and switches with ids
2020-11-11 14:52:22 +01:00
Jack Westbrook
f7a5150d54
Docs: Troubleshoot starting docker containers on Mac ( #28754 )
...
* docs(devenv): introduce troubleshooting section about mac osx and logs
* docs(devenv): tidy troubleshooting
* docs(devenv): move troubleshooting headers up a level and expand on error messge
2020-11-11 14:49:26 +01:00
Giordano Ricci
d99c553a71
Elasticsearch: interpolate variables in Filters Bucket Aggregation ( #28969 )
2020-11-11 12:56:43 +00:00
Emil Tullstedt
46d568129e
Chore: Bump build pipeline version ( #29023 )
2020-11-11 13:12:45 +01:00
Torkel Ödegaard
cbd28cd28b
Annotations: Fixes error when trying to create annotation when dashboard is unsaved ( #29013 )
2020-11-11 12:18:45 +01:00
David
28383bcfac
TraceViewer: Make sure it does not break when no trace is passed ( #28909 )
...
* TraceViewer: Make sure it does not break when no trace is passed
- exit trace conversion early when there is no trace data
- added test to cover missing trace for trace viewer
* Review feedback
* Use RTL for new test
* Exit early if trace or traceID is not there
2020-11-11 12:10:12 +01:00
Torkel Ödegaard
145901c0db
Thresholds: Fixes color assigned to null values ( #29010 )
...
* Thresholds: Fixes color assigned to null values
* Updates
2020-11-11 11:57:55 +01:00
Arve Knudsen
ab078133bf
Backend: Remove unused code ( #28933 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-11-11 11:38:04 +01:00
Ivana Huckova
7378af0a77
Fix documentation ( #28998 )
2020-11-11 11:14:44 +01:00
Carl Bergquist
e3c7d66324
Tracing: Add setting for sampling server ( #29011 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2020-11-11 10:21:52 +01:00
Ivana Huckova
812f588a75
Logs Panel: Fix inconsistent higlighting ( #28971 )
...
* Highlight filter expression in panel
* Remove coonsole.log
2020-11-11 09:58:21 +01:00
Paul Dee
9f48bdb016
MySQL: Update README.md ( #29003 )
...
* Update README.md
sp
[skip ci] [ci skip]
* Update public/app/plugins/datasource/mysql/README.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-11-11 07:47:08 +01:00
Torkel Ödegaard
99b6ea47c0
IntervalVariable: Fix variable tooltip ( #28988 )
2020-11-11 07:45:12 +01:00
Torkel Ödegaard
10f226c4c2
StatPanels: Fixes auto min max when latest value is zero ( #28982 )
2020-11-11 07:43:56 +01:00
Arve Knudsen
b5379c5335
Chore: Fix SQL related Go variable naming ( #28887 )
...
* Chore: Fix variable naming
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-11-11 06:21:08 +01:00
Hugo Häggmark
7abf0506b1
MSSQL: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) ( #28809 )
...
* MSSQL: Support request cancellation properly (Uses new backendSrv.fetch Observable request API)
* Tests: fix test typings
2020-11-11 06:19:43 +01:00
Hugo Häggmark
8f4e50f439
Variables: Fixes loading with a custom all value in url ( #28958 )
2020-11-11 06:19:09 +01:00
kay delaney
b2dcf06b60
Backend: Adds route for well-known change password URL ( #28788 )
...
* Backend: Adds route for well-known change password URL
* Include 'dashboard/new' in backend routes
* Move index route handler registration out of "not logged in views" section
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-11-10 22:36:35 +00:00
Daniel Lee
27ea268f80
docs: fix repeated dashboards link ( #29002 )
2020-11-10 21:48:54 +01:00
Andrej Ocenas
b90304cc79
LogsPanel: Don't show scroll bars when not needed ( #28972 )
2020-11-10 16:12:15 +01:00
Arve Knudsen
9582e0afd9
Drone: Fix docs building ( #28986 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-11-10 15:44:21 +01:00
Torkel Ödegaard
91eac6e7af
StatPanel: Fixed center of values in edge case scenarios ( #28968 )
2020-11-10 15:38:25 +01:00
Diana Payton
7a4550df56
Update getting-started-prometheus.md ( #28502 )
2020-11-10 09:20:40 -05:00
Robby Milo
81d30615b4
Docs: fix relref ( #28977 )
2020-11-10 14:38:45 +01:00
Torkel Ödegaard
2e5588f455
Docs: Minor docs update
2020-11-10 12:14:02 +01:00
Torkel Ödegaard
f220f3b5f9
Docs: Another workflow docs update
2020-11-10 12:09:50 +01:00
Torkel Ödegaard
d951a1056c
Docs: Workflow minor edit
2020-11-10 12:03:47 +01:00
Torkel Ödegaard
19773603e8
Docs: Another minor edit
2020-11-10 12:02:35 +01:00
Torkel Ödegaard
3ad57582a9
Docs: Update PR workflow docs
2020-11-10 12:00:21 +01:00
Torkel Ödegaard
f7b556a4dc
Docs: Update bot docs
2020-11-10 11:39:54 +01:00
Ryan McKinley
028c770963
StatPanels: set default to last ( #28617 )
2020-11-10 09:41:57 +01:00
Carl Bergquist
db637a3630
Tracing: log traceID in request logger ( #28952 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2020-11-10 05:45:39 +01:00
Carl Bergquist
afb06ec21a
start tracking usage stats for tempo ( #28948 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2020-11-09 22:12:23 +01:00
Torkel Ödegaard
560c9359f6
Docs: Update bot docs
2020-11-09 21:48:23 +01:00
Torkel Ödegaard
68a269143e
GrafanaBot: Update labels and commands and adds docs ( #28950 )
...
* GrafanaBot: Updates labels commands and adds docs
* Updated issue triage
* More updates
* fixed bullet list
2020-11-09 21:45:18 +01:00
Robby Milo
abee02dbcd
Docs: updates for file-based menu ( #28500 )
...
* initial
* cleanup
* remove bad aliases
* cleanup, fix links
* add docs-file-based-command
* update docs
* update readme
* fix broken links
* fix spelling
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-11-09 12:26:49 -08:00
Torkel Ödegaard
a7e092f243
Grot: Added command/label to close feature requests with standard message ( #28937 )
...
* Grot: Added command/label to close feature requests with standard message
* add not implemented label
* Update and add metrics
* Updated wording
2020-11-09 21:17:00 +01:00
Torkel Ödegaard
83042cc4b7
GraphNG: Restore focus option ( #28946 )
...
* GraphNG: Restore focus option
* Update snapshot
2020-11-09 21:12:22 +01:00
Diana Payton
2d175c34d7
Docs: Fix links ( #28945 )
...
* Update getting-started.md
* Update configure-specific-fields.md
* Fixed links, added a test file to the shared folder
2020-11-09 10:52:55 -08:00
Will Browne
a7ea8de47e
Short URL: Cleanup unvisited/stale short URLs ( #28867 )
...
* cleanup stale short urls
* refactor test case names
* service injection
* fix query
* add docs
* remove comma
2020-11-09 18:08:16 +01:00
Torkel Ödegaard
71fffcb17c
GraphNG: Using new VizLayout, moving Legend into GraphNG and some other refactorings ( #28913 )
...
* Graph refactorings
* Move legend to GraphNG and use new VizLayout
* Things are working
* remove unused things
* Update
* Fixed ng test dashboard
* Update
* More refactoring
* Removed plugin
* Upgrade uplot
* Auto size axis
* Axis scaling
* Fixed tests
* updated
* minor simplification
* Fixed selection color
* Fixed story
* Minor story fix
* Improve x-axis formatting
* Tweaks
* Update
* Updated
* Updates to handle timezone
* Updated
* Fixing types
* Update
* Fixed type
* Updated
2020-11-09 15:31:03 +01:00