Skip to content

feat(TDinsight): Compatible Grafana version changed from 7.5 to 8.0 - #34749

Merged
zitsen merged 1 commit into
mainfrom
feat/6877052658
Mar 11, 2026
Merged

zitsen merged 1 commit into
mainfrom
feat/6877052658

Conversation

@sheyanjie-qq

@sheyanjie-qq sheyanjie-qq commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

Closes:

Description

TDinsight compatible Grafana version changed from 7.5 to 8.0

Issue(s)

Checklist

Please check the items in the checklist if applicable.

  • Is the user manual updated?
  • Are the test cases passed and automated?
  • Is there no significant decrease in test coverage?

Copilot AI review requested due to automatic review settings March 11, 2026 07:31
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the documentation to reflect a change in the minimum supported Grafana version for TDengine and TDInsight. The previous requirement of Grafana 7.5 has been elevated to Grafana 8.0, ensuring that users are guided to use more recent and supported versions of Grafana for integration.

Highlights

  • Grafana Compatibility Update: The minimum compatible Grafana version for TDengine and TDInsight has been updated from 7.5 to 8.0 across all relevant documentation.
  • Documentation Consistency: Both English and Chinese documentation files have been synchronized to reflect the new Grafana version requirement.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • docs/en/10-third-party/03-visual/01-grafana.md
    • Updated the minimum supported Grafana version from 7.5 to 8.0.
  • docs/en/14-reference/01-components/12-tdinsight.md
    • Updated the minimum supported Grafana version for TDInsight from 7.5 to 8.0.
    • Adjusted the compatibility note regarding combined Dashboard and Alert rules functions from Grafana 7.5 to 8.0.
  • docs/zh/10-third-party/03-visual/01-grafana.mdx
    • Updated the minimum supported Grafana version from 7.5 to 8.0 in the Chinese documentation.
  • docs/zh/14-reference/01-components/12-tdinsight/index.mdx
    • Updated the minimum supported Grafana version for TDInsight from 7.5 to 8.0 in the Chinese documentation.
    • Adjusted the compatibility note regarding combined Dashboard and Alert rules functions from Grafana 7.5 to 8.0 in the Chinese documentation.
Activity
  • No activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates TDinsight / Grafana integration documentation to reflect a new minimum compatible Grafana version (from 7.5+ to 8.0+).

Changes:

  • Bumps documented minimum supported Grafana version to 8.0+ (ZH/EN, TDinsight + Grafana integration docs).
  • Updates the TDinsight “Dashboards vs Alert rules” compatibility note to reference Grafana 8.0.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
docs/zh/14-reference/01-components/12-tdinsight/index.mdx Updates TDinsight prerequisites and Grafana-version compatibility note.
docs/zh/10-third-party/03-visual/01-grafana.mdx Updates Grafana integration prerequisites to Grafana 8.0+.
docs/en/14-reference/01-components/12-tdinsight.md Updates TDinsight prerequisites and Grafana-version compatibility note.
docs/en/10-third-party/03-visual/01-grafana.md Updates Grafana integration prerequisites to Grafana 8.0+.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/zh/10-third-party/03-visual/01-grafana.mdx
Comment thread docs/zh/14-reference/01-components/12-tdinsight/index.mdx Outdated
Comment thread docs/en/10-third-party/03-visual/01-grafana.md
Comment thread docs/en/14-reference/01-components/12-tdinsight.md Outdated

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the minimum compatible Grafana version for TDinsight from 7.5 to 8.0 across the documentation. The changes in most files are correct. However, there's a factual error in the description of Grafana's alerting functionality in both the English and Chinese documentation for TDinsight. I've left specific comments with suggestions for correction. The error seems to stem from a simple search-and-replace of the version number without considering the technical context of Grafana's features.

Comment thread docs/en/14-reference/01-components/12-tdinsight.md Outdated
Comment thread docs/zh/14-reference/01-components/12-tdinsight/index.mdx Outdated
Copilot AI review requested due to automatic review settings March 11, 2026 08:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 5 changed files in this pull request and generated 7 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/zh/14-reference/01-components/12-tdinsight/index.mdx Outdated
Comment thread docs/en/14-reference/01-components/12-tdinsight.md Outdated
Comment thread docs/zh/10-third-party/03-visual/01-grafana.mdx Outdated
Comment thread docs/en/10-third-party/03-visual/01-grafana.md Outdated
Comment thread docs/zh/04-get-started/_get_started.mdx
Comment thread docs/zh/14-reference/01-components/12-tdinsight/index.mdx
Comment thread docs/en/14-reference/01-components/12-tdinsight.md Outdated
@zitsen
zitsen merged commit c9c12e3 into main Mar 11, 2026
6 checks passed
@sheyanjie-qq
sheyanjie-qq deleted the feat/6877052658 branch May 4, 2026 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants