Giter Site home page Giter Site logo

Comments (5)

jeanbisutti avatar jeanbisutti commented on May 26, 2024

@omni-htg Instead of adding and configuring the Ktor instrumentation library, you can enable the Ktor automatic instrumenation provided by Application Insights:

{
  "preview": {
    "instrumentation": {
      "ktor": {
        "enabled": true
      }
    }
  }
}

Please let us know if it works for you.

from applicationinsights-java.

omni-htg avatar omni-htg commented on May 26, 2024

Thank you, @jeanbisutti !

I have tried using the APPLICATIONINSIGHTS_PREVIEW_INSTRUMENTATION_KTOR_ENABLED environment variable and removing the OpenTelemetry Ktor instrumentation library, which seems to work with 3.4.19.

I do have a couple of questions though:

  • Is there a reason this stopped working from 18 to 19?
  • How can I confirm that the automatic instrumentation is enabled?
  • By removing the OpenTelemetry Ktor library, I lose access to the OpenTelemetry operations, like accessing TraceId or adding Custom Dimensions.

Thanks once again for your assistance.

from applicationinsights-java.

trask avatar trask commented on May 26, 2024

Is there a reason this stopped working from 18 to 19?

I suspect this may be a bug, fixed upstream already but not released yet: open-telemetry/opentelemetry-java-instrumentation#10026

you can try to workaround the bug by adding this dependency to your application: io.opentelemetry:opentelemetry-sdk-extension-incubator:1.32.0-alpha

from applicationinsights-java.

omni-htg avatar omni-htg commented on May 26, 2024

Hey @trask !

Just tried adding that package to the project and use 19 again -- same results.
Thank you for trying!

If you have another workaround in mind, please let me know.
Else, what is the ETA for that bugfix?

from applicationinsights-java.

omni-htg avatar omni-htg commented on May 26, 2024

Hello team!

Is there any other input I could provide to help get to the bottom of this issue?

Thanks!

from applicationinsights-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.