Skip to content

Commit

Permalink
[automated commit] Bump docs to version 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leorossi authored and github-actions[bot] committed Apr 4, 2024
1 parent d94bbf4 commit 64a5041
Show file tree
Hide file tree
Showing 159 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ This setting can be a `boolean` or an `object`. If set to `true` the Prometheus

Supported object properties:

- **`server`** (`enum`) — Can be set to "own" or "parent", determines if metrics will be served on a different server or the same server as the Platformatic application.
- **`server`** (`enum`) — Can be set to "own", "parent" or "hide" determines if metrics will be served on a different server or the same server as the Platformatic application or hidden at all.
- **`hostname`** (`string`) — The hostname where Prometheus server will listen for connections, should be used only if `server` is set to "own".
- **`port`** (`number` or `string`) — The port where Prometheus server will listen for connections, should be used only if `server` is set to "own".
- **`endpoint`** (`string`) — The endpoint on which metrics will be served.
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
"1.33.0",
"1.32.0",
"1.31.1",
"1.31.0",
"1.30.0",
"1.29.0"
"1.30.0"
]

0 comments on commit 64a5041

Please sign in to comment.