Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(alloc): opentelemetry -> metrics #20

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Conversation

xDarksome
Copy link
Member

Description

Switches metrics machinery used in alloc crate from opentelemetry to metrics.

Additionally:

  • removes Cargo.lock from gitignore

How Has This Been Tested?

Not tested

Due Diligence

  • Breaking change
  • Requires a documentation update
  • Requires a e2e/integration test update

@xDarksome xDarksome self-assigned this Jun 19, 2024
@xDarksome xDarksome requested review from heilhead and nopestack June 19, 2024 10:56
"bin_size",
bin_const.size.try_into().unwrap_or(0i64),
)];
let gauge =
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this now a function instead of using macro like it was before?

Copy link
Member Author

Choose a reason for hiding this comment

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

Just DRY, we could use macro is well

@xDarksome xDarksome merged commit 7426384 into main Jun 19, 2024
6 checks passed
@xDarksome xDarksome deleted the feat/alloc-metrics branch June 19, 2024 11:07
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.

3 participants