Skip to content

Commit

Permalink
ci: Apply automatic changes [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Schwenke <tim.and.trallnag+code@gmail.com>
  • Loading branch information
Tim Schwenke committed Feb 14, 2021
1 parent 1dc0bb3 commit 45d0ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/instrumentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ <h2 id="returns">Returns</h2>
</details>
</dd>
<dt id="prometheus_fastapi_instrumentator.instrumentation.PrometheusFastApiInstrumentator.expose"><code class="name flex">
<span>def <span class="ident">expose</span></span>(<span>self, app: fastapi.applications.FastAPI, should_gzip: bool = False, endpoint: str = '/metrics', include_in_schema: bool = True, tags: Union[List[str], NoneType] = None, **kwargs)</span>
<span>def <span class="ident">expose</span></span>(<span>self, app: fastapi.applications.FastAPI, should_gzip: bool = False, endpoint: str = '/metrics', include_in_schema: bool = True, tags: Optional[List[str]] = None, **kwargs)</span>
</code></dt>
<dd>
<div class="desc"><p>Exposes endpoint for metrics.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/metrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="prometheus_fastapi_instrumentator.metrics.Info"><code class="flex name class">
<span>class <span class="ident">Info</span></span>
<span>(</span><span>request: starlette.requests.Request, response: Union[starlette.responses.Response, NoneType], method: str, modified_handler: str, modified_status: str, modified_duration: float)</span>
<span>(</span><span>request: starlette.requests.Request, response: Optional[starlette.responses.Response], method: str, modified_handler: str, modified_status: str, modified_duration: float)</span>
</code></dt>
<dd>
<div class="desc"><p>Creates Info object that is used for instrumentation functions.</p>
Expand Down

0 comments on commit 45d0ba1

Please sign in to comment.