Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #588

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Grafana Dskit

This library contains utilities that are useful for building distributed
services.
services, including:
- Exponential [backoff](https://github.com/grafana/dskit/tree/main/backoff) for retries.
- A common [cache](https://github.com/grafana/dskit/tree/main/cache) API, implemented for Memcached and Redis.
- [Hedging](https://github.com/grafana/dskit/tree/main/hedging), sending extra duplicate requests to improve the chance that one succeeds.
- A common [key-value](https://github.com/grafana/dskit/tree/main/kv) API, implemented for Consul, Etcd and Memberlist.
- RPC [middlewares](https://github.com/grafana/dskit/tree/main/middleware), for metrics, logging, etc.
- A [services model](https://github.com/grafana/dskit/tree/main/services), to manage start-up and shut-down.

## Current state

This library is still in development. Continuously moving utilities from the all the Grafana database-related projects.
This library is used at scale in production at Grafana Labs.
A number of packages were collected here from database-related projects:

- [Mimir]
- [Loki]
Expand Down