Skip to content

Commit

Permalink
Remove expose(app) from metrics-diff-port-uvicorn example
Browse files Browse the repository at this point in the history
  • Loading branch information
gpkc authored Dec 5, 2024
1 parent c0813de commit c30095e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/examples/metrics-diff-port-uvicorn/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

app = FastAPI()

Instrumentator().instrument(app).expose(app)
Instrumentator().instrument(app)


@app.get("/ping")
Expand Down

0 comments on commit c30095e

Please sign in to comment.