-
Notifications
You must be signed in to change notification settings - Fork 79
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
Refactor/telemetry types #841
Refactor/telemetry types #841
Conversation
… use of json tags.
…assandra reconciliation stage (remove an sts restart).
… struct field from method.
fd68f97
to
0cc0ac2
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #841 +/- ##
==========================================
- Coverage 56.80% 56.75% -0.06%
==========================================
Files 91 96 +5
Lines 9154 9504 +350
==========================================
+ Hits 5200 5394 +194
- Misses 3487 3629 +142
- Partials 467 481 +14
|
0cc0ac2
to
50c99af
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
I need to put this on hold pending (what I suspect will be) a bugfix in controller-tools. See my issue here for more details. |
@Miles-Garnsey, should we close this PR? |
Undoubtedly. |
What this PR does:
Refactors MCAC and Cassandra telemetry agent configurations out of the TelemetrySpec and into CassandraTelemetrySpec. This is necessary because TelemetrySpec is used for Reaper and Stargate and these components do not support those configurations.
Which issue(s) this PR fixes:
Fixes #840
Checklist