Skip to content

Commit

Permalink
fix: fixed dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mehreentahir16 committed Jul 5, 2022
1 parent 44460f6 commit 6f18b12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ Next, install the OpenTelemetry dependencies you need to instrument your applica
pip install opentelemetry-api
[output]
# Install the OTLP exporter
pip install opentelemetry-exporter-otlp
pip install opentelemetry-exporter-otlp==1.11.0
[output]
# Install the Flask auto-instrumentation
pip install opentelemetry-instrumentation-flask
pip install opentelemetry-instrumentation-flask==0.30b1
```

</>
Expand Down

0 comments on commit 6f18b12

Please sign in to comment.