Skip to content

Commit

Permalink
Add metrics to README
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 2, 2021
1 parent a265b19 commit aeccace
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ This mode starts an HTTP file server for serving static content found at the dir

See an example in the [Hugo blog post](https://www.openfaas.com/blog/serverless-static-sites/).

## Metrics

| Name | Description | Type |
|---------------------------------|-------------------------|------------------------|
| http_requests_total | Total number of requests | Counter |
| http_request_duration_seconds | Duration of requests | Histogram |
| http_requests_in_flight | Number of requests in-flight | Gauge |

## Configuration

Environmental variables:
Expand Down

0 comments on commit aeccace

Please sign in to comment.