Giter Site home page Giter Site logo

Comments (5)

heyams avatar heyams commented on May 25, 2024 1

@dcbrown16 will do. We plan to GA sampling overrides in December's release. There might be some delay due to holidays and vacation around this time of the year. I will keep you informed though. Thanks!

from applicationinsights-java.

heyams avatar heyams commented on May 25, 2024 1

Just want to let you know that 3.5 GA will happen in January 2024 with OpenTelemetry 2.0 (will be released by the end of December 2023 if no delay). We will have a release in December for 3.4.19, but it won't have the sampling overrides GA.
@dcbrown16

from applicationinsights-java.

dcbrown16 avatar dcbrown16 commented on May 25, 2024

Hi @heyams , is there any info at this point about what changes we might need to make to use the GA version if currently using the preview version of sampling overrides? Thanks!
For additional context, we are working with a customer who is using the sampling override in a Java Web App, so they have to add App Insights manually right now, and they are wondering if they can continue as is, or if they need to make any updates and/or switch to autoinstrumentation.

from applicationinsights-java.

heyams avatar heyams commented on May 25, 2024

@dcbrown16 the only change is the json layout:

preview prior to 3.5 GA:

"preview": {
    "sampling": {
      "overrides": [
        {YOUR SAMPLING OVERRIDES}
     ]
   }
}

3.5+ GA:

"sampling": {
    "overrides": [
      {YOUR SAMPLING OVERRIDES}
   ]
 }

If your customer continues to use the deprecated preview json config, it will continue to work when they upgrade to 3.5 GA later. We support backward compatibility.

from applicationinsights-java.

heyams avatar heyams commented on May 25, 2024

@dcbrown16 I need to correct my early response.

We'll support the stable HTTP semconv in 3.5 GA, which contains lots of breaking changes that will affect existing sampling overrides. But we'll support backward compatibility using the old attribute keys.

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.