Rails Data Export #830
Unanswered
leoluchini
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hello @leoluchini This is something that we'd also like to support. Would you be interested in helping us implement this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure! Do you have a requirement or ticket to guide me? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm currently working on implementing
opentelemetry-instrumentation-rails
, and while it is functional, I would like to modify the way the data is exported.Currently, when I check the dashboard with the data, it is grouped by controller name and action, as shown in the attached screenshot:
Instead of displaying the controller name and action, I would prefer to have the HTTP action and the path, such as
GET /ping
. Is this customization possible? Any assistance would be greatly appreciated.This is my rails configuration
Feel free to let me know if you have any specific preferences or if there are additional details you'd like to include in the message.
Beta Was this translation helpful? Give feedback.
All reactions