From 7e8325e07b088dd5e9239d20c7fd041405c18081 Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Tue, 17 Jun 2025 10:07:40 -0700 Subject: [PATCH 1/3] add readme for spark --- instrumentation/spark-2.3/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 instrumentation/spark-2.3/README.md diff --git a/instrumentation/spark-2.3/README.md b/instrumentation/spark-2.3/README.md new file mode 100644 index 000000000000..1acc8002779e --- /dev/null +++ b/instrumentation/spark-2.3/README.md @@ -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. + +The instrumentation here facilitates tracing by generating HTTP SERVER spans. From 6c9100dd3f954b3337a8b7f6faa0eecf4bda4e0d Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:13:04 +0000 Subject: [PATCH 2/3] ./gradlew spotlessApply --- instrumentation/spark-2.3/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/spark-2.3/README.md b/instrumentation/spark-2.3/README.md index 1acc8002779e..048a0ee41821 100644 --- a/instrumentation/spark-2.3/README.md +++ b/instrumentation/spark-2.3/README.md @@ -1,8 +1,8 @@ # Spark Instrumentation -This instrumentation is for +This instrumentation is for [Spark](https://github.com/perwendel/spark) - -a tiny web framework for Java. It is also sometimes referred to as +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. From 1babce1cdc04d771b4bd1f1f9d305f241aa42345 Mon Sep 17 00:00:00 2001 From: jason plumb <75337021+breedx-splk@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:13:17 -0700 Subject: [PATCH 3/3] Update instrumentation/spark-2.3/README.md Co-authored-by: Jay DeLuca --- instrumentation/spark-2.3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/spark-2.3/README.md b/instrumentation/spark-2.3/README.md index 048a0ee41821..5539a8b849c9 100644 --- a/instrumentation/spark-2.3/README.md +++ b/instrumentation/spark-2.3/README.md @@ -7,4 +7,4 @@ a tiny web framework for Java. It is also sometimes referred to as This instrumentation is NOT for Apache Spark. -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.