From b05c91b13e215816da1d7b45862952c2c73b8d55 Mon Sep 17 00:00:00 2001 From: Lambda Date: Wed, 26 Jun 2024 06:50:09 +0000 Subject: [PATCH] Update changelog for config organization changes Charles wrote item 12 in the "Added" section. Co-authored-by: Charles Hall --- book/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/book/changelog.md b/book/changelog.md index 007cf51c..4a2aea2b 100644 --- a/book/changelog.md +++ b/book/changelog.md @@ -118,6 +118,9 @@ This will be the first release of Grapevine since it was forked from Conduit * Details on how to migrate can be found in the merge request's description. 9. Increase default log level so that span information is included. ([!50](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/50)) +10. **BREAKING:** Reorganize config into sections. + ([!49](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/49)) + * Details on how to migrate can be found in the merge request's description. ### Fixed @@ -176,3 +179,13 @@ This will be the first release of Grapevine since it was forked from Conduit 11. Add the `set-tracing-filter` admin command to change log/metrics/flame filters dynamically at runtime. ([!49](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/49)) +12. Add more configuration options. + ([!49](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/49)) + * `observability.traces.filter`: The `tracing` filter to use for + OpenTelemetry traces. + * `observability.traces.endpoint`: Where OpenTelemetry should send traces. + * `observability.flame.filter`: The `tracing` filter for `tracing-flame`. + * `observability.flame.filename`: Where `tracing-flame` will write its + output. + * `observability.logs.timestamp`: Whether timestamps should be included in + the logs.