NAlexPear / tracing-stackdriver

Stackdriver-compatible tracing Subscriber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use with GKE/Kubernetes Engine Monitoring?

cthulhua opened this issue · comments

I attempted to use this crate with a service that runs on GKE, but afaict Kubernetes Engine Monitoring requires 1 json structured log a line to be able to parse a jsonPayload; if it gets anything else , it just treats the payload as a textPayload.

Is this subscriber meant to work out of the box with GKE/Kubernetes Engine Monitoring? I ended up having to use tracing-subscriber with a custom FormatEvent impl to get structured logs.

This should be fixed by #3, released in version 0.2.0 🚀