-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Failed to insert statistics. Cause:SpanEvent has invalid format #9178
Comments
These logs are printed when spanEventApplicationName is null. If you are using custom database plugin you implemented, please check if the service code is within pinpoint/collector/src/main/java/com/navercorp/pinpoint/collector/service/TraceService.java Lines 214 to 225 in 0f4ecb7
pinpoint/collector/src/main/java/com/navercorp/pinpoint/collector/service/TraceService.java Lines 238 to 246 in 0f4ecb7
|
similar error was encountered, and didn't use any custom database plugin.
|
@dyingtime |
cool,thanks you for your work. i will try it. |
I'm always asking this question. Please help me look
pinpoint-collector.log:
09-13 11:42:18.018 [Span-Worker-172] WARN c.n.p.c.s.TraceService : Failed to insert statistics. Cause:SpanEvent has invalid format.(application:dfds/5656699999-d5rct[SPRING_BOOT], spanEventApplication:null[MYSQL]) 09-13 11:42:25.025 [Span-Worker-466] WARN c.n.p.c.s.TraceService : Failed to insert statistics. Cause:SpanEvent has invalid format.(application:dfds/5656699999-d5rct[SPRING_BOOT], spanEventApplication:null[MYSQL]) 09-13 11:42:25.025 [Span-Worker-466] WARN c.n.p.c.s.TraceService : Failed to insert statistics. Cause:SpanEvent has invalid format.(application:dfds/5656699999-d5rct[SPRING_BOOT], spanEventApplication:null[MYSQL])
The text was updated successfully, but these errors were encountered: