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

Pinpoint 3.0.1 - URL Statistic Path Showing /NULL #12070

Open
mongs-park opened this issue Feb 21, 2025 · 3 comments
Open

Pinpoint 3.0.1 - URL Statistic Path Showing /NULL #12070

mongs-park opened this issue Feb 21, 2025 · 3 comments

Comments

@mongs-park
Copy link

Subject: Pinpoint 3.0.1 - URL Statistic Path Showing /NULL

Hello,

I have deployed Pinpoint 3.0.1 using Docker Compose and am currently monitoring our application. However, in the URL Statistic section, the Path values are all being recorded as /NULL.

I have checked and modified the Pinpoint Agent configuration, but the issue persists.
Interestingly, in the Server Map, the URLs appear correctly, but in the URL Statistics, they are recorded as /NULL.

Setup & Tests:

  • Architecture: Client -> Web (Apache) -> WAS (WildFly with Pinpoint Agent)
  • Tested scenarios:
    • Servlet-based endpoints ✅
    • Spring MVC-based endpoints ✅
    • AJP worker-based requests ✅
    • Proxy-based requests ✅

Regardless of the request method, the URL Statistic Path still records /NULL, even though the URLs appear correctly in the Server Map.

Has anyone encountered this issue before, or is there a known solution?

Thanks in advance for your help!

@emeroad
Copy link
Member

emeroad commented Feb 21, 2025

https://pinpoint-apm.gitbook.io/pinpoint/documents/uri_statistics

If you are not using SpringFramework, Refer to the url-template configuration

Recommended URL-TEMPLATE

/user/info/1234 <- BAD Not recommended
/user/info/{userId} <- GOOD Recommended

@Ma-due
Copy link

Ma-due commented Feb 24, 2025

Have you resolved this issue? I need help. I am experiencing the same problem with Tomcat

@mongs-park
Copy link
Author

@emeroad Thank you for your answer, but I already did the way you said it but still get it as NULL.
Also, it's offering multiple services with multiple server, and it doesn't use a unified URL format. Is there a way to get the URL normally?

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

3 participants