Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Compatibility Version] AddMetrics for effective versions in componentGlobalsRegistry #131655

Copy link
Copy link
Closed
@siyuanfoundation

Description

@siyuanfoundation
Issue body actions

We would like to record the BinaryVersion, EmulationVersion and MinCompatibilityVersion for all components in componentGlobalsRegistry used by kube-apiserver, kube-scheduler, and kube-controller-manager.

Implementation can be similar to

:

  1. Add a AddMetrics method in
    type ComponentGlobalsRegistry interface {
  2. record the versions in a Gauge metrics with StabilityLevel: k8smetrics.ALPHA, in the form of version_info {component: kube, binary: 1.33, emulation: 1.32, min_compat:1.32} : 1
  3. add the metrics in kube-apiserver, kube-scheduler, and kube-controller-manager.

Metadata

Metadata

Assignees

Labels

sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.