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

Support to track URL along with URL Parameters #7975

Open
KamleshAtTray opened this issue Nov 19, 2024 · 0 comments
Open

Support to track URL along with URL Parameters #7975

KamleshAtTray opened this issue Nov 19, 2024 · 0 comments

Comments

@KamleshAtTray
Copy link

KamleshAtTray commented Nov 19, 2024

We record various metrics, such as P95, effective Load, Failure count, and Success Count, which are grouped by URL.

https://company.com/admin/reports?page={report_name}
where the page query parameter is necessary to identify the exact report called.

E.g. If page=Sales, the sales report is served to the caller.

For the report-related URLs, we are only able to track for URL /admin/reports and not the page URL parameters

As a workaround, we use a custom metric admin.report that stores time metrics and a tag called report that stores the report name.

We want to know if Datadog now supports recording metrics, their aggregation, and processing for complete URLs along with the query parameters so we can stop using the custom metrics.

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

No branches or pull requests

1 participant