Skip to content
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

Add collector to collect tidb information in kubernetes cluster #4689

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2022

  1. Add basic framework for collecting resources in cluster

    Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
    hanlins committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b60c96b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Improve object typing and printing format for the objects

    Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
    hanlins committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c1d0197 View commit details
    Browse the repository at this point in the history
  2. Use tidb-operator's makefile for building collector

    Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
    hanlins committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    32fcee3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Add README.md file to describe the collector

    Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
    hanlins committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    6b765b9 View commit details
    Browse the repository at this point in the history
  2. Add collector for TiDB Cluster objects

    Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
    hanlins committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    7756f0f View commit details
    Browse the repository at this point in the history
  3. Add collector for stateful set

    Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
    hanlins committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ca25897 View commit details
    Browse the repository at this point in the history
  4. Add collector for config map

    Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
    hanlins committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f9d08b4 View commit details
    Browse the repository at this point in the history
  5. Add boilerplate header

    Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
    hanlins committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    685f509 View commit details
    Browse the repository at this point in the history
  6. Fix linting issue

    Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
    hanlins committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    686d954 View commit details
    Browse the repository at this point in the history