Skip to content

aj/fix fd max metric#535

Merged
astuyve merged 9 commits into
mainfrom
aj/fix-fd-max-metric
Jan 31, 2025
Merged

aj/fix fd max metric#535
astuyve merged 9 commits into
mainfrom
aj/fix-fd-max-metric

Conversation

@astuyve

@astuyve astuyve commented Jan 30, 2025

Copy link
Copy Markdown
Contributor

the early return here while mapping through the PID list means if a PID dies, we immediately stop reporting metrics from the rest.

This change just trace-level logs that and moves on.

In the future, we should rescan the pid list occasionally

before:
image

after:
image

@astuyve
astuyve requested a review from a team as a code owner January 30, 2025 02:35
Comment thread bottlecap/src/tags/lambda/tags.rs Outdated
const EXTENSION_VERSION_KEY: &str = "dd_extension_version";
// TODO(duncanista) figure out a better way to not hardcode this
const EXTENSION_VERSION: &str = "68-next";
const EXTENSION_VERSION: &str = "69-next";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it a good idea to change the version in this PR?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops, removing

@astuyve
astuyve merged commit 3d4776c into main Jan 31, 2025
@astuyve
astuyve deleted the aj/fix-fd-max-metric branch January 31, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants