feat(hugegraph): add native metrics exporter sidecar - #3413
Merged
weicao merged 4 commits intoAug 18, 2026
Conversation
The sidecar image is built from addons/hugegraph/exporter, but packaging that tree into the chart exceeds the Helm release Secret size. Ignore exporter/ so the tgz stays small enough for a normal addon install.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev/hugegraph-release-1.0 #3413 +/- ##
=========================================================
Coverage 0.00% 0.00%
=========================================================
Files 69 69
Lines 7275 7275
=========================================================
Misses 7275 7275 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
CI image check requires docker.io/apecloud/hugegraph-exporter to exist. Use the live-validated tag 0.1.0-31358092 instead of the unpublished 0.1.0 name.
Addon image checks require docker.io/apecloud images to publish both amd64 and arm64. Build the exporter with TARGETARCH and point the chart at the published 0.1.1 index.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Child PR for #3412. Adds a HugeGraph metrics sidecar and MonitorDefinition on top of the standalone development branch.
This is an observability enhancement, not an addon-api contract requirement. It matches the sidecar already attached on the Mobile Cloud / Skyworth debug instances.
What landed
hugegraph-exportersidecar on:9404with/healthzand/metricsspec.exporterscrape pointer on the ComponentDefinitionMonitorDefinition/hugegraphfor the existing collector pathaddons/hugegraph/exporterfor image builds.helmignoreexcludesexporter/so the chart tgz stays small enough for a Helm release Secretdocker.io/apecloud/hugegraph-exporter:0.1.1is a multi-arch index (linux/amd64 + linux/arm64), digestsha256:2b2e0f143e050f045a994b36a3c24b8a235a8547756a2a965fde9930c6412959Pins
dev/hugegraph-release-1.0@f0411fc8859cc63docker.io/apecloud/hugegraph-exporter:0.1.1hugegraph-exporter:0.1.0-31358092digesta95da524(amd64 only)Evidence
addons/hugegraph/tests/contract_test.shPASS on this headexporter/0.1.0-31358092tag; this PR switches the default to the multi-arch0.1.1so chart CI can passOut of scope