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 http input connector metrics #578

Merged
merged 5 commits into from
Apr 29, 2024
Merged

Conversation

ekneg54
Copy link
Collaborator

@ekneg54 ekneg54 commented Apr 26, 2024

  • this adds 2 new metrics to http_input connector

  • message_backlog_size implemented as gauge which represents the size of the shared queue

  • number_of_http_requests implemented as counter which represents obviously the number of incoming requests

@ekneg54 ekneg54 added the enhancement New feature or request label Apr 26, 2024
@ekneg54 ekneg54 self-assigned this Apr 26, 2024
@ekneg54 ekneg54 marked this pull request as ready for review April 29, 2024 06:57
@ekneg54 ekneg54 requested a review from djkhl April 29, 2024 06:57
set message_backlog_size metric in elasticsearch, opensearch and s3 output
remove unused imports
@ekneg54 ekneg54 force-pushed the dev-add-connector-queue-size-metric branch from da4be8c to 3fc39fb Compare April 29, 2024 08:29
Copy link
Collaborator

@djkhl djkhl left a comment

Choose a reason for hiding this comment

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

thank you for implementing the helpful additional metric!
everything looks very good!

@ekneg54 ekneg54 merged commit 1f08a51 into main Apr 29, 2024
10 checks passed
@ekneg54 ekneg54 deleted the dev-add-connector-queue-size-metric branch April 29, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants