Loading README.md +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,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::UserExperienceSli` for tracking User Experience SLIs. More on the [README](./lib/labkit/user_experience_sli/README.md). 1. `Labkit::ApplicationSli` for tracking Application SLIs (Apdex and error-rate). More on the [README](./lib/labkit/application_sli/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 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,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::UserExperienceSli` for tracking User Experience SLIs. More on the [README](./lib/labkit/user_experience_sli/README.md). 1. `Labkit::ApplicationSli` for tracking Application SLIs (Apdex and error-rate). More on the [README](./lib/labkit/application_sli/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