• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.drone/H11-Oct-2021-7468

.github/H11-Oct-2021-166

backoff/H11-Oct-2021-222176

closer/H11-Oct-2021-105

concurrency/H11-Oct-2021-303207

crypto/tls/H11-Oct-2021-1,044867

flagext/H11-Oct-2021-829599

grpcclient/H11-Oct-2021-224177

grpcencoding/snappy/H11-Oct-2021-160134

grpcutil/H11-Oct-2021-546389

kv/H11-Oct-2021-8,4906,446

limiter/H11-Oct-2021-253174

math/H11-Oct-2021-142106

middleware/H11-Oct-2021-8469

modules/H11-Oct-2021-618429

multierror/H11-Oct-2021-6043

ring/H11-Oct-2021-11,6809,195

runtimeconfig/H11-Oct-2021-493355

runutil/H11-Oct-2021-9165

services/H11-Oct-2021-2,0641,417

spanlogger/H11-Oct-2021-276207

test/H11-Oct-2021-2723

time/H11-Oct-2021-221172

.errcheck-excludeH A D11-Oct-2021136 65

.gitignoreH A D11-Oct-202116 32

.golangci.ymlH A D11-Oct-2021498 2621

CHANGELOG.mdH A D11-Oct-20211.1 KiB1917

CONTRIBUTING.mdH A D11-Oct-20213.2 KiB12183

LICENSEH A D11-Oct-202111.1 KiB202169

MakefileH A D11-Oct-20213.7 KiB10273

README.mdH A D11-Oct-2021511 2212

go.modH A D11-Oct-20211.4 KiB4036

go.sumH A D11-Oct-202164.8 KiB675674

README.md

1# Grafana Dskit
2
3This library contains utilities that are useful for building distributed
4services.
5
6## Current state
7
8This library is still in development. During the first stage we plan to move over
9utilities from the [Cortex] project.
10
11[Cortex]: https://github.com/cortexproject/cortex
12
13## Contributing
14
15If you're interested in contributing to this project:
16
17- Start by reading the [Contributing guide](/CONTRIBUTING.md).
18
19## License
20
21[Apache 2.0 License](https://github.com/grafana/dskit/blob/main/LICENSE)
22