Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ LabKit-Ruby provides functionality in a number of areas: 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::CoveredExperience` for tracking covered experiences. More on the [README](./lib/labkit/covered_experiences/README.md). 1. `Labkit::CoveredExperience` for tracking covered experiences. More on the [README](./lib/labkit/covered_experience/README.md). 1. `Labkit::FIPS` for checking for FIPS mode and using FIPS-compliant algorithms. 1. `Labkit::Logging` for sanitizing log messages. 1. `Labkit::Metrics` for metrics. More on the [README](./lib/labkit/metrics/README.md). Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ LabKit-Ruby provides functionality in a number of areas: 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::CoveredExperience` for tracking covered experiences. More on the [README](./lib/labkit/covered_experiences/README.md). 1. `Labkit::CoveredExperience` for tracking covered experiences. More on the [README](./lib/labkit/covered_experience/README.md). 1. `Labkit::FIPS` for checking for FIPS mode and using FIPS-compliant algorithms. 1. `Labkit::Logging` for sanitizing log messages. 1. `Labkit::Metrics` for metrics. More on the [README](./lib/labkit/metrics/README.md). Loading