apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.58k stars 512 forks source link

feat(pd-store): added the OpenTelemetry trace support for pd-store #2479

Closed VGalaxies closed 3 months ago

VGalaxies commented 3 months ago

follow up https://github.com/apache/incubator-hugegraph/pull/2477

usage (after running otel-collector):

./bin/start-hugegraph-pd.sh -y true
./bin/start-hugegraph-store.sh -y true
./bin/start-hugegraph.sh -y true
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (pd-store@d56ad10). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## pd-store #2479 +/- ## =========================================== Coverage ? 55.25% Complexity ? 1902 =========================================== Files ? 718 Lines ? 58320 Branches ? 7489 =========================================== Hits ? 32227 Misses ? 22912 Partials ? 3181 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

imbajin commented 3 months ago

Seems we could ignore the unrelated test error?

VGalaxies commented 3 months ago

Seems we could ignore the unrelated test error?

Are you referring to the expected failure of the hstore core tests? It can be ignored for now.