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

HikariCP module - add additional metrics #1965

Closed
jtduffy opened this issue Jun 28, 2024 · 1 comment · Fixed by #1976
Closed

HikariCP module - add additional metrics #1965

jtduffy opened this issue Jun 28, 2024 · 1 comment · Fixed by #1976
Assignees
Labels
3 Story Point Estimate jul-sep qtr Represents proposed work item for the Jul-Sep quarter

Comments

@jtduffy
Copy link
Contributor

jtduffy commented Jun 28, 2024

Description

Add the following metrics to the existing metrics being sent up on the 5s interval

  • Min Connections - hikaricp.connections.min
  • Number of Pending Connections - hikaricp.connections.pending
  • Number connections timed out - hikaricp.connections.timeout.count

Investigation would need to be performed up front to verify that those items are available from the HikariPool or HikariConfig objects.

image (1)

@jtduffy jtduffy added the 2 Story Point Estimate label Jun 28, 2024
@workato-integration
Copy link

@kford-newrelic kford-newrelic added the jul-sep qtr Represents proposed work item for the Jul-Sep quarter label Jun 28, 2024
@kford-newrelic kford-newrelic moved this from Triage to In Quarter in Java Engineering Board Jun 28, 2024
@jtduffy jtduffy moved this from In Quarter to In Sprint in Java Engineering Board Jul 9, 2024
@jtduffy jtduffy self-assigned this Jul 9, 2024
@kford-newrelic kford-newrelic added 3 Story Point Estimate and removed 2 Story Point Estimate labels Jul 9, 2024
@jtduffy jtduffy moved this from In Sprint to Needs Review in Java Engineering Board Jul 12, 2024
@github-project-automation github-project-automation bot moved this from Needs Review to Code Complete/Done in Java Engineering Board Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 Story Point Estimate jul-sep qtr Represents proposed work item for the Jul-Sep quarter
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants