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

[Manual Backport 0.5-nexus] Add read/write bytes metrics (#803) #835

Conversation

ykmr1224
Copy link
Collaborator

Manually backport 2a647d4 from #803

Auto backport failed due to conflict in build.sbt

* Add read/write bytes metrics

Signed-off-by: Tomoyuki Morita <moritato@amazon.com>

* Add unit test

Signed-off-by: Tomoyuki Morita <moritato@amazon.com>

* Address comments

Signed-off-by: Tomoyuki Morita <moritato@amazon.com>

---------

Signed-off-by: Tomoyuki Morita <moritato@amazon.com>

(cherry picked from commit 2a647d4)
@@ -120,6 +120,7 @@ lazy val flintCore = (project in file("flint-core"))
"software.amazon.awssdk" % "auth-crt" % "2.28.10",
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
"org.projectlombok" % "lombok" % "1.18.30" % "provided",
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is added in flintCommons, do we still need it in flintCore?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I used lombok for this PR in flintCore.

Copy link
Collaborator

Choose a reason for hiding this comment

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

i mean flintCore depends on flintCommons, do we still need it?

Copy link
Collaborator

Choose a reason for hiding this comment

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

if we want to remove it we can first remove in main. Let's keep this pr just as a simple backport

@seankao-az seankao-az merged commit f790d35 into opensearch-project:0.5-nexus Oct 30, 2024
3 of 4 checks passed
@ykmr1224 ykmr1224 deleted the backport/backport-803-to-0.5-nexus branch October 31, 2024 05:06
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