Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix opencensus deprecated warnings #677

Closed
arolfes opened this issue Apr 14, 2020 · 0 comments · Fixed by #678
Closed

Fix opencensus deprecated warnings #677

arolfes opened this issue Apr 14, 2020 · 0 comments · Fixed by #678

Comments

@arolfes
Copy link
Contributor

arolfes commented Apr 14, 2020

inspectit-ocelot uses 3 methods from io.opencensus which are marked as deprecated

  • io.opencensus.tags.Tag#create(io.opencensus.tags.TagKey, io.opencensus.tags.TagValue)
  • io.opencensus.exporter.trace.jaeger.JaegerTraceExporter#createAndRegister(java.lang.String, java.lang.String)
  • io.opencensus.exporter.trace.zipkin.ZipkinTraceExporter#createAndRegister(java.lang.String, java.lang.String)

fixing these warnings should make an upgrade of opencensus easier

@arolfes arolfes changed the title fix opencensus deprecated warnings Fix opencensus deprecated warnings Apr 14, 2020
arolfes added a commit to arolfes/inspectit-ocelot that referenced this issue Apr 14, 2020
arolfes added a commit to arolfes/inspectit-ocelot that referenced this issue Apr 14, 2020
replace deprecated constructor from AbstractAppender
@mariusoe mariusoe linked a pull request Apr 15, 2020 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant