-
Notifications
You must be signed in to change notification settings - Fork 314
Grafana configuration screenshot and instructions update #6407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Grafana configuration screenshot and instructions update #6407
Conversation
…ion' of github.com:influxdata/docs-v2 into 6406-grafana-configuration-outline-and-draft-documentation
…ion' of github.com:influxdata/docs-v2 into 6406-grafana-configuration-outline-and-draft-documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Grafana configuration documentation to include new screenshots and improved instructions for connecting various InfluxDB products to Grafana. The update reflects changes in the Grafana interface and provides product-specific configuration guidance.
Key Changes
- Added "Before you begin" prerequisites section with required versions and permissions
- Restructured configuration steps to match the updated Grafana interface workflow
- Updated screenshots to show product-specific dropdown selections and configuration fields
Reviewed Changes
Copilot reviewed 2 out of 20 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
content/shared/v3-process-data/visualize/grafana.md |
Updated with new prerequisites section, restructured configuration steps, and product-specific screenshots for Cloud Serverless, Cloud Dedicated, and Clustered variants |
content/shared/influxdb3-visualize/grafana.md |
Simplified configuration instructions and added Enterprise v3-specific screenshots with updated interface elements |
> version of the InfluxDB core plugin. | ||
> The updated plugin includes **SQL support** for InfluxDB 3-based products such | ||
> as {{< product-name >}}. | ||
> as {{< product-name >}}, and the interface dynamically adapts based on your product and query language selections. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra space before the period at the end of the sentence.
Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ion' of github.com:influxdata/docs-v2 into 6406-grafana-configuration-outline-and-draft-documentation
We need to address influxdata/DAR/issues/545 as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 5 out of 23 changed files in this pull request and generated 4 comments.
Use the [`influx v1 auth list`](/influxdb/version/reference/cli/influx/v1/auth/list/) | ||
to list existing InfluxDB v1 compatible authorizations. | ||
- **Database**: The database name [mapped to your InfluxDB bucket](#create-dbrp-mappings) | ||
- **User**: Enter any string (this field is required by the form) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This explanation could be clearer about why an arbitrary string is acceptable. Consider explaining that this field is ignored by InfluxDB v2 when using token authentication.
- **User**: Enter any string (this field is required by the form) | |
- **User**: Enter any string (this field is required by the form, but is ignored by InfluxDB v2 when using token authentication) |
Copilot uses AI. Check for mistakes.
- **Password**: Your InfluxDB password _(if [authentication is enabled](/enterprise_influxdb/v1/administration/authentication_and_authorization/))_ | ||
|
||
3. Under **InfluxDB Details**, enter the following: | ||
{{< img-hd src="/img/influxdb3/enterprise-v1-grafana-product-dropdown-flux.png" alt="InfluxQL configuration for InfluxDB Enterprise 1.x" />}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alt text incorrectly states 'InfluxQL configuration' but the image filename suggests this is for Flux configuration. The alt text should match the actual content.
{{< img-hd src="/img/influxdb3/enterprise-v1-grafana-product-dropdown-flux.png" alt="InfluxQL configuration for InfluxDB Enterprise 1.x" />}} | |
{{< img-hd src="/img/influxdb3/enterprise-v1-grafana-product-dropdown-flux.png" alt="Flux configuration for InfluxDB Enterprise 1.x" />}} |
Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Adding screenshots for: