Skip to content

Commit

Permalink
Merge 32ac3ab into bd33a51
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Gullo committed Jan 27, 2023
2 parents bd33a51 + 32ac3ab commit 2800fde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Unreleased

### Fixed

- fixed documentation link to monitoring section in logging.md

### Added

- add optional metrics on request duration. The metrics collection is enabled by mean of the variable `ENABLE_HTTP_CLIENT_METRICS` (default: false)
Expand Down
2 changes: 1 addition & 1 deletion docs/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ service.addPostDecorator('/notify', function notifyHandler(request) {
)
```
For further detail about logs can you see the [guidelines for logs](https://docs.mia-platform.eu/docs/development_suite/monitoring/monitoring#pod-logs).
For further detail about logs can you see the [guidelines for logs](https://docs.mia-platform.eu/docs/development_suite/monitoring/resources/pods#pod-logs).

0 comments on commit 2800fde

Please sign in to comment.