Skip to content

tiup-playground: add default login credentials for TiDB Dashboard and Grafana#22553

Merged
ti-chi-bot[bot] merged 5 commits into
masterfrom
add-playground-login-info
Mar 12, 2026
Merged

tiup-playground: add default login credentials for TiDB Dashboard and Grafana#22553
ti-chi-bot[bot] merged 5 commits into
masterfrom
add-playground-login-info

Conversation

@tiancaiamao

@tiancaiamao tiancaiamao commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

What is changed, added or deleted? (Required)

  • Add a new section "Access TiDB Dashboard and Grafana" in tiup/tiup-playground.md
  • Document default login credentials for TiDB Dashboard (username: root, password: empty)
  • Document default login credentials for Grafana (username: admin, password: admin)
  • Add a note about using updated root password if changed

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v9.0 (TiDB 9.0 versions)
  • v8.5 (TiDB 8.5 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)
  • v6.1 (TiDB 6.1 versions)
  • v5.4 (TiDB 5.4 versions)

What is the related PR or file link(s)?

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

… Grafana

This commit addresses issue #21768 by adding a new section to document
the default login credentials for TiDB Dashboard and Grafana when using
TiUP playground.

Changes:
- Add 'Access TiDB Dashboard and Grafana' section
- Document TiDB Dashboard default credentials (root, empty password)
- Document Grafana default credentials (admin/admin)
- Add note about using updated root password if changed
@ti-chi-bot ti-chi-bot Bot added missing-translation-status This PR does not have translation status info. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 11, 2026
@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 significantly improves the user experience for tiup-playground by providing essential documentation on how to access and log into the integrated TiDB Dashboard and Grafana instances. By clearly outlining the default credentials and important considerations for password changes, it helps users quickly get started and troubleshoot access issues, enhancing the overall usability of the playground environment.

Highlights

  • Documentation Update: A new section titled "Access TiDB Dashboard and Grafana" has been added to tiup/tiup-playground.md to provide users with clear instructions on accessing these web interfaces.
  • Default Credentials: The default login credentials for TiDB Dashboard (username: root, password: empty) and Grafana (username: admin, password: admin) are now explicitly documented.
  • Password Change Note: A note has been included to inform users that if the TiDB root user password has been changed, the updated password should be used to log in to TiDB Dashboard.

🧠 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
  • tiup/tiup-playground.md
    • Added a new section "Access TiDB Dashboard and Grafana".
    • Documented default login credentials for TiDB Dashboard and Grafana.
    • Included a note about using updated root passwords for TiDB Dashboard.
Activity
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.

@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

The pull request introduces a new section detailing how to access TiDB Dashboard and Grafana, including their default login credentials. This is a valuable addition that enhances the documentation's completeness and user experience. The changes are well-structured and adhere to the repository's style guide, particularly regarding clarity and the use of second-person voice. I have one minor suggestion for consistency in presenting the default password for TiDB Dashboard.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread tiup/tiup-playground.md Outdated
@hfxsd hfxsd self-assigned this Mar 11, 2026
@hfxsd hfxsd added translation/from-docs-cn This PR is translated from a PR in pingcap/docs-cn. translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR. and removed missing-translation-status This PR does not have translation status info. translation/from-docs-cn This PR is translated from a PR in pingcap/docs-cn. labels Mar 11, 2026
Comment thread tiup/tiup-playground.md Outdated
Comment thread tiup/tiup-playground.md Outdated
Comment thread tiup/tiup-playground.md Outdated
@hfxsd hfxsd added the needs-cherry-pick-release-8.5 Should cherry pick this PR to release-8.5 branch. label Mar 12, 2026
@hfxsd hfxsd requested a review from qiancai March 12, 2026 02:31

@qiancai qiancai left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Rest LGTM

Comment thread tiup/tiup-playground.md Outdated
@ti-chi-bot ti-chi-bot Bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Mar 12, 2026
Co-authored-by: Grace Cai <qqzczy@126.com>
@ti-chi-bot ti-chi-bot Bot added lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Mar 12, 2026
@ti-chi-bot

ti-chi-bot Bot commented Mar 12, 2026

Copy link
Copy Markdown

[LGTM Timeline notifier]

Timeline:

  • 2026-03-12 02:55:07.589097553 +0000 UTC m=+491539.101155214: ☑️ agreed by qiancai.
  • 2026-03-12 03:03:28.384312467 +0000 UTC m=+492039.896370129: ☑️ agreed by hfxsd.

@hfxsd

hfxsd commented Mar 12, 2026

Copy link
Copy Markdown
Collaborator

/approve

@ti-chi-bot ti-chi-bot Bot added the approved label Mar 12, 2026
@hfxsd

hfxsd commented Mar 12, 2026

Copy link
Copy Markdown
Collaborator

/retest

@hfxsd

hfxsd commented Mar 12, 2026

Copy link
Copy Markdown
Collaborator

/approve

@ti-chi-bot

ti-chi-bot Bot commented Mar 12, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hfxsd

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@hfxsd hfxsd closed this Mar 12, 2026
@hfxsd hfxsd reopened this Mar 12, 2026
@ti-chi-bot ti-chi-bot Bot merged commit d52c3c3 into master Mar 12, 2026
18 of 22 checks passed
@ti-chi-bot

Copy link
Copy Markdown
Member

In response to a cherrypick label: new pull request created to branch release-8.5: #22555.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm needs-cherry-pick-release-8.5 Should cherry pick this PR to release-8.5 branch. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please add information about how to log into the playground dashboard and granana instances

4 participants