bf2fc6cc711aee1a0c2a / kas-fleetshard

The kas-fleetshard-operator is responsible for provisioning and managing instances of kafka on a cluster. The kas-fleetshard-synchronizer synchronizes the state of a fleet shard with the kas-fleet-manager.
Apache License 2.0
8 stars 20 forks source link

[MGDSTRM-10786] Disable java-operator-sdk controller metrics by default #879

Closed MikeEdgar closed 1 year ago

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

rareddy commented 1 year ago

what is the effect of this on any metrics that we may be capturing from this endpoint for management purposes?

MikeEdgar commented 1 year ago

what is the effect of this on any metrics that we may be capturing from this endpoint for management purposes?

The operator will no longer store or return metrics in the operator_sdk_ prefix. I haven't found anywhere they are actually used for anything currently.