@@ -18,7 +18,8 @@ The changelog is available via [**tagged release notes**](https://gitlab.com/git
LabKit-Ruby provides functionality in three areas:
1.`Labkit::Correlation` for handling and propagating Correlation-IDs.
1.`Labkit::Context` used for providing context information to log messages.
1.`Labkit::Correlation` For accessing the correlation id. (Generated and propagated by `Labkit::Context`)
1.`Labkit::Logging` for sanitizing log messages.
1.`Labkit::Tracing` for handling and propagating distributed traces.
@@ -41,3 +42,16 @@ $ bundle exec rake verify
Note that LabKit-Ruby uses the [`rufo`](https://github.com/ruby-formatter/rufo) for auto-formatting. Please run `bundle exec rake fix` to auto-format your code before pushing.
Please also review the [development section of the LabKit (go) README](https://gitlab.com/gitlab-org/labkit#developing-labkit) for details of the LabKit architectural philosophy.
### Releasing a new version
Releasing a new version can be done by pushing a new tag, or creating