Joseph Perez
f9df1f3051
Docs: Plugins doc reorganization, part 1 ( #69864 )
...
* Initial commit
* Prettier fixes
* Doc-validator fixes part 1
* Doc-validator fixes part 2
* More doc-validator fixes
* More doc-validator fixes
* Test
* link test
* Linnk test
* Link test
* More fixes
* More fixes
* Doc-validator fixes
* Doc-validator fixes
* fix broken link
* Fix
* Testing
* Doc fixes
* Link fixes
* Fix links
* Update docs/sources/developers/plugins/create-a-grafana-plugin/_index.md
Co-authored-by: David Harris <david.harris@grafana.com >
* Testing
* Testing
* Testing
* Testing
* Doc-validator fixes
* Doc-validator fixes
* Doc-validator fixes
* Fix broken links for plugins reorganization project
* Prettier fixes
* Prettier fixes
* Incorporate reviewer feedback
* Link fixes
* Link fixes
* Link fixes
* Link fix
* Deleted space
* Codeowners fix
* Change grafana.com links to absolute URLs for Hugo
---------
Co-authored-by: David Harris <david.harris@grafana.com >
2023-07-05 13:25:11 -05:00
Alfredo
f02e1548d7
Update derived fields provisioning example ( #66027 )
...
* Update derived fields provisioning example
*WHAT*
Update loki derived fields provisioning example:
- Remove `# Right now, Grafana supports only Jaeger and Zipkin data sources as link targets.` comment since it supports other trace data sources as well such as Tempo".
- Add example to include `URL Label` to provide full configuration example that reflects the options visible on the UI.
* Update _index.md
* makes prettier
---------
Co-authored-by: lwandz13 <larissa.wandzura@grafana.com >
2023-07-05 07:08:45 -05:00
Galen Kistler
0817ee00f9
Prometheus: Remove duplicate definition in docs ( #70916 )
...
remove duplicate lines
2023-06-30 13:50:37 -05:00
Shantanu Alsi
72581a77ac
Prometheus: Add disableRecordingRules datasource config ( #70903 )
...
* Add config to toggle recording rules for Prometheus
* Add documentation for Prometheus disableRecordingRules
2023-06-29 18:58:22 +03:00
Brendan O'Handley
8cc8834407
Prometheus: Metrics explorer add docs and image ( #69965 )
...
* add docs and image
* update spelling and image
* titles are in sentence case
* run checks
* add text to differentiate the metrics explorer and the metrics browser
* spelling
* capitalize Prometheus
Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com >
* code mode code style
Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com >
* remove metric select option image tag
* caps for Prometheus
---------
Co-authored-by: lwandz13 <larissa.wandzura@grafana.com >
Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com >
2023-06-29 10:54:08 -04:00
lwandz13
0cd56627db
Docs: Added new configure prometheus file, update index file ( #70845 )
...
* added config prometheus doc
* updated index file
* updated fundamentals exemplars doc validator issue
2023-06-28 07:27:40 -07:00
Galen Kistler
7cb1f6541e
Prometheus: Add capability to filter label names by metric in template variable editor ( #70452 )
...
* Adds new text input in prometheus template variable UI that allows label names function to filter values by metric.
Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com >
2023-06-22 14:11:06 -05:00
Joey
00ec9fceb9
Tempo: Represent OTLP Span Intrinsics correctly ( #69394 )
...
* Span intrinsics
* Update intrinsics and add to span details
* Remove intrinsics section
* Update tests
* Update status code text
* Self review
* Move previously intrinsic values to span
* Remove few methods
2023-06-21 11:39:12 +01:00
Ivana Huckova
55d18361dc
Loki: Deprecate resolution ( #70326 )
...
* Loki: Deprecate resolution and only show it if it was selected before
* Deprecate
* Fix merge, add missing brackets
2023-06-21 12:21:29 +02:00
Ivana Huckova
c07d3c7bdd
Loki: Add documentation for step variable ( #70358 )
2023-06-20 17:54:08 +02:00
Andreas Christou
068236c37f
AzureMonitor: Update docs to detail Azure logs query changes ( #69987 )
...
Update docs to detail Azure logs query changes
2023-06-14 17:10:01 +01:00
Kim Nylander
b38f57d80c
[DOC] Update for query editor live in Cloud ( #69868 )
...
* Update for query editor live in Cloud
* Update docs/sources/datasources/tempo/query-editor/index.md
2023-06-14 11:34:05 -04:00
Soham
a355bafc22
MSSQL: Mention excluded databases in the doc ( #69534 )
...
mention excluded databases in the doc
2023-06-13 14:55:49 +02:00
lwandz13
39fa918492
Docs/update mssql data source config ( #67419 )
...
* updated MSSQL data source doc
* updated MSSQL encrypt setting
* fixed Prometheus type wording
2023-06-08 11:30:09 +02:00
Jev Forsberg
c0a1fc2cbd
SQL Datasources: Reinstate SQL data source behavior around database selection when default configured databases already exist ( #65659 )
...
* badlm0mma/sql_datasource_update/ initial notes
* baldm0mma/sql_datasource_update/ solution
* baldm0mma/sql_datasource_update/ clean datasetSelector
* baldm0mma/sql_datasource_update/ clean up queryEditor.tsx
* baldm0mma/sql_datasource_update/ clewan up queryHeader.tsx
* baldm0mma/sql_datasource_update/ clean up tableSelector.tsx
* baldm0mma/sql_datasource_update/ clean up mysqlDatasource.ts
* baldm0mma/sql_datasource_update/ clean up configurationEditor.tsx
* baldm0mma/sql_datasource_update/ rem conlog from queryEditor.tsx
* baldm0mma/sql_datasource_update/ rem conlog from queryEditor.tsx
* baldm0mma/sql_datasource_update/ remove conlog in tableSelector.tsx
* baldm0mma/sql_datasource_update/ rem conlog in sqlDatasource.ts
* baldm0mma/sql_datasource_update/ update deafult database value in sqlDatasource.ts
* baldm0mma/sql_datasource_update/ update logic to accomidate no preconfig
* baldm0mma/sql_datasource_update/ update props
* baldm0mma/sql_datasource_update/ update prop names
* baldm0mma/sql_datasource_update/ update prop names in tableSelector
* baldm0mma/sql_datasource_update/ update annos in datasetSelector
* baldm0mma/sql_datasource_update/ update naming
* baldm0mma/sql_datasource_update/ update to standard langauae
* baldm0mma/sql_datasource_update/ update prop names
* baldm0mma/sql_datasource_update/ update annos in datasetSelector
* baldm0mma/sql_datasource_update/ remove unused import in tableSelector.tsx
* baldm0mma/sql_datasource_update/ remove addDefaultdataset
* baldm0mma/sql_datasource_update/ reset query when needed
* baldm0mma/sql_datasource_update/ update asymc return val
* baldm0mma/sql_datasource_update/ remove psql query editor
* baldm0mma/sql_datasource_update/ remove con logs in defaults.ts
* baldm0mma/sql_datasource_update/ revert postgres changes
* baldm0mma/sql_datasource_update/ update postgres naming
* baldm0mma/sql_datasource_update/ add altert
* baldm0mma/sql_datasource_update/ update annos and add alerts and alert logic
* baldm0mma/sql_datasource_update/ update postgres nomenclature
* baldm0mma/sql_datasource_update/ update annos and remove con logs
* baldm0mma/sql_datasource_update/ update nomenclature
* baldm0mma/sql_datasource_update/ drone fix
* baldm0mma/sql_datasource_update/ export and format
* baldm0mma/sql_datasource_update/ update docs for mysql datasource with dataset dropdown disable info
* baldm0mma/sql_datasource_update/ update mssql docs
* baldm0mma/sql_datasource_update/ update postgres docs and alert logic
* baldm0mma/sql_datasource_update/ add tests
* baldm0mma/sql_datasource_update/ update docs
* baldm0mma/sql_datasource_update/ update test names
* baldm0mma/sql_datasource_update/ update alert language
* baldm0mma/sql_datasource_update/ correct spelling
* baldm0mma/sql_datasource_update/ update postgres query builder image
* baldm0mma/sql_datasource_update/ update annos
* baldm0mma/sql_datasource_update/ update tests
* baldm0mma/sql_datasource_update/ docs updated
* baldm0mma/sql_datsource_update/ refactor determinePlaceholder
* Update public/app/features/plugins/sql/components/QueryEditor.tsx
spelling
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
* Update public/app/features/plugins/sql/components/QueryEditor.tsx
spelling
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
* baldm0mma/sql_datasource_update/ remove superfluous cleanup data from tests
* baldm0mma/sql_datasource_update/ update spelling
* Update public/app/features/plugins/sql/components/SqlComponents.test.tsx
spelling
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
* baldm0mma/sql_datasource_update/ add logic to prevent db call for tables if dataset it nullish
* baldm0mma/sql_datasource_update/ update alert tests
* baldm0mma/sql_datasource_update/ update button text
* baldm0mma/sql_datasource_update/ update tests to preferred standard
* baldm0mma/sql_datasource_update/add feature flag
* baldm0mma/sql_datasource_update/ update mssql docs
* baldm0mma/sql_datasource_update/ add feature flag to registry
* baldm0mma/sql_datasource_update/ adjust table and dataset dropdown logic
* baldm0mma/sql_datasource_update/ update testing to deal with feature flag
* baldm0mma/sql_datasource_update/ update wioth cascadeDisable
* baldm0mma/sql_datasource_update/ update naming
* baldm0mma/sql_datasource_update/ update tests to reflect enabled feature flag
* baldm0mma/sql_datasource_update/ update annotations
* baldm0mma/sql_datasource_update/ update annos in queryEd
* baldm0mma/sql_datasource_update/ update test names
* baldm0mma/sql_datasource_update/ update anno issues
* baldm0mma/slq_datasource_update/ add query to sqlDatasource with error
* baldm0mma/sql_datasource_update/ update docs language
* baldm0mma/sql_datasource_update/ remove notes to self
* baldm0mma/sql_datasource_update/ add QueryEditorFeatureFlag.utils.ts
* baldm0mma/sql_datasource_update/ update database into json
* baldm0mma/sql_datasource_update/ found file
* Update docs/sources/datasources/mssql/query-editor/index.md
Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com >
* baldm0mma/sql_datasource_update/ update feature flag and toggles
* baldm0mma/sql_datasource_update/ add hasConfigIssue, update annos, rethink disable logic
* baldm0mma/sql_datasource_update/ update warning language
* baldm0mma/sql_datasource_update/ update button content
* baldm0mma/sql_datasource_update/ update jsonData logic in frontendsettings.go
* baldm0mma/sql_datasource_update/ update jsonData logic
* baldm0mma/sql_datasource_update/ update annos in frontendsettings.go
* baldm0mma/sql_datasource_update/ update sql editor docs
* baldm0mma/sql_datasource_update/ update mysql docs
* baldm0mma/sql_datasource_update/ update postgres docs
* baldm0mma/sql_datasource_update/ remove unused code in datasetSelector.tsx
* baldm0mma/sql_datasource_update/ update syntax conventions
* baldm0mma/sql_datasource_update/ add logs
* baldm0mma/sql_datasource_update/ remove unused code
* baldm0mma/sql_datasource_update/ remove conlogs
* baldm0mma/sql_datasource_update/ update tests
* baldm0mma/sql_datasource_update/ add second error to query
* baldm0mma/sql_datasource_update/ run make gen-cue
* baldm0mma/sql_database_update/ lint registry
* baldm0mma/sql_datasource_update/ update registry
* baldm0mma/sql_datasource_update/ upate datasource logic
* baldm0mma/sql_datasource_update/ add logs
* baldm0mma/sql_datasource_update/ add comms to self
* baldm0mma/sql_datasource_update/ comment out false pos tests, and add investigatory comments
* baldm0mma/sql_database_update/ update query error to only test for config change if query was made in "builder" mode
* baldm0mma/sql_datasource_update/ update annos in frontendsettings.go
* baldm0mma/sql_datasource_update/ update error logic to datasource
* baldm0mma/sql_datasource_update/ remove alerts from query editor
* baldm0mma/sql_datasource_update/ remove unused imports
* baldm0mma/sql_datasource_update/ update tests
* baldm0mma/sql_datasource_update/ remove comments
* baldm0mma/sql_datasource_update/ remove logs in queryGroup.tsx
* baldm0mma/sql_datasource_update/ remove outdated annotation in datasetSelector.tsx
* baldm0mma/sql_datasource_update/ remove superfluous test and update test description
* baldm0mma/sql_datasource_update/ remove feature flag
* baldm0mma/sql_datasource_update/ add back feature flag
* baldm0mma/sql_datasource_update/ update to enums
* baldm0mma/sql_datasource_update/ update panel caps
* baldm0mma/sql_datasource_update/ update dataset selector to default update the database correctly
* baldm0mma/sql_datasource_update/ move onChange into conditional
* baldm0mma/sql_datasource_update/ add logic for previous datasets choice
* baldm0mma/sql_datasource_update/ add back previous logic for assigning default datasets
* baldm0mma/sql_datasource_update/ update useEffect dep array
* baldm0mma/sql_datasource_update/ remove feature toggle
* baldm0mma/sql_datasource_update/ add feature toggle
---------
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com >
2023-06-06 10:28:52 -06:00
Kim Nylander
34ba2ddd84
[DOC] Tracing: Add doc for Tempo Search query ( #68923 )
...
* Add doc for Tempo Search query
* Updates for wording and images
* Add note to Explore about query editor for tracing
* Fix prettier
* Apply suggestions from code review
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/shared/datasources/tempo-search-traceql.md
* Changes from prettier
* Update docs/sources/shared/datasources/tempo-search-traceql.md
* Update docs/sources/shared/datasources/tempo-search-traceql.md
* Updates from prettier
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2023-06-06 08:46:43 -05:00
Isabel
52da729c83
docs: update TestData screenshots ( #69472 )
...
updated screenshots
2023-06-02 14:35:58 -04:00
lwandz13
5ac56bcb28
update prometheus template variables doc ( #69335 )
...
* edits for clarity
* added 2 new sections on query variable options
* Update docs/sources/datasources/prometheus/template-variables/index.md
Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com >
---------
Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com >
2023-06-01 11:33:48 -07:00
Jack Baldry
f29b058927
Update cascading front matter to use sequence form ( #67094 )
...
* Update cascading front matter to use sequence form
The map form does not override the sequence form that is used in the website repository to specify the default labels.
For more information, refer to https://github.com/grafana/writers-toolkit/pull/234 .
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Remove useless alias
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update labels for pages noted in code review
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Move all product labeling to the project index file
All changes can be made in a single place.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Move all individual page product labels to project index file
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Shorten YAML
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Add newlines to aid readability
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Document front matter ordering
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Rewrite labels for breaking-changes pages
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* updated labels for whats new and breaking changes
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com >
2023-05-31 16:52:03 +01:00
lwandz13
4a84633773
Fix opentsdb table format ( #69281 )
...
* fixed table formatting
* changed opentsdb to OpenTSDB
* cleaned up wording
2023-05-30 13:38:52 -07:00
Tom Wilkie
b5d4f307fc
Document our support policy for Elastic ( #67495 )
...
* Document our support policy for Elastic
* Update docs/sources/datasources/elasticsearch/_index.md
* Fix lint
---------
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com >
2023-05-30 11:05:50 +02:00
enginecan
6758fd4888
MySQL: Add option to allow cleartext passwords ( #63232 )
...
* Add "Allow Cleartext Passwords" checkbox to MySQL connection settings
* Fix lint issues
* Add docs
* Add line break and bold text
---------
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2023-05-26 12:33:55 +02:00
lwandz13
3edeafa663
update prometheus query editor doc ( #68595 )
...
* initial updates to outdated info
* minor edits prior to draft PR
* commented out options no longer available
* additional edits
* removed tables, changed format to list
* updated code mode section
* finished edits to builder mode
* added revisions per Brendan
* removed commented out section
* added note short codes
2023-05-24 12:10:02 -07:00
Andrej Ocenas
b9ee723bb7
Pyroscope: Fix some phlare mentions in the docs ( #68846 )
2023-05-23 10:38:15 +02:00
Ivana Huckova
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
Matt Dodson
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
Andreas Christou
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
Krishna Dutt Panchagnula
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
Fiona Liao
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
Andreas Christou
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
Andrej Ocenas
dd80471a92
Docs: Rename Phlare to Grafana Pyroscope ( #67224 )
2023-05-12 10:38:15 +02:00
lwandz13
c9e5c229ec
updated screenshots, links and some wording ( #67864 )
2023-05-09 13:07:03 -07:00
Shirley
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
mallettjared
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
Ivana Huckova
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
Zoltán Bedi
a5e3157540
Docs: Fix help docs for SQL datasources ( #66749 )
...
Fix example queries for SQL datasources
2023-04-25 14:05:49 +02:00
Galen Kistler
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 7cb4d65584 .
2023-04-24 12:59:27 -05:00
Galen Kistler
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
Gábor Farkas
53d5a996b8
Elasticsearch: Update required database version to 7.16 ( #66928 )
...
elasticsearch: update database requirements
2023-04-21 13:37:04 +02:00
Joey
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
Gareth Dawson
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
Leon Sorokin
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
lwandz13
1e53b29eee
removed duplicate query data source section ( #66605 )
2023-04-17 06:36:30 -07:00
Kyle Cunningham
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
Joey
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
Gareth Dawson
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
Joey
85b56d4f52
Tracing: Update provisioning docs ( #66055 )
...
Update provisioning docs
2023-04-13 14:42:11 +01:00
Gareth Dawson
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
Leon Sorokin
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
lwandz13
5197fca70c
remove duplicate exemplars section ( #66398 )
2023-04-12 09:43:44 -07:00