mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Chore: Update readme for entity store (#79586)
* Chore: Update readme for entity store * Update pkg/services/store/entity/README.md Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> * Apply review feedback --------- Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
This commit is contained in:
parent
54dc5846c2
commit
86ac431097
@ -137,4 +137,14 @@ GF_GRAFANA_APISERVER_STORAGE_TYPE=unified-grpc ./bin/grafana server
|
||||
You can then list the previously-created playlists with:
|
||||
```sh
|
||||
kubectl --kubeconfig=./grafana.kubeconfig get playlist
|
||||
```
|
||||
```
|
||||
|
||||
## Changing protobuf interface
|
||||
|
||||
- install [protoc](https://grpc.io/docs/protoc-installation/)
|
||||
- install the protocol compiler plugin for Go
|
||||
```sh
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||
```
|
||||
- make changes in `.proto` file
|
||||
- to compile all protobuf files in the repository run `make protobuf` at its top level
|
||||
|
Loading…
Reference in New Issue
Block a user