Skip to content

Commit

Permalink
add otel_exporter directive to simple tracing example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbChef committed Oct 24, 2023
1 parent 0da0f15 commit 225d135
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,12 @@ This example sends telemetry data for all http requests.

```nginx
http {
otel_exporter {
endpoint localhost:4317;
}
otel_trace on;
server {
location / {
proxy_pass http://backend;
Expand Down

0 comments on commit 225d135

Please sign in to comment.