6bb7ab261a
AzureMonitor: User authentication support ( #81918 )
...
* Stub out frontend user auth
* Stub out backend user auth
* Add context
* Reorganise files
* Refactor app registration form
* Alert for user auth service principal credentials
* AzureMonitor: Add flag for enabling/disabling fallback credentials for current user authentication (#82332 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Update azure-sdk
* Fix lint
* Update test
* Bump dependency
* Update configuration
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Docs review
* AzureMonitor: User authentication frontend updates (#83107 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Add alerts to query editor
- Add authenticatedBy property to grafana/data
- Update mocks
- Update query editor to disable it under certain circumstances
- Update tests
* Add separate FallbackCredentials component
- Reset AppRegistrationCredentials component to only handle clientsecret credentials
- Update AzureCredentialsForm
- Update selectors
- Update tests
- Update credentials utility functions logic
* Alert when fallback credentials disabled
* Update condition
* Update azure-sdk
* Fix lint
* Update test
* Remove unneeded conditions
* Set auth type correctly
* Legacy cloud options
* Fix client secret
* Remove accidental import
* Bump dependency
* Add tests
* Don't use VerticalGroup component
* Remove unused import
* Fix lint
* Appropriately set oAuthPassThru and disableGrafanaCache properties
* Clear azureCredentials on authType change
* Correctly retrieve secret
* Fix bug in authTypeOptions
* Update public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* Update public/app/plugins/datasource/azuremonitor/components/QueryEditor/QueryEditor.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* Update public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* Add documentation links
* Fix broken link
---------
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* AzureMonitor: Update docs for current user authentication (#83440 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Add alerts to query editor
- Add authenticatedBy property to grafana/data
- Update mocks
- Update query editor to disable it under certain circumstances
- Update tests
* Add separate FallbackCredentials component
- Reset AppRegistrationCredentials component to only handle clientsecret credentials
- Update AzureCredentialsForm
- Update selectors
- Update tests
- Update credentials utility functions logic
* Alert when fallback credentials disabled
* Update condition
* Update azure-sdk
* Fix lint
* Update test
* Remove unneeded conditions
* Set auth type correctly
* Legacy cloud options
* Fix client secret
* Remove accidental import
* Bump dependency
* Add tests
* Don't use VerticalGroup component
* Remove unused import
* Update docs
* Fix lint
* Appropriately set oAuthPassThru and disableGrafanaCache properties
* Clear azureCredentials on authType change
* Correctly retrieve secret
* Feedback
* Spelling
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
---------
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Docs review
* Update docs with additional configuration information
* Fix to appropriately hide the query editor
* Typo
* Update isCredentialsComplete
* Update test
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
2024-03-19 16:32:24 +00:00
447e72fe43
Docs: Add information about supported Loki versions by Loki data source ( #84376 )
...
* Docs: Add Loki supported versions
* Update
2024-03-13 16:03:20 +01:00
1f2e9a544d
Tempo: Remove Loki tab ( #84346 )
...
* Update docs
* Remove loki tab from config settings
* Remove loki query field
* Remove loki search from ds, resultTransformer, tracking and tests
* Cleanup removal of loki search
* Remove loki section from query editor docs
* Remove search type
2024-03-13 14:22:20 +00: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
297d73a7df
InfluxDB: Add configuration option for enabling insecure gRPC connections ( #83834 )
...
* InfluxDB: add configuration option for enabling insecure gRPC connections
* fix: add insecureGrpc to InfluxOptions
* rename options label 'gRPC' -> 'Connection'
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
* update docs: rename options label 'gRPC' -> 'Connection'
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
* default insecure connection boolean to false in frontend
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
* run prettier:write
---------
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
2024-03-12 13:36:11 +01:00
01c8b7b611
Documentation: Updated yaml for influxdb data sources ( #84119 )
...
* Update _index.md
Updated instructions for influx v2
* Added version:SQL to influx v3 example in _index.md
2024-03-11 12:55:21 +01:00
544bff2539
Docs/datasources usman ( #83712 )
...
* changed tags from oss to enterprise and cloud
* added Dashboard Panel example
* swapped the all-grafana-umbrella information to the correct page
* added minor visibility improvements in steps
* made some minor adjustments
* added minor improvements
* fixed a link
* updates links
* Apply suggestions from code review
thanks for the improved suggestions. looks more better
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* fixed links
* fixed Grafana Enterprise link
* run prettier
* fixed add a data source links
---------
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-03-06 08:50:49 -06:00
57935250fd
[DOC] Add profile-traces intro material; update Pyroscope data source info ( #83739 )
...
* Add profile-traces intro material; update Pyroscope data source info
* Apply suggestions from code review
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Updates and file rename from review
* Add PYROSCOPE_VERSION
* Apply suggestions from code review
* Format tables
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Apply suggestions from code review
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com>
* Apply suggestions from code review
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com>
2024-03-04 10:03:33 -05:00
9e12caebc7
Docs: typo fix (remove an extra parenthesis) ( #83811 )
2024-03-04 10:14:37 +00:00
2a429cd7db
Fix typos ( #83621 )
...
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-02-29 10:47:22 +00:00
58b0323bbb
Fix linting of docs file ( #83441 )
2024-02-26 21:03:13 +01:00
f209a5a8b8
fix typos ( #83414 )
2024-02-26 10:52:44 -07:00
62163f8844
[DOC] Tempo data source: fix broken link and clarify traces to profile ( #83135 )
...
* Update Tempo data source to fix broken link
* Correct profiles content
* Move explanation table up
* Chagnes from prettier
* Resolve conflict
2024-02-22 16:22:00 -06:00
ee5dc14e17
Tempo: Remove trace to metrics feature toggle ( #82884 )
...
* Remove trace to metrics feature toggle
* Fix after merge
2024-02-22 13:30:41 +00:00
8e7c9f6587
Adding Grafana for Beginners video to doc ( #82710 )
2024-02-15 10:14:21 -08:00
815e61258c
[DOC] Update Pyroscope data source ( #82130 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-02-12 08:34:36 +00:00
96301ce533
Tempo: Trace to metrics docs ( #81548 )
...
* Trace to metrics docs and share variables that can be used in query section
* Update text
* Add span start/end
* Update docs/sources/shared/datasources/tempo-traces-to-profiles.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/tempo/configure-tempo-data-source.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/datasources/tempo/configure-tempo-data-source.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update text
* Update docs/sources/datasources/tempo/configure-tempo-data-source.md
---------
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2024-02-06 08:58:08 +00:00
2d25ce8aab
chore: update typos found in docs ( #81850 )
2024-02-05 21:46:35 +02:00
5c0d7749eb
Add timeout parameter to the example ( #80921 )
...
Adding the http timeout parameter to the example to know where is needed in the yaml configuration.
2024-01-30 23:01:25 +02:00
df59f01cc3
Update Trace to Logs docs in configure-tempo-data-source.md ( #79913 )
...
* Update configure-tempo-data-source.md
Trace to logs documentation is unclear on a couple things. I think the context I've added will help people get things working a little easier.
* remove misunderstanding.
* Adds commas
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
---------
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2024-01-30 22:36:29 +02:00
da8eb8faa5
[DOC] Fix style issues and add videos to tracing and profiling shared files ( #81215 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Ryan Perry <Rperry2174@gmail.com>
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
2024-01-30 10:41:33 +00:00
467f293948
Tempo: Upgrade trace to profiles docs ( #81002 )
...
* Update docs to use embedded flame graph image
* Update headings
* Update link type
* Add embedded flame graph content
* Minor text changes
* Add provisioning example
* Move configure table into section
* Add configure section
* Update provisioning example
* Update docs/sources/shared/datasources/tempo-traces-to-profiles.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/shared/datasources/tempo-traces-to-profiles.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update wording
---------
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2024-01-26 10:56:46 +00:00
1d25039674
[DOC] Fix broken link tempo data source ( #81126 )
...
* Fix broken link tempo data source
* Use docs/reference shortcode
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-01-24 16:47:35 -06:00
d8c96b4406
[DOC] Adds best practices for tracing doc ( #80924 )
...
* Adds best practices for tracing doc
* Update docs/sources/datasources/tempo/tracing-best-practices.md
2024-01-23 12:36:45 -08: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
9f2775e771
Update _index.md ( #79606 )
...
Just suggesting a typo fix - change "an telemetry" to "a telemetry"
2024-01-18 08:10:01 -06:00
3aa228f50c
Update _index.md with the correct number of bullets. ( #80382 )
...
There are 4 bullets but the text mentions 3.
2024-01-16 11:10:16 -06:00
e2b706fdd3
Jaeger: Add service dependency graph support ( #72200 )
...
* Jaeger: Add service dependency graph support
Add support for visualizing Jaeger's service dependency graph via the
Jaeger data source. Per the discussion[1], this is done by proxying the
internal Jaeger HTTP API endpoint used by Jaeger's own UI for fetching
graph data, and transforming it into a format suitable for the node
graph panel in Grafana.
---
[1] https://github.com/grafana/grafana/discussions/52035
* Small lint fixes
* Type fix
---------
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
2024-01-15 13:02:00 +01:00
458bfb8d01
Docs: Clarify cloud auth method ( #80176 )
...
added some clarification around auth method for cloud
2024-01-09 10:35:22 -06:00
df204a9563
Loki: Add documentation for label
derived field ( #80218 )
2024-01-09 16:07:04 +01:00
b2b4e8f68d
MySQL: Update documentation around timezone ( #79213 )
...
* MySQL: Update documentation around timezone
* Update docs/sources/datasources/mysql/_index.md
Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com>
* Update formatting
* see -> refer to
---------
Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com>
2024-01-04 12:28:00 +02:00
8c7639738d
Docs: Add InfluxDB SQL query language docs ( #79591 )
...
* update sql docs
* add note
* add macro docs
* prettier
* prettier again
2023-12-19 13:27:16 +01:00
17f3bbe4a1
Fixed broken url link for applying annotation in this doc page ( #78673 )
...
* Fixed broken url link
Fixed the incorrect link for applying annotation to the correct documentation page
* fixed the links using Shortcodes
fixed the [annotate visualizations] links using Shortcodes
* Prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2023-11-27 15:19:51 +01:00
49d6066609
[DOC] Add traces to profiles ( #77844 )
2023-11-09 22:33:45 +01:00
f7361a2755
Chore: Update TestData README ( #77607 )
...
Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com>
2023-11-09 10:03:00 +01:00
22035565d2
SQL: Add timeFilter macro to query builder ( #74575 )
...
* Add timeFilter macro to query builder
* Only render SQLWhereRow when fields are there
* Change the default query to timeseries and remove 50 limit
* Add timeFilter macro for the first time when timeSeries
* Add test for timeFilter macro
* Lint fix
* Annotation query format should be table
* Set order by as default
* Revert changes that made time series default
* Fix e2e test
* Fix e2e test
* Make sure to reset the date value when operator is changed
* Add docs
2023-11-09 09:23:26 +01:00
224279fe0e
[DOC] Add videos for Tempo data source ( #77534 )
...
* Add videos for Tempo data source
* Update docs/sources/datasources/tempo/span-filters.md
* Update docs/sources/datasources/tempo/span-filters.md
2023-11-03 09:17:15 -07:00
b2eda16023
Docs: Updates based on UI changes, support request ( #76907 )
...
* added additional links on Lucene queries
* cosmetic updates to query editor
* updated config doc to reflect UI changes
* removed Explore elements from query editor doc
* ran prettier
2023-10-24 08:42:40 -05:00
d25163a645
fix: Verification typo ( #73137 )
...
* fix: Verification typo
* fix: change to verification
2023-10-10 08:11:37 -07:00
ad851ea952
Cloudwatch: Add Documentation on Temporary Credentials ( #75178 )
...
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
2023-10-03 16:15:50 -04:00
2b83d7a168
Docs: Fix link to developing plugins ( #75816 )
...
* Docs: Fix link to developing plugins (#75788 )
* Update docs/sources/administration/data-source-management/index.md
* Update docs/sources/administration/data-source-management/index.md
* Apply suggestions from code review
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2023-10-03 09:57:53 -05:00
03585279e9
Update Azure docs ( #75085 )
...
* Update Azure docs
* Add ref to query editor
2023-10-02 17:29:31 +01:00
0a298693a2
Docs: Minor link fixes or enhancements related to plugin docs ( #75839 )
...
Minor link fixes or enhancements
2023-10-02 09:23:52 -07:00
5e21e7019c
Fix some links in data sources documentation ( #75813 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-10-02 14:17:56 +01:00
5796836662
Azure: Add support for Workload Identity authentication ( #75681 )
...
* Update Azure Monitor
* Update Prometheus
* Update README
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Beverly <131809838+BeverlyJaneJ@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Beverly <131809838+BeverlyJaneJ@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Beverly <131809838+BeverlyJaneJ@users.noreply.github.com>
* README updates
* Fix prettier
* memoize options
---------
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
Co-authored-by: Beverly <131809838+BeverlyJaneJ@users.noreply.github.com>
2023-09-29 12:35:11 +03:00
0e2b741fc3
Docs: Remove old plugin docs, fix URLs to go to new dev portal ( #75325 )
...
* Remove old plugin docs, add redirects to new dev portal
* Restore plugin.schema.json file
* Update docs/sources/administration/plugin-management/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* More updates
* Cleanup links
* Update docs/sources/alerting/fundamentals/evaluate-grafana-alerts.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* fix codeowners
* Change reference links to inline links to avoid 404s
* Update docs/sources/datasources/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/datasources/mysql/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/datasources/postgres/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/fundamentals/timeseries-dimensions/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/panels-visualizations/configure-standard-options/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Remove grafana.com from 2 URLs
* Fix 1 more reference link
* Prettier fix
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2023-09-29 07:43:48 +01:00
bd452fe904
Trace View: Remove "deployment.environment" default traces 2 logs tag ( #74986 )
...
* Remove deployment.environment default tag
* format
* remove mentions from docs
2023-09-26 16:52:32 +03:00
c955eff1cb
Docs: Fix Tempo link errors ( #75169 )
...
* fix configure it broken link
* fixed configure Grafana agent link
* fix service graph link
2023-09-22 08:55:58 -05:00
f7aab06e23
Pyroscope: Remove support for old pyroscope ( #74683 )
2023-09-19 10:09:28 +02:00
b779ce5687
AzureMonitor: Improve Log Analytics query efficiency ( #74675 )
...
* Promisify loading schema
- Move schema loading to LogsQueryEditor
- Improve typing
- Switch callbacks to promises
* Update types
* Refactor backend for new props
- Rename intersectTime
- Support setting timeColumn
- Add additional properties to logs request body
* Update applyTemplateVariables
* Update set functions
* Add new TimeManagement component
* Update LogsQueryEditor
* Hardcode timestamp column for traces queries
* Ensure timeColumn is always set for log queries
* Update tests
* Update frontend tests
* Readd type to make migration easier
* Add migration
* Add fake schema
* Use predefined type
* Update checks and defaults
* Add tests
* README updates
* README update
* Type update
* Lint
* More linting and type fixing
* Error silently
* More linting and typing
* Update betterer
* Update test
* Simplify default column setting
* Fix default column setting
* Add tracking
* Review
- Fix typo on comment
- Destructure and remove type assertion
- Break out await into two variables
- Remove lets and rename variable for clarity
2023-09-18 18:38:39 +01:00