feat(internode): add transport observability (#3007)

* docs: add internode data transport RFC

* feat: add internode operation metrics

* fix feedback

* fix(ci): fallback protoc token to github.token

---------

Co-authored-by: Henry Guo <marshawcoco@users.noreply.github.com>
This commit is contained in:
Henry Guo
2026-05-19 15:16:05 +08:00
committed by GitHub
parent aa3f13c0d3
commit f695870626
7 changed files with 671 additions and 68 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ runs:
uses: arduino/setup-protoc@v3
with:
version: "34.1"
repo-token: ${{ inputs.github-token }}
repo-token: ${{ inputs.github-token || github.token }}
- name: Install flatc
uses: Nugine/setup-flatc@v1