Skip to content

Commit c30095e

Browse files
authored
Remove expose(app) from metrics-diff-port-uvicorn example
1 parent c0813de commit c30095e

File tree

1 file changed

+1
-1
lines changed
  • devel/examples/metrics-diff-port-uvicorn

1 file changed

+1
-1
lines changed

devel/examples/metrics-diff-port-uvicorn/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
app = FastAPI()
1111

12-
Instrumentator().instrument(app).expose(app)
12+
Instrumentator().instrument(app)
1313

1414

1515
@app.get("/ping")

0 commit comments

Comments
 (0)