-
Notifications
You must be signed in to change notification settings - Fork 205
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
Removed http_json_api metrics from ledger metrics [DPP-1307]. #15552
Removed http_json_api metrics from ledger metrics [DPP-1307]. #15552
Conversation
ledger-service/db-backend/src/main/scala/com/digitalasset/http/dbbackend/Queries.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left 2 minor comments. Let me know when addressed. Looks good!
@mziolekda Addressed them. |
val registry: MetricRegistry, | ||
val otelMeter: OtelMeter, | ||
) { | ||
) extends DropwizardFactory { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are the reasons for HttpJsonApiMetrics
to extend DropwizardFactory
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No reason, I overlooked that the subsequent timers are created by a DropwizardFactory
defined into the class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing it.
changelog_begin changelog_end
7b9c6cc
to
1918455
Compare
rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, removing those dependencies is a positive move at any measure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
DPP-1307