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 dropwizard metrics #8

Open
9 of 38 tasks
kortemik opened this issue May 22, 2023 · 3 comments · Fixed by #24
Open
9 of 38 tasks

add dropwizard metrics #8

kortemik opened this issue May 22, 2023 · 3 comments · Fixed by #24

Comments

@kortemik
Copy link
Member

kortemik commented May 22, 2023

add at least following:

  • total counters for runtime, provides visibility to instance over all utilization
    • total records
    • total bytes
    • total k8s api calls
    • second since startup (uptime)
    • total active containers
    • total active connections
    • total reconnects
    • total errors in processing
    • configured api cache duration
    • total label configuration missing containers, increment always when api call does not have proper labels
    • total records sent with default labels
  • total throughput, provides visibility, provides visibility to instance current utilization
    • record per second (rps)
    • bytes per second (bps)
  • total combined latency, provides visibility to target system performance
    • connect latency
    • send latency
    • k8s api call latency
    • k8s api cache latency
    • file parsing latency

add following per podName metrics, provides detailed visibility to :

  • podName total counters
    • records
    • bytes
    • second since startup (pod logger uptime)
    • reconnects
    • errors
    • api calls without proper labels
    • records sent with default labels
  • podName throughput
    • record per second (rps)
    • bytes per second (bps)
  • podName latency
    • connect latency
    • send latency
    • file parsing latency
    • k8s api call latency
    • k8s api cache latency
@StrongestNumber9 StrongestNumber9 linked a pull request May 23, 2023 that will close this issue
@StrongestNumber9
Copy link
Contributor

Pr #24 adds some of the metrics

@kortemik
Copy link
Member Author

not all added?

@StrongestNumber9
Copy link
Contributor

StrongestNumber9 commented Jun 21, 2023

Woops, should not have been linked to the PR and closed yet

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 a pull request may close this issue.

2 participants