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

Spring Actuator like "Admin Processes" features #5

Closed
2 tasks done
krmeda opened this issue Apr 8, 2019 · 1 comment
Closed
2 tasks done

Spring Actuator like "Admin Processes" features #5

krmeda opened this issue Apr 8, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@krmeda
Copy link
Contributor

krmeda commented Apr 8, 2019

Authenticated endpoints for

  • Health Monitoring: System Health HTTP Endpoint (includes health of RMQ or dependency services)
  • Metrics: Prometheus style (probably have to look at a Datadog Agent/New Relic agent support later)
@loafoe loafoe self-assigned this Sep 14, 2022
@loafoe loafoe added the enhancement New feature or request label Sep 14, 2022
@loafoe
Copy link
Member

loafoe commented Sep 14, 2022

v1.7.3 introduces a Prometheus compatible metrics endpoint giving insights into the internals. There are 3 custom metrics introduced:

  • logproxy_enhanced_transaction_ids_total -- counts number of transactionIds generated on incomplete LogEvents
  • logproxy_enhanced_encoded_messages_total -- counts the number of times unencoded message fields were found and fixed
  • logproxy_processed_total-- total number of log messages processed since the start of the process

Future versions will include additional metrics

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

No branches or pull requests

2 participants