Skip to content

Comments

feat(layers): add fastmetrics layer#6269

Merged
Xuanwo merged 2 commits intomainfrom
add-fastmetrics-layer
Jun 10, 2025
Merged

feat(layers): add fastmetrics layer#6269
Xuanwo merged 2 commits intomainfrom
add-fastmetrics-layer

Conversation

@koushiro
Copy link
Member

@koushiro koushiro commented Jun 8, 2025

Which issue does this PR close?

Closes #.

Rationale for this change

Add another metrics layer implementation

What changes are included in this PR?

fastmetrics is another OpenMetrics library I implemented.

Its implementation and APIs are referenced from prometheus_client and prometheus library, and it provides a convenient derive macro for registering metrics. It has been used in several of my own projects for a while, and I think it might be possible to push it into the OpenDAL repository.

Are there any user-facing changes?

@koushiro koushiro force-pushed the add-fastmetrics-layer branch from 575710f to d675c9c Compare June 9, 2025 14:01
@koushiro koushiro marked this pull request as ready for review June 9, 2025 14:40
@koushiro koushiro requested a review from Xuanwo as a code owner June 9, 2025 14:40
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. releases-note/feat The PR implements a new feature or has a title that begins with "feat" labels Jun 9, 2025
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thank you for working on this!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jun 10, 2025
@Xuanwo Xuanwo merged commit f7fd8eb into main Jun 10, 2025
359 checks passed
@Xuanwo Xuanwo deleted the add-fastmetrics-layer branch June 10, 2025 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer releases-note/feat The PR implements a new feature or has a title that begins with "feat" size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants