Skip to content

Commit

Permalink
fix: fixes typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Melzmr authored and SkeLLLa committed Dec 27, 2022
1 parent 38be281 commit ae72c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ await app.register(metricsPlugin, {endpoint: '/metrics', {
| Property | Type | Default value |
| ----------------------------------------------------------------------- | ---------- | ---------------------------------------- |
| [name?](./docs/fastify-metrics.isummaryoverrides.name.md) | string | `'http_request_summary_seconds'` |
| [help?](./docs/fastify-metrics.isummaryoverrides.help.md) | string | `'rrequest duration in seconds summary'` |
| [help?](./docs/fastify-metrics.isummaryoverrides.help.md) | string | `'request duration in seconds summary'` |
| [percentiles?](./docs/fastify-metrics.isummaryoverrides.percentiles.md) | number\[\] | `[0.5, 0.9, 0.95, 0.99]` |

###### Request durations histogram
Expand Down

0 comments on commit ae72c72

Please sign in to comment.