-
Notifications
You must be signed in to change notification settings - Fork 674
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
NOISSUE-Update initialization of instanceID #1873
NOISSUE-Update initialization of instanceID #1873
Conversation
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #1873 +/- ##
=======================================
Coverage 67.53% 67.53%
=======================================
Files 118 118
Lines 9457 9457
=======================================
Hits 6387 6387
Misses 2395 2395
Partials 675 675
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also rename this https://github.com/ianmuchyri/mainflux/blob/e92ca98508dae7eb65da4fa0a09da8b54e06933f/internal/clients/jaeger/provider.go#L41 as depicted by opentelemetry quidelines https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/host.md
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* update initialization of instanceID Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * remove capital letter in error log Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * rename instanceID to host.id Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * remove previous fix Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> --------- Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> Co-authored-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
* update initialization of instanceID Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * remove capital letter in error log Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * rename instanceID to host.id Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * remove previous fix Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> --------- Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> Co-authored-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
What does this do?
removes unnecessary
instanceID
initialization and instead usescfg.InstanceID
directly.Which issue(s) does this PR fix/relate to?
List any changes that modify/break current functionality
none
Have you included tests for your changes?
no
Did you document any new/modified functionality?
no
Notes