Closed daande closed 3 years ago
HI @daande,
Failed to dump Resolv::IPv4 Object to JSON in strict mode.
It looks like you could be calling set_tag
with a value that can't be serialized - (Resolv::IPv4 Object). I don't believe we ever log an IPv4 object ourselves.
If you are setting that value, could you instead call set_tag
with a string value of that object instead?
On my side, I'll will add some protections in the next gem version to better handle these cases.
@pglombardo We are not calling set_tag
anywhere in the codebase any other ideas?
It is working locally if you want to hop on a call to see what I am looking at that might be helpful as well?
Hi Dane - Just saw your reply and ticket. It's after hours for me and I responded on the ticket to schedule something hopefully tomorrow if possible. Let's continue on the ticket to schedule.
@pglombardo I think we can close this ticket now as your recent release to the gem have fixed the issue reported above
Locally I have backtracing working correct with an instana agent running locally and seeing logs like this:
And the backtracing button is available
However inside our infrastructure we are seeing the following stack traces and no backtracing button:
Wondering how we can fix it?