-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #340]Integrate With OpenTelemetry #464
Conversation
It seems that I did something wrong with PR operation... I have brought up the previous pr. how can I solve it? |
Codecov Report
@@ Coverage Diff @@
## develop #464 +/- ##
=========================================
Coverage 9.84% 9.84%
Complexity 283 283
=========================================
Files 228 228
Lines 10829 10829
Branches 923 923
=========================================
Hits 1066 1066
Misses 9666 9666
Partials 97 97 Continue to review full report at Codecov.
|
@Roc-00 What do you mean? If this pr was submitted accidentally, then you can close it. If you have chosen the wrong branch, then you can edit this pr. BTW, there already seems to be some interest in this issue #340, if you want to deal with it, you would better describe your plan before submit a pr. |
|
Fixes ISSUE#<340>.
Motivation
Export metrics data with open telemetry and use Prometheus for visual observation
Modifications
There is a readme document in the code I submitted. I use idea to run locally. I download Prometheus in the window version of the official website. The operation method of docker written in readme is given by reference to open telemetry. I haven't actually operated it. I was successful in running locally. I'm not sure whether the code I wrote meets the requirements, so I didn't finish all the metrics, but wrote three. If there is anything wrong, please put it forward and I will modify and improve it. When the code is perfect and correct, I will continue to write the rest of the code.
Documentation