b9ee723bb7
Pyroscope: Fix some phlare mentions in the docs ( #68846 )
2023-05-23 10:38:15 +02:00
a9a9c089c6
Docs: Add Loki log context preselected labels section ( #68773 )
...
* Docs: Loki log context preselected labels
* Update
* Update docs/sources/datasources/loki/query-editor/index.md
Co-authored-by: Matias Chomicki <matyax@gmail.com>
* Update docs/sources/datasources/loki/query-editor/index.md
Co-authored-by: J Stickler <julie.stickler@grafana.com>
* Update docs/sources/datasources/loki/query-editor/index.md
Co-authored-by: J Stickler <julie.stickler@grafana.com>
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
2023-05-23 10:23:11 +02:00
1c4bb9ca00
[feat] docs; update admonition syntax ( #68842 )
...
* [feat] docs; update admonition syntax
- Standardizes according to style conventions: https://grafana.com/docs/writers-toolkit/style-guide/style-conventions/#admonitions
- Prepares docs for better, uniform admonition style.
* Remove false positives and irregularities
* false positive removal
* Update docs/sources/datasources/mysql/_index.md
* Update docs/sources/developers/angular_deprecation/angular-plugins.md
* fix link errors
* Prettify some nested blockquotes
* remoe unnecessary admonition
2023-05-22 15:45:28 -05:00
bca8428f63
AzureMonitor: Support multi-resource aliases and subscription aliases ( #68648 )
...
Update legend aliases
- Add subscription response type
- Update AzureMonitorQuery type
- Update docs
- Update tests
- Add function to retrieve subscription display name if not present
2023-05-22 11:03:43 +01:00
dc656ecd8a
fixed broken table format in docs ( #68711 )
...
* fixed broken table format in docs
* added prettier version of doc
2023-05-22 09:56:48 +01:00
9f7f82c3cc
Clarify Graphite version and type to set if using Grafana Cloud ( #68239 )
...
* Clarify Graphite version and type to set if using Grafana Cloud
* Update _index.md
2023-05-18 11:08:04 -05:00
778a09eaa7
AzureMonitor: Update docs with Traces information ( #68104 )
...
* Update docs for traces
- Include note on timespan changes for logs queries
* Review
* Review
2023-05-15 14:23:14 -05:00
dd80471a92
Docs: Rename Phlare to Grafana Pyroscope ( #67224 )
2023-05-12 10:38:15 +02:00
c9e5c229ec
updated screenshots, links and some wording ( #67864 )
2023-05-09 13:07:03 -07:00
a340d102a6
CloudWatch: Update docs for cloudWatchDynamicLabels feature toggle removal and alias deprecation ( #67386 )
...
CloudWatch: Update docs for alias deprecation
2023-05-05 15:03:50 +02:00
8a5b07c9a3
Duplicate Exemplars Configuration Delete ( #66016 )
...
* Duplicate Exemplars Configuration Delete
I noticed there were double Exemplar configuration paragraphs one right after the other and deleted the upper one.
* makes prettier
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
2023-04-28 10:12:28 -05:00
cf82fafb53
Loki: Update docs for show context ( #67202 )
...
* Loki: Update docs for show context
* Update docs/sources/datasources/loki/query-editor/index.md
Co-authored-by: Matias Chomicki <matyax@gmail.com>
* Update docs/sources/datasources/loki/query-editor/index.md
Co-authored-by: J Stickler <julie.stickler@grafana.com>
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
2023-04-28 12:25:51 +02:00
a5e3157540
Docs: Fix help docs for SQL datasources ( #66749 )
...
Fix example queries for SQL datasources
2023-04-25 14:05:49 +02:00
a6577cc6fd
Revert "Prometheus: Add Victoria metrics to Prometheus type dropdown in datasource config" ( #67150 )
...
Revert "Prometheus: Add Victoria metrics to Prometheus type dropdown in datasource config (#66984 )"
This reverts commit 7cb4d655845b8062b7fcf680d24e902c7ea11407.
2023-04-24 12:59:27 -05:00
7cb4d65584
Prometheus: Add Victoria metrics to Prometheus type dropdown in datasource config ( #66984 )
...
* add VictoriaMetrics to prometheus type dropdown
2023-04-21 09:12:28 -05:00
53d5a996b8
Elasticsearch: Update required database version to 7.16 ( #66928 )
...
elasticsearch: update database requirements
2023-04-21 13:37:04 +02:00
6522bb377e
Tracing: Rename feature toggle ( #66833 )
...
Rename feature toggle so something more specific so new work can use older feature toggle name
2023-04-21 11:31:24 +01:00
46b73548b3
Elasticsearch: Deprecate the usage of the database field in provisioning ( #66828 )
...
* update docs and gdev provisioning
* update docs
2023-04-19 14:13:53 +01:00
75fc678d8a
Prometheus: Track incremental query request sizes with Faro ( #65244 )
...
Track incremental query usage in Faro
Co-authored-by: leeoniya <leon.sorokin@grafana.com>
Co-authored-by: Galen <galen.kistler@grafana.com>
2023-04-18 08:22:46 -05:00
1e53b29eee
removed duplicate query data source section ( #66605 )
2023-04-17 06:36:30 -07:00
92d92187d9
SQL Datasources: Update Max Connection and Max Idle Connection Defaults to 100 and add auto mode ( #65834 )
...
* Update connection configuration for SQL datasources
* Working auto state for connection numbers
* Add migration
* Use defaults from constants file
* Remove dead code
* Add tests and restructure useMigrateDatabaseField
* Update function names
* Update docs
* Make sure we don't continually issue updates
* Update docs
* Use onOptionsChnage in ConnectionLimits
* Update docs
* Clean up docs
* Update migration
* Fix default values in docs
* Fix spacing issue
* Fix test
* Update default values for SQL connections
* Include consts
* Allow override for default SQL datasource connection parameters
* Fix linter errors
* Remove extra @ts-ignore
* Centralize logic for default values
* Remove debugging
* Remove unecessary function
* Update configuration docs
* minor suggested change
* Fix comment misspelling
* Remove unecessary default setting code
* Update docs to indicate that code was included for backport version
* Remove dead code
---------
Co-authored-by: lwandz13 <larissa.wandzura@grafana.com>
2023-04-17 11:44:05 +03:00
9391700d84
Traces: Span filtering ( #65725 )
...
* Filters
* Service/span/duration filters
* Renames for focused span and matches
* Tag filters and new component
* Tag filtering
* Multiple tags and enable next/prev appropriately
* Enum, renames, fixes
* Clean up unecessary props
* setFocusedSearchMatch
* Faster options
* Perf enhancements and cleanup
* General improvements to tags etc
* Updates to filtering
* Add datasourceType in next/prev
* Integrate TracePageSearchBar with NewTracePageSearchBar
* Design tweaks
* Update sticky elem and header design
* Fix tests
* Self review
* Enhancements
* More enhancements
* Update tests
* tests
* More tests
* Add span filters to docs
* Update image link
* Update docs
* Update buttonEnabled and text
* PR review
* Update sticky header
* Doc updates
* Set values for service/span name
* Buffer and dash update
2023-04-17 08:30:27 +01:00
8ab7ba2b30
Loki docs: Add how to start live tailing logs ( #65945 )
...
* add how to start live tailing logs
* update old media
* Update docs/sources/datasources/loki/query-editor/index.md
Co-authored-by: Matias Chomicki <matyax@gmail.com>
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com>
2023-04-14 16:35:04 +01:00
85b56d4f52
Tracing: Update provisioning docs ( #66055 )
...
Update provisioning docs
2023-04-13 14:42:11 +01:00
2ea665a705
Loki docs: Better description of label browser buttons ( #65897 )
...
add more detailed description of label browser buttons
2023-04-13 10:29:13 +01:00
2b2a4e13e5
Prometheus: Incremental querying option for to: now
dashboards ( #62932 )
...
Provide new feature in Prometheus dashboards to cache queried time series data, modify requests to not include previously cached data in order to improve dashboard refresh performance.
Co-authored-by: Galen <galen.kistler@grafana.com>
Co-authored-by: Leon <leon.sorokin@grafana.com>
2023-04-12 13:10:10 -05:00
5197fca70c
remove duplicate exemplars section ( #66398 )
2023-04-12 09:43:44 -07:00
ce00465d9b
fixed broken links ( #66153 )
2023-04-07 11:01:41 -05:00
13e097f3e3
Docs/fix cross account section in cloudwatch doc ( #65572 )
...
* fixed headings
* added Cross-account observability section back
* Update docs/sources/datasources/aws-cloudwatch/query-editor/index.md
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com>
* Update docs/sources/datasources/aws-cloudwatch/query-editor/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* broke out to 2 steps
* changed headings under Configure AWS aut
* changed headings, added link to IAM
* changed headings
* updated link
* formatting fixes
* more formatting fixes
* made requested change
* cleaned up wording
* Update docs/sources/datasources/aws-cloudwatch/query-editor/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/datasources/aws-cloudwatch/query-editor/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/datasources/aws-cloudwatch/query-editor/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* removed new
---------
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2023-04-06 15:35:37 -05:00
6a91f1a9b4
docs: nav related updates for data sources ( #66080 )
...
* nav related text updates for data sources
* fixed table rows
2023-04-06 17:45:45 +01:00
c235ad67e7
CloudWatch Logs: Document logs data protection ( #65967 )
...
* CloudWatch Logs: Document logs data protection
* fix href
2023-04-05 12:20:23 -07:00
2338c31889
Docs: Add traceQuery setting to Tempo provisioning example ( #66050 )
...
Extend tempo provisioning example for TraceID Query settings
2023-04-05 18:12:48 +01:00
a378e34250
fixe broken data source tables ( #66042 )
...
fixed tables
2023-04-05 16:41:47 +01:00
958ce289b2
Loki docs: Use images instead of text description for operation settings ( #65838 )
...
use images instead of text description
2023-04-04 10:52:30 +01:00
1a501bfe2d
Loki docs: Reorder content of the loki docs ( #65798 )
...
* reorder content of the loki docs
* move explain query
2023-04-04 10:51:21 +01:00
ea6aedd10a
docs: nav updates for data sources ( #65873 )
...
* navigation related text updates
* fixed lead-in sentences and indented config options as part of steps
* updated azure managed identity image
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2023-04-03 15:45:28 -05:00
96e9e80739
Prometheus: Browser resource caching ( #60711 )
...
Add cache control headers and range snapping to Prometheus resource API calls.
2023-04-03 09:07:17 -05:00
81d59734ca
Loki docs: remove docs for raw query as it no longer exists ( #65804 )
2023-04-03 14:21:55 +01:00
bf4906ed34
Dashboard Datasource: Update Query List & Improve UX ( #64429 )
...
* Update query display
* Remove links as they don't work
* Remove unused CSS
* Improve styling and add description for data field
* Update docs
* Fix up docs some more
* Move special data sources back to the bottom
* Add language back
* Change order of special datasrouces in docs
2023-04-03 14:27:21 +07:00
5a7602fee4
Docs: Update influxdb provisioning documentation to align with database deprecation ( #65550 )
...
Update influxdb docs to align with database deprecation
2023-03-31 16:33:16 +02:00
10d896d24e
Tracing: Docs and config improvements for Tempo/Jaeger/Zipkin ( #65255 )
...
* Docs and config improvements
* Add note
* Add traceToLogs (v1) in provisioning example
* Remove old provisioning
* PR updates
2023-03-30 07:41:27 +01:00
562d8dba5d
CloudMonitoring: Update sdks to latest ( #65252 )
...
* Upgrade grafana-google-sdk-go to v0.1.0
* Upgrade @grafana/google-sdk to 0.1.1
* Update doc with provisioning example
* Remove unused types
* Use config types from the sdk
* Add metrics
2023-03-29 12:16:28 +02:00
1d38d03d09
docs: panel header updates ( #65073 )
...
* updated all text related to panel actions menu
* removed to do notes and updated intro text for panel inspect
* added screenshot
* added indents
* replaced panel links image and updated intro text
* added missed panel header related updates
* updated panel editor overview image
* chunked out steps per review feedback
2023-03-28 15:04:17 -05:00
0d3e0e7cc4
docs: update elasticsearch grafana play link ( #65280 )
2023-03-28 13:52:19 -05:00
0cff917f2a
Elasticsearch: Removed reference to obsolete esVersion value ( #65415 )
...
* elastic: removed reference to obsolete esVersion value
* removed unused code
* cleaned up tests
2023-03-28 17:04:56 +03:00
0975e53fc0
Docs/updates amazon cloudwatch ( #64987 )
...
* updated AWS to Amazon in the index file
* edited query editor index file -AWS with Amazon
2023-03-23 08:43:21 -07:00
596e5b43d9
Jaeger and Zipkin: Config & docs upgrade ( #64250 )
...
* Jaeger and Zipkin upgrades docs and condig
* Update text
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/tempo/query-editor/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/tempo/query-editor/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/zipkin/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/zipkin/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/zipkin/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Minor text formatting updates
* yarn prettier:write
* Update docs/sources/datasources/zipkin/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
---------
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2023-03-16 08:49:40 +00:00
dca5adeb98
Increase coverage of 'Grafana Cloud' labels ( #64646 )
...
* Add 'Grafana Cloud' label to content
All pages are applicable to both 'Open source' and 'Grafana Cloud'
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Add 'Grafana Cloud' label to administration content with some exceptions
- Enterprise licensing is 'Open source' and 'Enterprise'.
- 'Manage Organizations', 'Provision Grafana', and 'Stats and License' are 'Open source' only.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Remove OSS from enterprise-licensing content
* Apply suggestions from code review
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-03-14 15:49:22 +00:00
2f55911fa3
Fix: Top table rendering and update docs ( #64497 )
...
Fix flame graph in test data and update docs
2023-03-10 13:04:51 +00:00
09f71a6901
MySql Datasource: Improve Tooltips and Documentation ( #64122 )
...
* Add tooltips to Skip TLS and TLS Auth
* Update docs with provisioning examples
2023-03-09 19:50:07 +07:00