Skip to content

Commit

Permalink
doc(fxhttpserver): Updated documentation (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox authored Jan 12, 2024
1 parent f3bf23c commit 2642228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fxhttpserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ modules:
trace:
processor:
type: stdout
core:
http:
server:
port: 8080 # http server port (default 8080)
errors:
Expand All @@ -123,7 +123,7 @@ modules:
collect:
enabled: true # to collect http server metrics
namespace: app # http server metrics namespace (default app.name value)
subsystem: fx-httpserver # http server metrics subsystem (default fx-httpserver)
subsystem: httpserver # http server metrics subsystem (default httpserver)
buckets: 0.1, 1, 10 # to override default request duration buckets
normalize: true # to normalize http status code (2xx, 3xx, ...)
templates:
Expand Down

0 comments on commit 2642228

Please sign in to comment.