Skip to content

Commit

Permalink
add prometheus and protobuf as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef committed Dec 7, 2024
1 parent 393c31d commit 7bfd40c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "prometheus"]
path = prometheus
url = git@github.com:prometheus/prometheus.git
[submodule "protobuf"]
path = protobuf
url = https://github.com/gogo/protobuf.git
2 changes: 1 addition & 1 deletion app/src/project/core/prometheus_protobuf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
These files were created by:

1. cloning prometheus (git@github.com:prometheus/prometheus.git) and protobuf (git clone https://github.com/gogo/protobuf.git)
1. checking out submodules of this repository (prometheus and protobuf)
2. Installing go and a bunch of stuff I'm not sure is necessary
3. Running `make proto` in prometheus's root dir until the error was `--gogofast_out: protoc-gen-gogofast: Plugin failed with status code 1.` - not sure if that was necessary
4. running `protoc -I=. -I=../../protobuf --python_out=. ../../protobuf/gogoproto/gogo.proto types.proto remote.proto` in `prometheus/prompb`
Expand Down
1 change: 1 addition & 0 deletions prometheus
Submodule prometheus added at af2a1c
1 change: 1 addition & 0 deletions protobuf
Submodule protobuf added at f67b89

0 comments on commit 7bfd40c

Please sign in to comment.