Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions instrumentation/spark-2.3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Spark Instrumentation

This instrumentation is for
[Spark](https://github.com/perwendel/spark) -
a tiny web framework for Java. It is also sometimes referred to as
"Spark Java" to differentiate it from Apache Spark.

This instrumentation is NOT for Apache Spark.
Comment on lines +7 to +8
Copy link
Member

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?

Suggested change
This instrumentation is NOT for Apache Spark.

Copy link
Contributor Author

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. :)


The instrumentation here facilitates tracing by generating HTTP SERVER spans.
Loading