mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Context: https://docs.google.com/document/d/1JqrU3NjM9HoGLSTPYOvR217f5HBKBiJTqikEB9UiJL0/edit# Signed-off-by: Bartek Plotka <bwplotka@gmail.com> Fixed proto comments after reviews. Signed-off-by: Bartek Plotka <bwplotka@gmail.com> Fixed one more comment typo. Signed-off-by: Bartek Plotka <bwplotka@gmail.com> Moved response_type to accepted_response_types. Signed-off-by: Bartek Plotka <bwplotka@gmail.com> Fixed typo in comment. Signed-off-by: Bartek Plotka <bwplotka@gmail.com> Addressed comments. Signed-off-by: Bartek Plotka <bwplotka@gmail.com> Added requirements for ChunkedSeries fields. Signed-off-by: Bartek Plotka <bwplotka@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
remote.pb.go | ||
remote.proto | ||
rpc.pb.go | ||
rpc.pb.gw.go | ||
rpc.proto | ||
types.pb.go | ||
types.proto |
The compiled protobufs are version controlled and you won't normally need to re-compile them when building Prometheus.
If however you have modified the defs and do need to re-compile, run
make proto
from the parent dir.
In order for the script to run, you'll need protoc
(version 3.5.1) in your
PATH.