Skip to content

Commit

Permalink
include screenshot in readme document
Browse files Browse the repository at this point in the history
  • Loading branch information
barend-xebia committed Dec 7, 2024
1 parent bd3c4a1 commit aeadb17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This allows reporting tracing from any Spark or PySpark job to [OpenTelemetry Co

ℹ️This project is in early development. It can be used for proof-of-concept, but the instrumentation is not comprehensive.

## Screenshot

Here's what a simple Spark job managed by Airflow might look like, if both Airflow and Spark report traces to Grafana Tempo:

![Screenshot of Grafana Tempo, showing traces of an Airflow DAG Execution and a Spark Job](./docs/images/Grafana-Tempo-Airflow-Spark.png)

## Usage

The recommended way to use Spot relies on [OpenTelemetry Autoconfigure][ot-auto] to obtain the OpenTelemetry configuration. You pass the spot-complete jar to spark-submit to make Spot available to your job, and configure `spark.extraListeners` to enable it.
Expand Down
Binary file added docs/images/Grafana-Tempo-Airflow-Spark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aeadb17

Please sign in to comment.