Ratpack requires manual instrumentation? #12507
Unanswered
johnrengelman
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hi @johnrengelman! it's probably nothing intentional, more likely just no one has reported a specific issue about it, I'm not sure how heavily the ratpack instrumentation is used, though we did have a recent issue and improvement worth looking at: #12317, and certainly issues and/or PRs would be welcome if you find ways to improve it further |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all -
I've recently been implementing otel metrics across some Ratpack apps and we are using a combination of the javaagent and the manual instrumentation. As I've dug into it, I'm trying to understand why it's necessary to do the manual instrumentation? Is it not possible to use the same AOP injection methods to get these components in place? Is it a matter of wanting to allow some user control on configuration?
Just wanted to get some more info before I dig in deeper.
Beta Was this translation helpful? Give feedback.
All reactions