c94f930950
Update dependency prettier to v3.6.2 ( #108689 )
...
* Update dependency prettier to v3.6.2
* run prettier
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2025-07-25 17:47:44 +01:00
5bfed408ed
SQL Expressions: Enable Auto-complete ( #106511 )
...
* First draft autocomplete
* Better naming
* Change suggestion to table/column population
* Remove all suggestions, just use table/column population but trigger on space
* Gate feature flag behind a feature flag
* Reorganize and add function list
* Add blurb about autocomplete to docs
* Update public/app/features/expressions/utils/metaSqlExpr.ts
Co-authored-by: Alex Spencer <52186778+alexjonspencer1@users.noreply.github.com>
* Add try catch, remove promise resolve
---------
Co-authored-by: Alex Spencer <52186778+alexjonspencer1@users.noreply.github.com>
2025-07-23 16:49:58 -05:00
91825be1dd
add data transformations learning journey to transform data docs ( #108325 )
...
* add data transformations learning journey to transform data docs
* add shortcode to typescript file instead
2025-07-21 13:43:33 +01:00
f657fc0236
Transformations: Allow count aggregation for groupBy field ( #108079 )
...
* feat(transformations): allow groupBy aggregation
* add some details to the documentation
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Kristina Durivage <kristina.durivage@grafana.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2025-07-16 12:39:19 +02:00
f460e02913
Transformations: GA the Regression transformation ( #106074 )
...
* First draft of removing flag, regenerating flags and content
* Add description to catalog entry
* fix gdev dashboard
2025-07-01 08:59:22 -05:00
ac2d2bb2b1
Transformations: Leave first time field out of sort for organize fields ( #106862 )
...
* Fix docs
* Remove first time field from sorting for consistent indexing, add margin to radio
* integrate in with sort
* find first
* Move lonely test to proper block, add test for logic change, refine logic
* bonus points
2025-06-20 13:45:07 +00:00
244ffad99d
Fix all the old usage of admonition syntax ( #106984 )
2025-06-19 17:31:13 +01:00
5e9bb9f506
Transformations: Add "Auto" mode to Organize Fields ( #103055 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Paul Marbach <paul.marbach@grafana.com>
2025-06-17 11:29:11 -05:00
c00caa2fb2
Transformations: Add time filtering to filter by value ( #101591 )
...
* WIP - time filtering
* Replace variable test
* Change tests
* Validator is already tested
* Change test to match evaluation
* Add line to docs
* Revert "Add line to docs"
This reverts commit 783f247c33e854e00a72a42c5d04eee3aa923a5a.
* Put transformations docs update in the right place, cannot build without an update, WIP
* Run build
* Use regex test and rewind
* Does this help
* make config optional
2025-06-16 14:27:34 -05:00
bc3679957b
Transformations: Add documentation around new behavior of Calculate field ( #104429 )
...
* Docs changes
* remove generated placeholder for binary ops with variables
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2025-05-22 09:43:35 -05:00
59cb0176bc
Docs: removed backslashes in SQL code in SQL expressions doc ( #105009 )
...
* removed backslashes in SQL code
* fixed SQL
2025-05-06 10:41:20 -05:00
eafba2b023
Docs: New SQL expressions doc ( #104908 )
...
* reorged content
* made several edits
* some final cleanup
* vale linter changes
* linter change
* ran prettier
---------
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
2025-05-05 16:45:53 +00:00
38aee2dfa2
Internationalisation: More automatic markup ( #103203 )
...
* easy changes
* couple of tweaks + translations
* update e2e tests
* kick CI
2025-04-02 10:03:12 +01:00
bb8392c9a1
Transformations: Correct documentation around prepare time series ( #102553 )
...
* Correct documentation around prepare time series
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2025-03-22 14:25:12 -05:00
3a3f781dcf
Docs: Add dashboard variables content ( #101733 )
...
* Added variables section
* Updated transformations file and Makefile
* Finished Dashboard variables in transformations section
2025-03-07 09:55:39 -05:00
2370fbffc2
Docs: Remove unnecessary underscore ( #97048 )
2024-11-26 10:06:27 -05:00
a88c681008
Docs: Add example image to RegExp extract fields option ( #97007 )
2024-11-25 15:34:07 -05:00
dc97e60323
Add example to Extract fields RegExp option ( #96946 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2024-11-23 00:15:20 +02:00
f9eb013334
Transformations: Preserve base threshold when using Config from query results ( #96781 )
...
* Merge in default threshold base if exists
* Fix tests to not expect default threshold
* Add config from query example to gdev
* Add a test around the merging of thresholds
* Revert "Add config from query example to gdev"
This reverts commit a239224ebbd311c33fa445c9a99502262eaa0215.
* update gdev
* Add note about keeping the base threshold
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Merge in generated code
---------
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-11-21 12:46:29 -06:00
33bf94f4d2
Transformations: Add RegExp option to Extract fields transformer ( #96593 )
2024-11-19 22:04:31 +02:00
0c73403e00
Docs: initial pruning of outdated versioning info ( #95212 )
...
* initial pruning of outdated versioning info
* removing erroneous file
2024-10-24 09:42:04 -05:00
c12a662f9f
Transformations: Allow negatives in limit ( #94746 )
...
* Allow negatives in limit
* Add test
2024-10-17 13:13:00 -05:00
e6f359f90b
Transformations: Binary operation on all numbers ( #92172 )
...
* Transformations: Binary operation on all numbers
* Handle replaceFields option
* Change left clear out to string
* Handle time field
* Fix filtering
* Update new field names to remove double space
* Add tests
* Add BinaryValue interface and update editor
* Fix initial behavior
* Rollback rendering standards
* Add ctx interpolate
* Fix fixed value variable
* Add function to convert old binary value type
* Update tests for new structures
* Add bullet for all number field option
* baldm0mma/run content build script
* Disable alias control for type matching
2024-09-12 08:50:23 -07:00
d817ee9b99
Docs: Add example to transpose transformation ( #91823 )
2024-08-13 10:22:56 -04:00
8bb548e17b
Transformations: Add 'transpose' transform ( #88963 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2024-08-10 02:57:26 +03:00
fc1139e51a
Transformations: Promote format string as generally available ( #91161 )
2024-07-31 05:10:07 +03:00
0423c67495
Transformations: Promote add field from calc stat function cumulative and window calcs as generally available ( #91160 )
2024-07-31 03:30:24 +03:00
1ee9df8ac6
Docs: Update group to nested tables transformation header to match naming in UI ( #90458 )
2024-07-16 09:31:17 -04:00
d6b39498d0
Docs: Fix typo in text ( #89325 )
2024-07-04 12:09:21 -04:00
ef921fee3d
Document Unix ms format for time type parsing ( #89147 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-06-19 17:19:40 +03:00
7b02cfddd8
Fix typo in dashboard-variables destinations and also use Grafana Cloud docs if they exist ( #89244 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2024-06-14 17:27:22 +01:00
f5468542ba
Use ref URIs with the reference style links ( #89204 )
...
* Use ref URIs with the reference style links
If I remember correctly, the UI needs reference style links so it can substitute its own link destinations.
ref URIs work both inline and as the destination for reference style links.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Remove unused ref URI
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Remove unused Data frames link
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2024-06-14 15:44:29 +01:00
6744dae806
Ensure all Panels and visualizations pages have /docs/grafana links too ( #88165 )
2024-05-22 15:40:20 +01:00
c16699e70d
[docs/sources/panels-visualizations] Replace docs/reference shortcode with ref URIs ( #88081 )
2024-05-21 16:16:47 +01:00
9bd44aed2e
Transformations: Fix true inner join in joinByField
transformation ( #87409 )
...
* baldm0mma/inner_join_fix/ init commit
* baldm0mma/inner_join_fix/ first attempt at an tabular inner join
* baldm0mma/inner_join_fix/ add innerTabular
* baldm0mma/inner_join_fix/ add innerJoin option to editor
* baldm0mma/inner_join_fix/ add editor option
* baldm0mma/inner_join_fix/ update joinInnerTabular function behavior
* baldm0mma/inner_join_fix/ add js docs
* baldm0mma/inner_join_fix/ update jsdocs
* baldm0mma/inner_join_fix/ update docs
* baldm0mma/inner_join_fix/ remove unused console.logs
* baldm0mma/inner_join_fix/ update tests
* baldm0mma/inner_join_fix/ simplify getValue
* baldm0mma/inner_join_fix/ update tests
* baldm0mma/inner_join_fix/ update docs builder
* baldm0mma/inner_join_fix/ add tables to Outer join (for tabular data)
* baldm0mma/inner_join_fix/ update docs
* baldm0mma/inner_join_fix/ build docs
* baldm0mma/inner_join_fix/ remove innertab for inner
* baldm0mma/inner_join_fix/ rename innertab
* baldm0mma/inner_join_fix/ update tests
* baldm0mma/inner_join_fix/ rem con logs
* baldm0mma/inner_join_fix/ rem comment
* baldm0mma/inner_join_fix/ rem sample data
* baldm0mma/inner_join_fix/ remove irrelevant test
* baldm0mma/inner_join_fix/ update docs
* Update packages/grafana-data/src/transformations/transformers/joinDataFrames.test.ts
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com>
* baldm0mma/inner_join_fix/ update test description
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-05-09 11:00:59 -06:00
ad679c62c6
Docs: Update example docs for rename by regex
( #86627 )
...
* baldm0mma/update_regex/ update example docs
* baldm0mma/ push ts
* baldm0mma/update_regex with new exmaples
* baldm0mma/update_regex/ update images
* baldm0mma/regex_update/ update text
2024-04-19 21:04:54 +02:00
c450d61d32
docs: query data/relative time range override play link ( #86213 )
2024-04-15 15:51:13 -04:00
b14525a402
Transformations: Update docs for "Filter data by values" substring matcher ( #84619 )
...
* baldm0mma/substring/ update docs
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* baldm0mma/substring/ skip 1st test
* baldm0mma/substring/ unskip
* baldm0mma/substring/ update skip
* baldm0mma/substring/ update anno
* baldm0mma/substring/ unrelated spelling error
* baldm0mma/substring/ update annos
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-03-19 10:17:34 -06:00
154896b47e
Docs: Update documentation for Elasticsearch ( #84350 )
...
* Docs: Update documentation for Elasticsearch lucene query
* Update docs/sources/datasources/elasticsearch/query-editor/index.md
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
* Update docs/sources/datasources/elasticsearch/query-editor/index.md
---------
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
2024-03-13 12:25:28 +02:00
c88accdf99
Transformations: Docs for Group to nested table ( #83559 )
...
* Start group to nested table docs
* Group to nested table docs
* Remove dead content
* Update docs content
* codeincarnate/nested-table-docs/ run formatter
* Update punctuation (thanks Isabel 🙏 )
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Update wording and structure ((thanks Isabel 🙏 )
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* More wording and structure changes (thanks Isabel 🙏 )
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Escape backticks
* Add imagery
* Add generated docs
* Language updates
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Language updates
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Language updates
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Update formatting
* Rebuild transformation docs
---------
Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-03-04 23:31:00 +02:00
3121fce305
Timeseries to table transformation: Improve Documentation ( #83647 )
...
* Flesh out timeseries to table docs
* Add generated documentation
* Update docs
* Fix spelling
* Fix link formatting
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Update language
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-03-04 22:57:47 +02:00
f18b9ddac6
Docs: add information about filtering for annotations ( #82957 )
...
* Added information about filtering for annotations
* Update generate-transformations.ts
2024-02-20 08:46:38 -05:00
832eda7963
Add missing step ( #82066 )
2024-02-07 15:01:54 +00:00
3409e0ea5a
Prometheus: Invest in tests and docs for min interval or min step explanation ( #80165 )
...
* add clearer comment for function def
* update test to reflect change in range for 1w step
* clarify docs
* add more clarity
* add explanation to query options min interval and link to min step
* Update docs/sources/panels-visualizations/query-transform-data/_index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2024-01-22 08:44:46 -06:00
583b9797af
Transformations: Move moving average, regression analysis and format string transformations to public preview ( #80067 )
...
* move transformation features to public preview
* update docs
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* fix formating of ffs
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2024-01-05 19:39:02 +01:00
9c3c49e48e
Docs: rebuilt markdown file ( #79660 )
...
Rebuilt markdown file
2023-12-18 20:54:55 +02:00
110a41b3db
Transformations: Move moving average and cumulative sum to private preview ( #79495 )
...
* Move moving average and cumulative sum to private preview
* update docs
* rebuild docs
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com>
---------
Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com>
2023-12-18 16:46:03 +01:00
cacae6a43b
Transformations: Move formatString transformation to private preview ( #79498 )
...
* Move moving average and cumulative sum to private preview
* update docs
* move formatString to private preview
* rebuild docs
* undo changes that don't belong to this commit
* undo cumulative/window featureflag
* fix case
2023-12-15 11:27:01 +01:00
b5dc4667f7
Transformations: Move regression analysis transformation to private preview ( #79500 )
...
* move regression analysis transformation to private preview
* fix case
2023-12-15 11:26:39 +01:00
cefd95f06e
Docs: add missing alt text ( #79537 )
...
Added missing alt text
2023-12-14 15:22:13 -05:00