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

[BUG] The monitor cannot collect metrics data after after rsm integrated #5113

Closed
sophon-zt opened this issue Sep 13, 2023 · 0 comments · Fixed by #5125
Closed

[BUG] The monitor cannot collect metrics data after after rsm integrated #5113

sophon-zt opened this issue Sep 13, 2023 · 0 comments · Fixed by #5125
Assignees
Labels
bug kind/bug Something isn't working refactor

Comments

@sophon-zt
Copy link
Contributor

Describe the bug

	annotations: {
			if component.monitor.enable == false {
				"monitor.kubeblocks.io/scrape":   "false"
				"monitor.kubeblocks.io/agamotto": "false"
			}
			if component.monitor.enable == true && component.monitor.builtIn == false {
				"monitor.kubeblocks.io/scrape":   "true"
				"monitor.kubeblocks.io/path":     component.monitor.scrapePath
				"monitor.kubeblocks.io/port":     "\(component.monitor.scrapePort)"
				"monitor.kubeblocks.io/scheme":   "http"
				"monitor.kubeblocks.io/agamotto": "false"
			}
			if component.monitor.enable == true && component.monitor.builtIn == true {
				"monitor.kubeblocks.io/scrape":   "false"
				"monitor.kubeblocks.io/agamotto": "true"
			}
		}
@sophon-zt sophon-zt added the kind/bug Something isn't working label Sep 13, 2023
@sophon-zt sophon-zt assigned free6om and unassigned nayutah Sep 13, 2023
@free6om free6om changed the title [BUG] The monitor cannot collect metrics data after after hsm refactoring [BUG] The monitor cannot collect metrics data after after rsm integrated Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug kind/bug Something isn't working refactor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants