-
Notifications
You must be signed in to change notification settings - Fork 964
Add readme for spark instrumentation #14055
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
base: main
Are you sure you want to change the base?
Conversation
🔧 The result from spotlessApply was committed to the PR branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 we can add a metadata.yaml file with this description too, i can do that in one of my batches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
||
This instrumentation is NOT for Apache Spark. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems pretty well covered above already?
This instrumentation is NOT for Apache Spark. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted it to be very clear. :)
|
||
This instrumentation is NOT for Apache Spark. | ||
|
||
The instrumentation here facilitates tracing by generating HTTP SERVER spans. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This instrumentation does not generate any spans.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah right, it looks similar to the Avaje-jex-3.0 instrumentation, so maybe the description could instead be
The instrumentation here facilitates tracing by generating HTTP SERVER spans. | |
This instrumentation does not emit telemetry on its own. Instead, it extracts the HTTP route and attaches it to SERVER spans and HTTP server metrics. |
People see "spark" and now think it means "Apache Spark". Adding this readme in hopes of clarifying that for some confused users.