Giter Club home page Giter Club logo

Comments (3)

girvenj avatar girvenj commented on June 30, 2024

Looking into this further, it look to be the agent is publishing the Category name to the dimension. Is there a way to prevent this?

from kinesis-agent-windows.

dhhoang avatar dhhoang commented on June 30, 2024

@girvenj ,
The Id and Category dimensions are added by default and there's currently no way to remove them

dimensions.Add(new Dimension() { Name = "Category", Value = category });

The reason is that metrics with different dimensions are technically different metrics so we don't want to merge them together when we send them to CloudWatch. The Id maps to the perfmon's Instance, while the category maps to perfmon Category or Counter Set. If we remove them then 2 different metrics coming from 2 different counter instances might get merged together by CloudWatch.

We have not considered the AWS Compute Optimizer use case. We'll take this as a feature request.

from kinesis-agent-windows.

girvenj avatar girvenj commented on June 30, 2024

It is only needed for the memory metrics. Maybe just allow an exclusion for that metric category. Compute Optimizer does not seem to care about any other metrics uploaded from the agent.

from kinesis-agent-windows.

Related Issues (19)

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.