mirror of https://github.com/grafana/grafana.git
				
				
				
			[DOC] Add connection URL info to Pyroscope datasource doc (#99605)
* [DOC] Add connection URL info to Pyroscope datasource doc * Fix wordlist violation * Apply suggestions from code review Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --------- Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									516bd0fd1c
								
							
						
					
					
						commit
						97f4a164d1
					
				|  | @ -33,11 +33,11 @@ refs: | |||
|       destination: /docs/grafana/<GRAFANA_VERSION>/datasources/tempo/configure-tempo-data-source/ | ||||
|     - pattern: /docs/grafana-cloud/ | ||||
|       destination: docs/grafana-cloud/connect-externally-hosted/data-sources/tempo/configure-tempo-data-source/ | ||||
|   provisioning-data-sources: | ||||
|   explore-profiles: | ||||
|     - pattern: /docs/grafana/ | ||||
|       destination: /docs/grafana/<GRAFANA_VERSION>/administration/provisioning/#data-sources | ||||
|     - pattern: /docs/grafana-cloud/provision | ||||
|       destination: /docs/grafana/<GRAFANA_VERSION>/administration/provisioning/#data-sources | ||||
|       destination: /docs/grafana/<GRAFANA_VERSION>/explore/simplified-exploration/profiles/ | ||||
|     - pattern: /docs/grafana-cloud/ | ||||
|       destination: /docs/grafana-cloud/visualizations/simplified-exploration/profiles/ | ||||
| --- | ||||
| 
 | ||||
| # Configure the Grafana Pyroscope data source | ||||
|  | @ -73,7 +73,7 @@ To configure basic settings for the data source, complete the following steps: | |||
| 1. On the **Settings** tab, complete the **Name**, **Connection**, and **Authentication** sections. | ||||
| 
 | ||||
| - Use the **Name** field to specify the name used for the data source in panels, queries, and Explore. Toggle the **Default** switch for the data source to be pre-selected for new panels. | ||||
| - Under **Connection**, enter the **URL** of the Pyroscope instance. For example, `https://example.com:4100`. | ||||
| - Under **Connection**, enter the **URL** of the Pyroscope instance. For example, `https://example.com:4100`. Refer to [Connection URL](#connection-url) for more information. | ||||
| - Complete the [**Authentication** section](#authentication). | ||||
| 
 | ||||
| 1. Optional: Use **Additional settings** to configure other options. | ||||
|  | @ -89,6 +89,24 @@ To modify an existing Pyroscope data source: | |||
| 1. Optional: Use **Additional settings** to configure or modify other options. | ||||
| 1. After completing your updates, select **Save & test**. | ||||
| 
 | ||||
| #### Connection URL | ||||
| 
 | ||||
| The data source connection URL should point to a location of a running Pyroscope backend. | ||||
| 
 | ||||
| **Grafana Cloud Profiles** | ||||
| 
 | ||||
| Your Grafana Cloud instance automatically includes a fully provisioned data source. | ||||
| 
 | ||||
| If you are running a self-managed Grafana instance or need to configure an additional Pyroscope data source pointing to Grafana Cloud Profiles, you can find the Pyroscope URL under the **Manage your stack** section for your organization. | ||||
| 
 | ||||
| **Self-managed Pyroscope backend** | ||||
| 
 | ||||
| The connection URL for a self-managed Pyroscope backend depends on how Pyroscope is deployed. | ||||
| Refer to the steps under [Query profiles in Grafana](https://grafana.com/docs/pyroscope/<PYROSCOPE_VERSION>/deploy-kubernetes/helm/#query-profiles-in-grafana) for more information on how to configure the data source. | ||||
| 
 | ||||
| If you plan to use the [Explore Profiles](ref:explore-profiles) application and you are running a self-managed Pyroscope backend in microservices mode, the data source connection URL should point to a gateway or proxy that routes requests to the corresponding Pyroscope service. | ||||
| Refer to the [Helm ingress configuration](https://github.com/grafana/pyroscope/blob/main/operations/pyroscope/helm/pyroscope/templates/ingress.yaml) for specific routing requirements. | ||||
| 
 | ||||
| ## Authentication | ||||
| 
 | ||||
| Use this section to select an authentication method to access the data source. | ||||
|  |  | |||
|  | @ -33,7 +33,7 @@ refs: | |||
|       destination: /docs/grafana/<GRAFANA_VERSION>/explore/simplified-exploration/profiles/ | ||||
|     - pattern: /docs/grafana-cloud/ | ||||
|       destination: /docs/grafana-cloud/visualizations/simplified-exploration/profiles/ | ||||
|   explore-profile-install: | ||||
|   explore-profiles-install: | ||||
|     - pattern: /docs/grafana/ | ||||
|       destination: /docs/grafana/<GRAFANA_VERSION>/explore/simplified-exploration/profiles/access/ | ||||
|     - pattern: /docs/grafana-cloud/ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue