Sha256: ac738dfe2b9010f9621fc34d76d2dedc3178ce00cab6910b55ef6b95daea3e89
Contents?: true
Size: 1.42 KB
Versions: 5
Compression:
Stored size: 1.42 KB
Contents
# LabKit-Ruby 🔬🔬🔬🔬🔬 LabKit-Ruby is minimalist library to provide functionality for Ruby services at GitLab. LabKit-Ruby is the Ruby companion for [LabKit](https://gitlab.com/gitlab-org/labkit), a minimalist library to provide functionality for Go services at GitLab. LabKit-Ruby and LabKit are intended to provide similar functionality, but use the semantics of their respective languages, so are not intended to provide identical APIS. ## Documentation API Documentation is available at [the Rubydoc site](https://www.rubydoc.info/gems/gitlab-labkit/). ## Functionality LabKit-Ruby provides functionality in three areas: 1. `Labkit::Correlation` for handling and propagating Correlation-IDs. 1. `Labkit::Logging` for sanitizing log messages. 1. `Labkit::Tracing` for handling and propagating distributed traces. ## Developing Anyone can contribute! ```console $ git clone git@gitlab.com:gitlab-org/labkit-ruby.git $ cd labkit-ruby $ bundle install $ # Autoformat code and auto-correct linters $ bundle exec rake fix $ # Run tests, linters $ 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.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
gitlab-labkit-0.3.0 | README.md |
gitlab-labkit-0.2.0 | README.md |
gitlab-labkit-0.1.2 | README.md |
gitlab-labkit-0.1.0.pre.1.pre.gcb57c95 | README.md |
gitlab-labkit-0.1.0 | README.md |