mirror of https://github.com/grafana/grafana.git
* Updates the instrumentation_server service to use mux instead of the builtin router, and have it store the router in the module server: this is so we can register the /ring endpoint to check the status of the ring * Create a new Ring service that depends on the instrumentation server and declares it as a dependency for the storage server * Create standalone MemberlistKV service for Ring service to use * Update the storage server Search and GetStats handler to distribute requests if applicable |
||
|---|---|---|
| .. | ||
| aggregator | ||
| api | ||
| apimachinery | ||
| apis | ||
| apiserver | ||
| build | ||
| bus | ||
| cmd | ||
| codegen | ||
| components | ||
| events | ||
| expr | ||
| extensions | ||
| generated | ||
| ifaces/gcsifaces | ||
| infra | ||
| kinds | ||
| login/social | ||
| middleware | ||
| mocks/mock_gcsifaces | ||
| models | ||
| modules | ||
| plugins | ||
| promlib | ||
| registry | ||
| semconv | ||
| server | ||
| services | ||
| setting | ||
| storage | ||
| tests | ||
| tsdb | ||
| util | ||
| web | ||
| README.md | ||
| ruleguard.rules.go | ||
README.md
This directory contains the code for the Grafana backend.
The contributor documentation for Grafana's backend is in /contribute/backend/README.md.