Skip to content
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

Update README.md #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a `OpenTelemetry` implementation, that annotates profiling data with span IDs wh
out profile of a particular trace span in Pyroscope:

### Running as otel-java-instrumentation extension
Download latest `opentelemetry-javaagent.jar` and `pyroscope-otel.jar`
Download latest [`opentelemetry-javaagent.jar`](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) and [`pyroscope-otel.jar`](https://maven.org/maven2/io/pyroscope/otel)
```bash
java -jar ./build/libs/rideshare-1.0-SNAPSHOT.jar \
-javaagent:./opentelemetry-javaagent.jar \
Expand All @@ -29,7 +29,7 @@ java -jar ./build/libs/rideshare-1.0-SNAPSHOT.jar \

```javascript
// Add latest pyroscope otel depedency
implementation("io.pyroscope:otel:0.10.1.1")
implementation("io.pyroscope:otel:0.10.1.4")
kolesnikovae marked this conversation as resolved.
Show resolved Hide resolved
```

Now we can create and configure the tracer provider:
Expand Down