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 CR Metrics for Jaeger Kind. #1706

Merged
merged 3 commits into from
Jan 20, 2022

Conversation

rubenvp8510
Copy link
Collaborator

@rubenvp8510 rubenvp8510 commented Jan 14, 2022

Signed-off-by: Ruben Vargas [email protected]

Which problem is this PR solving?

Signed-off-by: Ruben Vargas <[email protected]>
@codecov
Copy link

codecov bot commented Jan 14, 2022

Codecov Report

Merging #1706 (66b3206) into master (e2b1ccc) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1706      +/-   ##
==========================================
- Coverage   87.72%   87.70%   -0.02%     
==========================================
  Files          98       98              
  Lines        5963     5964       +1     
==========================================
  Hits         5231     5231              
- Misses        556      557       +1     
  Partials      176      176              
Impacted Files Coverage Δ
controllers/jaegertracing/jaeger_controller.go 45.45% <0.00%> (-4.55%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2b1ccc...66b3206. Read the comment docs.

@@ -58,7 +58,6 @@ func NewStartCommand() *cobra.Command {
AddFlags(cmd)
cmd.Flags().String("metrics-host", "0.0.0.0", "The host to bind the metrics port")
cmd.Flags().Int32("metrics-port", 8383, "The metrics port")
cmd.Flags().Int32("cr-metrics-port", 8686, "The metrics port for Operator and/or Custom Resource based metrics")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering why is this being removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For previous versions of the operator-sdk the CR metrics was reported in a different endpoint, but now the CR metrics are reported in the same endpoint, so we are using metrics-port now for both the general metrics and the CR metrics.

@rubenvp8510 rubenvp8510 merged commit 82ee678 into jaegertracing:master Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jaeger cr-metrics removed?
2 participants