achatterjee-grafana
1f75afc8e8
Docs: library panel ( #35272 )
...
* Added "Create a library panel".
* Fixed broken relrefs
* More changes.
* Added more content.
* Update docs/sources/panels/panel-library.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Updated title
* Added link to topic from What's New
* Few minor edits.
* Updated intro based on Petros's feedback.
* Slight modification to create lib panel based on feedback.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-06-04 20:13:56 +02:00
Gabriel MABILLE
2bbf4fa405
AccessControl: Update permissions and scopes in docs ( #35263 )
...
* Saving the current changes made with @osg-grafana @donomii
* Update remaining descriptions
* Update docs/sources/enterprise/access-control/permissions.md
Co-authored-by: Vardan Torosyan <vardants@gmail.com>
* Cleanup grammar
Co-authored-by: Jeremy Price <Jeremy.price@grafana.com>
Co-authored-by: Vardan Torosyan <vardants@gmail.com>
2021-06-04 18:10:49 +02:00
Kevin Minehart
0a28304d2a
Caching: document memory limit settings ( #35189 )
...
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-06-04 09:54:41 -05:00
Torkel Ödegaard
3331506660
Docs: Adds docs for histogram visualization ( #35241 )
...
* Docs: Adds docs for histogram visualization
* Bucket offset clarification
* tweaks
* less bad math
* Update docs/sources/panels/visualizations/histogram.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/histogram.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/histogram.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/histogram.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/histogram.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/histogram.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/histogram.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/histogram.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-06-04 16:19:44 +02:00
Ganesh Vernekar
de3bcb6071
Alerting: Update docs for templating in rule labels ( #35238 )
...
* Alerting: Update docs for templating in rule labels
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
* Fix comment
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
2021-06-04 17:46:05 +05:30
Diana Payton
b46715ee4a
Docs: Time series panel update 8.0 ( #35215 )
...
* Update text-panel.md
* Update _index.md
* content updates
* Update _index.md
* Update graph-time-series-stacking.md
2021-06-04 13:32:44 +02:00
Torkel Ödegaard
bbfafa7908
Docs: Initial bar chart docs ( #35155 )
...
* Docs: Initial bar chart docs
* minor tweak
* Another minor tweak
* Updated what's new
* Updated list formatting
* Update bar-chart.md
* Update bar-chart.md
* Review feedback updates
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-06-04 12:36:49 +02:00
Chris Cowan
f580c9149c
Elasticsearch: Add Top Metrics Aggregation and X-Pack support ( #33041 )
...
* Elasticsearch: Add Top Metrics Aggregation
* Adding support for non-timeseries visualizations
* removing console.logs
* restoring loadOptions type
* Honor xpack setting
* Adding test for elastic_response
* adding test for query builder
* Adding support of alerting
* Fixing separator spelling
* Fixing linting issues
* attempting to reduce cyclomatic complexity
* Adding elastic77 Docker block
* Update public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/MetricEditor.test.tsx
Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
* refactoring MetricsEditor tests
* Fixing typo
* Change getFields type & move TopMetrics to a separate component
* Fix SegmentAsync styles in TopMetrics Settings
* Fix field types for TopMetrics
* WIP
* Refactoring client side to support multiple top metrics
* Adding tests and finishing go implimentation
* removing fmt lib from debugging
* fixing tests
* reducing the cyclomatic complexity
* Update public/app/plugins/datasource/elasticsearch/elastic_response.ts
Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
* Update public/app/plugins/datasource/elasticsearch/hooks/useFields.ts
Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
* Checking for possible nil value
* Fixing types
* fix fake-data-gen param
* fix useFields hook
* Removing aggregateBy and size
* Fixing go tests
* Fixing TS tests
* fixing tests
* Fixes
* Remove date from top_metrics fields
* Restore previous formatting
* Update pkg/tsdb/elasticsearch/client/models.go
Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com>
* Update pkg/tsdb/elasticsearch/client/models.go
Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com>
* Fix code review comments on processTopMetricValue
* Remove underscore from variable names
* Remove intermediate array definition
* Refactor test to use testify
Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
Co-authored-by: Elfo404 <me@giordanoricci.com>
Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com>
2021-06-04 11:07:59 +01:00
Andrej Ocenas
1f16fac8d7
Docs: Update node graph docs ( #35196 )
...
* Update node graph docs
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update image links
* Update wording
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-06-04 10:00:02 +02:00
David Kaltschmidt
87c10e9504
Move screenshot in docs
2021-06-04 09:51:36 +02:00
Diana Payton
49075f235f
Docs: Table update 8.0 ( #35214 )
...
* Update _index.md
* Delete table-field-options.md
* Update _index.md
* Update _index.md
2021-06-03 22:29:16 +02:00
Diana Payton
1c37fc1a6f
Docs: Yet more panel updates ( #35213 )
...
* Update stat-panel.md
* Update stat-panel.md
* Update whats-new-in-v8-0.md
* Update state-timeline.md
* fixed links
* Update news-panel.md
2021-06-03 22:02:47 +02:00
Diana Payton
692568520f
Docs: Add GCM update to what's new ( #35211 )
...
* content updates
* Update docs/sources/whatsnew/whats-new-in-v8-0.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v8-0.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-06-03 21:25:30 +02:00
Diana Payton
2c406e9a00
Docs: More panel options updates for Grafana 8.0 ( #35212 )
...
* Update gauge-panel.md
* Update heatmap.md
* Update news-panel.md
* Update pie-chart-panel.md
2021-06-03 21:22:26 +02:00
achatterjee-grafana
f3b0c16751
Updated What's New with Prometheus metrics browser entry. ( #35209 )
...
* Added placeholder.
* Reduced the size of 2 images.
2021-06-03 20:16:45 +02:00
Alexandre de Verteuil
4ee037f523
Fix Markdown syntax in enterprise/license/_index.md ( #34683 )
2021-06-03 13:57:23 -04:00
David
9c72f196ff
Docs: Prometheus metrics browser ( #35152 )
...
* Docs: Prometheus metrics browser
* Update docs/sources/datasources/loki.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/loki.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.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-06-03 13:41:21 -04:00
David Parrott
17d98cfe43
Alerting: unified alerting docs state and health ( #34945 )
...
* alerting rule lading page
* add alert state and health doc
* update
* Conflicts:
docs/sources/alerting/unified-alerting/alerting-rules/rule-list.md
2021-06-03 18:59:45 +02:00
Diana Payton
d50b7c526b
Docs: Document new value mappings ( #35067 )
...
* Update value-mappings.md
* Update value-mappings.md
* Update whats-new-in-v8-0.md
* Update add-authentication-for-data-source-plugins.md
* Update _index.md
* updates
* Update docs/sources/panels/value-mappings.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update value-mappings.md
* Update value-mappings.md
* Update panel-editor.md
* Update panel-editor.md
* Update docs/sources/panels/value-mappings.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
* Update value-mappings.md
* Update value-mappings.md
* Update value-mappings.md
* Update value-mappings.md
* Update value-mappings.md
* Update value-mappings.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
2021-06-03 09:21:26 -07:00
Kyle Brandt
406f0458b2
Alerting/Docs: Non-timeseries / numeric alerting ( #35190 )
...
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-06-03 18:15:24 +02:00
Gábor Farkas
b558d32502
influxdb: docs: add new screenshot ( #35156 )
2021-06-03 17:05:13 +02:00
Alexander Emelin
8bd9a430c6
Live: docs ( #34642 )
2021-06-03 18:03:57 +03:00
Diana Payton
b0adc806f8
Docs: Update bar-gauge-panel.md ( #35136 )
...
* Update bar-gauge-panel.md
* Update bar-gauge-panel.md
* Update alert-list-panel.md
* Update bar-gauge-panel.md
* Update alert-list-panel.md
* Update bar-gauge-panel.md
2021-06-03 07:42:02 -07:00
Diana Payton
cd3954dfc6
Docs: Update Dashboard list and Bar gauge ( #35137 )
...
* Update dashboard-list-panel.md
* Update gauge-panel.md
* Update whats-new-in-v8-0.md
* Update whats-new-in-v8-0.md
2021-06-03 07:40:54 -07:00
Dimitris Sotirakis
1c49986b2f
Chore: Remove endpoints that contain the slug field ( #35104 )
...
* Chore: Remove endpoints that contain the slug field
* More cleanups
* Lint fixes
* Remove unnecessary funcs
* Cleanup frontend code
* Remove deprecated endpoints from docs
* Revert change according to reviewer's comments
2021-06-03 16:20:13 +03:00
Diana Payton
180bff77a4
Docs: Update whats-new-in-v8-0.md ( #35141 )
2021-06-02 23:40:28 +02:00
Diana Payton
87af88e04a
Update annotations.md ( #33218 )
2021-06-02 16:29:51 -04:00
Diana Payton
9efda4d65c
Docs: Update whats new 8.0 ( #35135 )
...
* Delete DRAFT.md
* Update whats-new-in-v8-0.md
2021-06-02 13:21:15 -07:00
Domas
a7fa831071
Docs: unified alerting notification policies ( #35118 )
...
* wip
* finished
* typos
* fix img link
2021-06-02 14:28:24 -04:00
Gabriel MABILLE
134dba5101
Provisioning: Update accesscontrol sample file
2021-06-02 17:22:34 +02:00
Ursula Kallio
99839ee060
Change weight of reference, so they display last. ( #35112 )
2021-06-02 16:49:32 +02:00
Gábor Farkas
89fc92947c
InfluxDB: deprecate direct browser access in data source ( #35105 )
...
* influxdb: deperacate direct browser-access
* better docs-formatting
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-06-02 16:37:16 +02:00
Kyle Brandt
c4b4171d85
Alerting/Docs: Silence documentation ( #35052 )
...
Co-authored-by: David Parrott <stomp.box.yo@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-06-02 08:26:58 -04:00
Jeremy Price
2c85bbb738
Access Control: Provisioning docs cleanup ( #34982 )
2021-06-02 11:55:37 +02:00
Fabian Gonzalez
9ebe585ec8
Docs: Add datalinks example to ElasticSearch docs ( #34956 )
2021-06-02 08:19:17 +01:00
Diana Payton
d5664d92a9
Update panel-editor.md ( #35069 )
2021-06-02 07:21:51 +02:00
Torkel Ödegaard
ac9cbbc02b
Docs: Initial docs for State timeline visualization ( #35046 )
...
* Docs: Initial docs for State timeline visualization
* Update docs/sources/panels/visualizations/state-timeline.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/state-timeline.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/state-timeline.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/state-timeline.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/state-timeline.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/state-timeline.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/state-timeline.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/state-timeline.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/state-timeline.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Changed format for options from table to headings
* Updated what's new
* restore naming to Visualization options
* Update docs/sources/whatsnew/whats-new-in-v8-0.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v8-0.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-06-02 06:36:47 +02:00
Mitch Seaman
d92a1f29ac
Docs: Add docs links for what's new in Enterprise ( #35062 )
...
* add docs links for whats new in Enterprise
* add license restriction docs update to what's new
* remove version mention from licensing docs update
2021-06-01 11:55:17 -07:00
Ursula Kallio
e0a3f669e5
Add fine-grained-access-control-references.md file. ( #35043 )
...
* Add fine-grained-access-control-references.md file.
* Fix syntax error in relref.
* Fix another syntax error.
* Fix broken link:
see introduction of alert rules at PR
https://github.com/grafana/grafana/pull/34839 .
2021-06-01 16:35:38 +02:00
Grot (@grafanabot)
046de10cd7
ReleaseNotes: Updated changelog and release notes for 8.0.0-beta3 ( #35049 )
...
* ReleaseNotes: Updated changelog and release notes for 8.0.0-beta3
* Docs: adds Beta3 to index
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
2021-06-01 16:07:29 +02:00
Karl Persson
73b8afe724
Document global role and assignment for provisioning ( #34739 )
2021-06-01 15:52:46 +02:00
Jan Jansen
0d1b35f99e
Short URL: Fix so that orgId is included in generated short URL ( #34696 )
...
Fixes #33813
Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2021-06-01 14:19:10 +02:00
Zoltán Bedi
b211b3a63c
Add docs for Tempo search ( #34526 )
...
* Add docs for Tempo search
* Apply suggestions from code review
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/datasources/tempo.md
Co-authored-by: Robby Milo <robby.milo@grafana.com>
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Robby Milo <robby.milo@grafana.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-06-01 12:07:26 +02:00
Mitch Seaman
9bd823bac3
Docs: Add query caching to enterprise docs page ( #34751 )
...
* add query caching to enterprise docs page
* Update docs/sources/enterprise/_index.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-06-01 02:36:51 -06:00
Alex Khomenko
c6a78a6bd7
Reporting: update docs ( #34740 )
...
* Reporting: update dcos
* Add info about pausing reports
* Add version note
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Docs: update report form information
* Docs: update report scheduling
* Docs: re-order reporting sections
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Agnès Toulet <agnes.toulet@gmail.com>
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
2021-06-01 08:35:45 +02:00
Marcus Olsson
fcdfa88089
Docs: Improve docs for plugin authentication ( #33325 )
...
* Improve docs for plugin authentication
* Add docs for forwarding oauth identity
* Fix review comment
* Fix review comment
2021-05-31 22:02:36 +02:00
Will Browne
8d51c2ae97
Plugins: Update plugin signing copy + docs ( #34716 )
...
* update plugin signing copy + docs
* rewording
* remove grafana sig note
* update unsigned plugin wording
* remove org admin reference in catalog docs
* add whitespace to message
* apply pr suggestion
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* apply pr feedback
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-05-31 21:54:53 +02:00
Will Browne
28ccf2c880
add missing statis assets prefix ( #34999 )
2021-05-31 20:30:43 +02:00
Chip Wolf
badec6c6ad
Alerting: Add support for configuring avatar URL for the Discord notifier ( #33355 )
...
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-05-28 23:00:21 +02:00
Diana Payton
66e2624ae0
Docs: Override content ( #34859 )
...
* content updates
* Update panel-editor.md
* Update panel-editor.md
* content updates
* edits
* Update field-overrides.md
* Delete field-options-and-overrides.md
* link updates
* Update field-overrides.md
* Update field-overrides.md
* Update field-overrides.md
* fixing links
* reordering
* Update docs/sources/panels/field-overrides.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/panel-editor.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/panel-editor.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/panel-editor.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/panel-editor.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/table/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/table/_index.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-05-28 22:45:00 +02:00