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

Debug Metrics #1474

Open
SyntaxNode opened this issue Sep 3, 2020 · 3 comments
Open

Debug Metrics #1474

SyntaxNode opened this issue Sep 3, 2020 · 3 comments
Labels

Comments

@SyntaxNode
Copy link
Contributor

Motivation

This proposal addresses a discussion in #745 to provide hosts with visibility in how many auctions are running with debugging enabled.

Feature Request

Add new general metrics and new account metrics to track the number of requests received with debugging enabled through either the test or debug flag.

  1. Add a new counter metric requests_debug which increments whenever a new request with debugging enabled is received. May be compared with the existing requests counter metric to determine percentages.

  2. Add a new account metric account_requests_debug which increments whenever a new request with debugging enabled for a specific account is received. May be compared with the existing account_requests counter metric to determine percentages. Since account cardinality may be very high, this should be controlled with an option.

  3. Add a new metrics.disabled.account_debug config option to control enabling the account metric. Due to potentially very high account cardinality, this option will default to true, matching the default for metrics.disabled.account_adapter_details.

@SyntaxNode SyntaxNode added the Intent to implement An issue describing a plan for a major feature. These are intended for community feedback label Sep 12, 2020
@SyntaxNode SyntaxNode added PBS-Java Ready For Dev Feature specification is ready to be developed. and removed Intent to implement An issue describing a plan for a major feature. These are intended for community feedback labels Jun 28, 2022
@bretg bretg removed the projectboard label Sep 8, 2022
@bretg
Copy link
Contributor

bretg commented Dec 12, 2022

@SyntaxNode - this is flagged with the PBS-Java label, but there's no Go PR linked and I don't see these strings in the Go codebase. Is this done in the Go implementation?

@bretg bretg moved this from Triage to Clarify Request in Prebid Server Prioritization Dec 12, 2022
@SyntaxNode
Copy link
Contributor Author

Yes, this was completed for PBS-Go in #2246.

@bretg bretg moved this from Clarify Request to Ready for Dev in Prebid Server Prioritization Jul 14, 2023
@bretg
Copy link
Contributor

bretg commented Sep 8, 2023

Confirmed this is not yet ported to PBS-Java

@bretg bretg removed the Ready For Dev Feature specification is ready to be developed. label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Ready for Dev
Development

No branches or pull requests

2 participants