Cauê Marcondes
85c643ece9
Elasticsearch: Add default query mode config setting ( #112540 )
...
* elasticsearch: Add default query mode config setting
* doc
* syncing default query mode with url
* addressing PR comments
2025-12-10 15:07:22 +00:00
Andreas Christou
0a51779107
MSSQL: Remove the need for azure_auth_enabled ( #114775 )
...
Remove the need for azure_auth_enabled for MSSQL
2025-12-05 10:42:17 +00:00
Jocelyn Collado-Kuri and ismail simsek
5175beb9ef
Jaeger: Update docs for gRPC endpoint support ( #114714 )
...
* update docs for jaeger grpc support
* add space
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
---------
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
2025-12-02 12:03:25 -08:00
Andreas Christou
a3dacabedf
MSSQL: Current-user authentication ( #113977 )
...
* Moving things around
* Update frontend to support CUA
* Add CUA support to backend
* Copy parseURL function to where it's used
* Update test
* Remove experimental-strip-types
* Docs
* A bit more of a refactor to reduce complexity
* Revert "Remove experimental-strip-types"
This reverts commit 70fbc1c0cd .
* Review
* Docs updates
* Another docs fix
2025-11-26 11:10:54 +00:00
Larissa Wandzura
01eee72c80
DOCS: Fixed PDC link for CloudWatch data source ( #114200 )
...
fixed broken link (refURI) for PDC
2025-11-21 14:22:38 -06:00
Sebastian Gaiser
e6f0107923
Prometheus: Add option to configure "use series endpoint" provisioned data source ( #109852 )
...
* feat(datasources,prometheus): add option to configure 'Use series endpoint' from datasource config
Signed-off-by: Sebastian Gaiser <sebastian.gaiser@hetzner-cloud.de >
# Conflicts:
# docs/sources/datasources/prometheus/configure/_index.md
* Update public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/types.ts
2025-11-18 16:41:13 +01:00
Ida Štambuk
942b847952
CloudWatch: Add anomaly command to language support, add documentation for anomaly queries ( #113311 )
2025-11-07 09:54:24 +00:00
Anna Urbiztondo
0b56628622
Docs: Plugins link to catalog ( #113103 )
...
* Plugins link
* Typo
* Prettier
* Edits
* More edits
2025-10-30 06:33:26 +01:00
Jack Baldry and Misi
e48eaa567e
Restructure IAM documentation ( #112929 )
...
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
2025-10-24 12:54:59 +01:00
Adam Yeats
df305c111e
Elasticsearch: Update documentation to state that Elastic Cloud Serverless is not supported ( #112898 )
...
Elasticsearch: Update documentation to state Elastic Cloud Serverless is not supported
2025-10-23 22:04:36 +01:00
Larissa Wandzura
64f6bd5348
DOCS: Added a warning about using timezone with macros in MSSQL ( #112900 )
...
added warning about using timezone with macros in MSSQL
2025-10-23 16:03:58 -05:00
Adam Yeats
b3a89bbc6c
Elasticsearch: Add Elasticsearch 9 to supported versions ( #111966 )
...
Add Elasticsearch 9 to supported Elasticsearch versions
2025-10-10 17:37:59 +01:00
Larissa Wandzura
725a91e9eb
DOCS: Amazon CloudWatch data source docs revmp ( #109945 )
...
* started new configure doc
* updates to the configure doc
* worked on variables doc
* made edits
* query editor edits
* query editor updates
* continued with updates
* added updates
* additional updates, rewrite of auth doc
* finished query editor updates
* cleaned up the intro doc, added ref URIs to other docs
* some final edits
* more edits prior to PR creation
* ran prettier, added a screenshot
* linter fixes
* updates based on questions doc
* ran prettier
* updates based on feedback
* made more edits based on feedback
* more updates based on feedback
* updates based on feedback
* moved alerting under logs
* ran prettier
2025-10-07 19:21:44 +00:00
Andrew Hackmann and Larissa Wandzura
96c24bc64c
Prometheus: Prom Azure and AWS auth with mig info ( #111142 )
...
* docs for prom type mig
* andreas feedback
* update scripts and add forward settings issue
* make links internal
* prettier
* Update docs/sources/datasources/prometheus/configure/aws-authentication.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
* Update docs/sources/datasources/prometheus/configure/aws-authentication.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
* Update docs/sources/datasources/prometheus/configure/aws-authentication.md
* Apply suggestions from code review
* Update docs/sources/datasources/prometheus/configure/azure-authentication.md
* feedback
* prettier
* clarify the revert script is only for self-hosted
* Update docs/sources/datasources/prometheus/configure/aws-authentication.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
---------
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
2025-10-06 11:31:36 -05:00
Taras and Zoltán Bedi
e7f57446c1
PostgreSQL: Support PGPASSFILE by making password optional ( #108856 )
...
* datasource(postgresql): add support of pgpass file
* remove `required` label for password field
* set `runPostgresTests` back to false
* fix after merge conflict
* add pgx_test
* set `runPostgresTests` back to `false`
* Add `no password` test case to the `pgx_test.go` as well
* fix `postgres_pgx_test.go`
* Update datasource docs
* docs wording
* docs: `datasource` -> `data source`
* Update docs/sources/datasources/postgres/configure/_index.md
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
* run prettier - docs
---------
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2025-09-26 16:23:40 +02:00
Isabella Siu and Larissa Wandzura
e22fec10b6
Update docs for pdc+sigv4 ( #110787 )
...
* Update docs for pdc+sigv4
* Apply suggestions from code review
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
---------
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
2025-09-12 10:59:05 -04:00
Mariell Hoversholm
4497af20b2
docs: fix Prometheus provisioning example ( #110747 )
2025-09-08 09:48:04 +02:00
41f7774ccf
Docs: Fixing broken links in data sources ( #110068 )
...
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
2025-08-26 14:22:05 -05:00
Kim Nylander
2cba22c092
[DOC] Tempo DS: Clone a provisioned data source doc ( #110114 )
...
* Tempo DS: Clone a provisioned data source doc
* Chagnes from prettier
* Update docs/sources/datasources/tempo/configure-tempo-data-source.md
2025-08-26 14:14:41 +00:00
Zoltán Bedi
db0a1bc30f
Remove sqlDatasourceDatabaseSelection feature toggle ( #109391 )
...
* Remove `sqlDatasourceDatabaseSelection` feature toggle
* Update e2e tests
2025-08-12 15:22:30 +02:00
Larissa Wandzura
e6c24e0709
DOCS: Updates to help with UI improvement work ( #109359 )
...
* updates to help with UI improvements
* ran prettier
2025-08-07 15:38:00 -05:00
Larissa Wandzura
0cc636665a
Docs: MSSQL data source overhaul ( #107478 )
...
* created config doc
* updated the config doc
* updates to the configure doc
* updates to configure doc
* updated the templates doc
* more query editor edits
* final edit on templates doc
* final query editor edits and new screenshots
* added tables to configure
* final edits
* final edits
* final edits
* added admonition and updates based on feedback
* ran prettier
2025-07-31 14:44:24 +00:00
Adam Yeats
8fb1483a9f
Elasticsearch: Remove link to Elasticsearch Templated Dashboard from docs ( #108555 )
...
Remove link to Elasticsearch Templated Dashboard from docs
2025-07-30 18:12:59 +00:00
f7f8a52bda
MySQL documentation major improvements ( #107690 )
...
* added keywords and fixed description
* Update (dateColumn) description
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* Mount docs from the current repository
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Clean up variables
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Improve timeFilter and timeGroup macro description
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* Fix timefilter macro example formatting
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* Fix time macro example formatting
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* Remove extra spaces from timefilter macro example
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* Introduce new table and Add examples for time, timeFilter and timeGroup Macros
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* Improve existing examples of timeGroupAlias Macro
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* Remove data frame description
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* fixed the homepage with valid links
Signed-off-by: Usman Ahmad <usman.ahmad@grafana.com >
* Add Table Panel results for Macros
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* fixed and define the configuration part for grafana mysql user
Signed-off-by: Usman Ahmad <usman.ahmad@grafana.com >
* fixed port typo
Signed-off-by: Usman Ahmad <usman.ahmad@grafana.com >
* remove the sqlDatasourceDatabaseSelection based https://github.com/grafana/grafana/issues/105232
Signed-off-by: Usman Ahmad <usman.ahmad@grafana.com >
* added annotation single tag example
Signed-off-by: Usman Ahmad <usman.ahmad@grafana.com >
* Change format type
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* fix minor typos and run prettier
Signed-off-by: Usman Ahmad <usman.ahmad@grafana.com >
* Address Macros specific changes
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* Revert column name and replace URL with version substitution
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
* re-added the text for the feature flag
Signed-off-by: Usman Ahmad <usman.ahmad@grafana.com >
* revert back the changes for the grafana mysql usage
Signed-off-by: Usman Ahmad <usman.ahmad@grafana.com >
* fixed links as per writers toolkit guide
* run prettier
Signed-off-by: Usman Ahmad <usman.ahmad@grafana.com >
* Update docs/sources/datasources/mysql/query-editor/_index.md
thanks
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
---------
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Signed-off-by: Usman Ahmad <usman.ahmad@grafana.com >
Co-authored-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2025-07-30 09:03:44 -05:00
Isabel Matwawana
87464efb16
Docs: Refactor Variables page and improve content ( #108346 )
2025-07-25 14:48:10 -04:00
renovate[bot] and Ashley Harrison
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
Zoe C
c16117df4e
Update Influx Config Options Section in Docs ( #108264 )
2025-07-25 10:25:55 -06:00
Will Browne
cd87bbbdea
Plugins: Remove externalCorePlugins feature toggle ( #108386 )
...
remove externalCorePlugins feature toggle
2025-07-21 13:55:30 +01:00
Joey
96429d7dd8
Tempo: Add time range to tags and tag value requests ( #107872 )
...
* Add time range to tags and tag value requests
* Prettier
* Change timeRangeForTags to number and dropdown with options
* Listen to changes and update docs
* Update docs
* Prettier
* Text updates
* Extract getOptionsV2 params to type
* Use this.tagsForTimeRange
* Docs and move section up
* Prettier
* Update docs
2025-07-21 10:14:44 +01:00
da0f1d7b18
AWS Datasources: Update grafana assume role docs for GA ( #107220 )
...
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com >
2025-07-15 10:59:01 -04:00
Ivana Huckova
5d0f519c0d
Docs: Update min supported Loki version to v2.9+ ( #107853 )
2025-07-10 09:02:53 +02:00
Leon Sorokin
38e1f900e7
TableNG: Specialize cell root and cell content renderers ( #107427 )
2025-07-01 02:38:26 +00:00
Larissa Wandzura
dec2df8379
Docs: Updated the Graphite data source docs ( #105426 )
...
* initial edits
* edits to config doc
* query editor updates
* ran prettier
* updates
* made more updates
* final edits
* ran prettier, updated some descriptions
* a few more quick edits
* one more definition
2025-06-30 21:37:49 +00:00
Zoltán Bedi
9273c603b3
Cloud Monitoring: Add support for service account impersonation ( #107022 )
2025-06-27 17:31:34 +00:00
Andreas Christou
c48a1aba40
Azure: Support scope selection in Resource Graph queries ( #105835 )
...
* Add scope type
* Add scope selector field
* Update docs
* Use the right field component
* Trigger build
* Fix import and increase wait
* i8n
2025-06-27 18:08:55 +01:00
Andreas Christou and Nikolay Tsvetkov
8288e947a8
InfluxDB: Add an optional time range filter for tag queries in the query panel autocompleteInflux tag filter ( #107195 )
...
* InfluxDB: Add an optional time range filter for tag queries in the query panel autocomplete
* Betterer updates
* Update test
---------
Co-authored-by: Nikolay Tsvetkov <nikolay.cvetkov@gmail.com >
2025-06-25 21:37:02 +00:00
ismail simsek
e99e879fe1
Prometheus: Introduce series limit configuration ( #107038 )
...
* introduce series limit configuration
* add docs
2025-06-21 15:40:52 +02:00
Jack Baldry
244ffad99d
Fix all the old usage of admonition syntax ( #106984 )
2025-06-19 17:31:13 +01:00
f6e330b3d7
Alerting: Allow disabling recording rules write for a data source in the UI ( #106664 )
...
Adds a new "Allow as recording rules target" toggle to Prometheus datasource configuration that controls whether the datasource can be selected as a target for writing recording rules.
---------
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
Co-authored-by: Konrad Lalik <konradlalik@gmail.com >
2025-06-17 22:55:45 +02:00
cristian-caloghera
0e7e0b5f29
Prometheus: Add example field for setting the scrape interval in provisioning docs ( #105186 )
...
provision Prometheus: added example field how to set the scrape interval
When using Prometheus as a datasource Grafana can optionally know the scrape interval of Prometheus. In the GUI it is easy to spot, however when provisioning the datasource the example was lacking this information.
This commit adds this missing field as an example.
2025-05-09 18:48:35 +02:00
Isabel Matwawana
543ebd27bf
Docs: Fix broken links ( #105131 )
2025-05-08 15:36:08 +00:00
fa93b3b74c
DOCS: Prometheus data sources documentation overhaul ( #104427 )
...
* initial updates
* additional updates - index and config dos
* made edits, renamed the index files.
* Close unclosed shortcode
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* updated main and config docs
* edits to query editor and templates
* final edits to landing page
* added updates
* made a few additional edits
* edits
* final edits and changes per dev feedback
* reviewed titles and headings; ran prettier
* added ref URIs
* Update docs/sources/datasources/prometheus/template-variables/_index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update docs/sources/datasources/prometheus/configure/_index.md
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
* Update docs/sources/datasources/prometheus/template-variables/_index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* updates based on feedback
* ran prettier
* updates due to feedback
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
2025-05-06 14:02:52 +00:00
Alex Bikfalvi and Kim Nylander
4d7a4eba54
docs: Trace correlations ( #104309 )
...
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
2025-04-29 16:19:32 -04:00
Ida Štambuk
27795ff7bf
ElasticSearch: Improve index pattern error messaging and docs ( #103899 )
2025-04-14 15:55:33 +02:00
Beverly Buchanan and Larissa Wandzura
27245622a9
Docs: Edit Google Cloud Monitoring data source ( #102411 )
...
* changed content organization and created before you begin section
* Update docs/sources/datasources/google-cloud-monitoring/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
---------
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
2025-03-19 17:27:42 -04:00
antonio
0961de396e
docs>getting-started>prometheus ( #102182 )
...
* docs>getting-started>prometheus
* get started page highlight
* spelling
* formatting
* drilldown instead of explore
* node_exporter spelling bypass
* spelling bypass
* metrics support
* typo
* all pretty, no pity
* applied suggestions
* all pretty, no pity2
2025-03-14 21:57:01 +01:00
Isabella Siu and Larissa Wandzura
700f1225df
AWS Datasources: Update grafana assume role docs to remove unnecessary flags ( #101086 )
...
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
2025-03-11 16:09:22 -04:00
Sven Grossmann
8ea6280469
Loki: Removal of Resolution in query editors ( #101860 )
...
Loki: Remove usage of `Resolution` in Annotations
2025-03-10 11:02:10 +01:00
Alyssa (Bull) Joyner
4c5a906c83
Azure Monitor: Filter namespaces by resource group ( #100325 )
2025-03-06 11:41:24 -07:00
Robby Milo
13cf67de53
Remove relref shortcodes ( #101694 )
...
* manually replce all shared relrefs
* relref replace - grafana next
* Merge branch 'master' into robbymilo/relref-replace-grafana-next
* manual fixes
* remove ref shortcode
* Merge branch 'master' into robbymilo/relref-replace-grafana-next
* prettier
* fix test
* update readme
2025-03-06 13:59:08 +01:00