Giter Site home page Giter Site logo

Comments (4)

heyams avatar heyams commented on June 6, 2024 1

@bradacina this is a list of default metrics we collect https://github.com/microsoft/ApplicationInsights-Java/wiki/Default-Metrics-Captured-by-Java-3.0-Agent. Some of these are required by the Applicaiton Insights Azure Portal UI.

You can add prefix to all metrics using OpenTelemetry extension when 3.5 GA is released, but please note that it will break some UI if you're ok with it?

from applicationinsights-java.

bradacina avatar bradacina commented on June 6, 2024 1

Sounds good! Thank you madam!

from applicationinsights-java.

heyams avatar heyams commented on June 6, 2024

Hi @bradacina, Application Insights azure portal requires certain metrics (auto-collected) to have fixed names. Ideally, you wouldn't want to add the same prefix to all metrics.
However, you can set your own rolename so that you can group all your metrics under the same role name using metrics filter.

Under the metrics blade, you can use filtering based on the cloud role name:
image

Hope that helps and please let me know if that resolves your issue.

from applicationinsights-java.

bradacina avatar bradacina commented on June 6, 2024

Hi @heyams . Thank you for your reply! And sorry for my late reply. I'm on UTC+1 timezone.

Yes we set role names for each of the micro services. What makes it difficult for us right now is that we already have hundreds of metrics with different names (and prefixes - see screenshots) that are grouped together, so easy to "find", but the new metrics from the jar with "standard" names are interspersed between the existing ones. We can specify the Filter after we've selected a metric. And then in the Filter you only get to see the Cloud Role Name that emits that metric ( in our case it'll be just one, because each service outputs prefixed metrics ). So the time was already "spent" looking for the correct metric and the Filter doesn't help much. It would be ideal to add Filter first, and then add Metric.

image
image

Anyway, I don't want to drag this on and waste your time. This is not a feature that is going to make a big impact. I wanted to know if there's a way to prefix the metrics that's all.

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.