GithubHelp home page GithubHelp logo

Comments (7)

kemuri-9 avatar kemuri-9 commented on May 27, 2024

Currently using v3.5.1

from applicationinsights-java.

heyams avatar heyams commented on May 27, 2024

@kemuri-9 sorry for the late response.
Please try this sample app filter telemetry based on request duration. I believe this will help.

from applicationinsights-java.

kemuri-9 avatar kemuri-9 commented on May 27, 2024

Looking at the referred example, it looks like the core functionality being referred to is within https://github.com/Azure-Samples/ApplicationInsights-Java-Samples/tree/main/opentelemetry-api/java-agent/extensions/FilterSpanBasedOnDuration
and this functionality is an open telemetry extension that decides whether to export (or to not export) the span based on its duration.
So the desired functionality is not purely available in the application insights json configuration, but requires a separate code module to be implemented.
Is this understanding correct?

from applicationinsights-java.

heyams avatar heyams commented on May 27, 2024

@kemuri-9 please take a closer look at the sample, it doesn't require a json configuration. sampling overrides apply at the beginning of the span. span duration is captured at the end of a span. Extensions give you more control to make decision what to export. You can filter based on any attributes or anything else that can be used uniquely identifying a span.

from applicationinsights-java.

kemuri-9 avatar kemuri-9 commented on May 27, 2024

Sorry, had a bit of a mistyping in my last comment about the intent, I've edited it to add the missing "not".
Up until now all of the configuration for app insights has been exclusively through the json configuration, there has been no writing of extensions.
The desired clarification was that for the desired behavior, an extension must be created and utilized. there is no applicable json configuration available for application insights to avoid having to maintain open telemetry extensions

from applicationinsights-java.

heyams avatar heyams commented on May 27, 2024

Looking at the referred example, it looks like the core functionality being referred to is within https://github.com/Azure-Samples/ApplicationInsights-Java-Samples/tree/main/opentelemetry-api/java-agent/extensions/FilterSpanBasedOnDuration and this functionality is an open telemetry extension that decides whether to export (or to not export) the span based on its duration. So the desired functionality is not purely available in the application insights json configuration, but requires a separate code module to be implemented. Is this understanding correct?

Yes

from applicationinsights-java.

kemuri-9 avatar kemuri-9 commented on May 27, 2024

Then there is a methodology to achieve the desired behavior, so resolved.

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.