Skip to content

Commit

Permalink
chore: add Metrics in FlightMetadata (#134)
Browse files Browse the repository at this point in the history
* chore: add metrics to metadata

* chore: update metrics to message

* chore: change string to bytes for backward compatibility

* chore: rebase main
  • Loading branch information
shuiyisong authored Jan 16, 2024
1 parent 2c1f17d commit 65b008f
Show file tree
Hide file tree
Showing 6 changed files with 1,578 additions and 189 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ rust:
cargo build

go: go-deps
docker run -t -w /greptime-proto \
docker run --rm -t -w /greptime-proto \
--entrypoint ./scripts/generate-go.sh \
-v ${PWD}:/greptime-proto ${BUILDER_CONTAINER}

go-deps:
go mod download

java:
docker run -t -w /greptime-proto \
docker run --rm -t -w /greptime-proto \
--entrypoint ./scripts/generate-java.sh \
-v ${PWD}:/greptime-proto ${BUILDER_CONTAINER}

cpp:
docker run -t -w /greptime-proto \
docker run --rm -t -w /greptime-proto \
--entrypoint ./scripts/generate-cpp.sh \
-v ${PWD}:/greptime-proto ${BUILDER_CONTAINER}
Loading

0 comments on commit 65b008f

Please sign in to comment.