GoogleCloudPlatform / fluent-plugin-detect-exceptions

A fluentd plugin that scans line-oriented log streams and combines exceptions stacks into a single log entry.
Apache License 2.0
192 stars 69 forks source link

Go Exceptions completion #72

Open faust64 opened 4 years ago

faust64 commented 4 years ago

The Kubernetes API server may throw exceptions that would not be caught by that plugin.

A concrete sample would be to deploy FUSE on OpenShift, with NetworkPolicies. If said NetworkPolicies prevent the k8s API server to communicate with some Jolokia service, then we would find a trace in the API server logs. That traces starts with a goroutine <int> ..., with no prior mention of a "panic" or "http: panic".

googlebot commented 4 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

faust64 commented 4 years ago

@googlebot I signed it!

googlebot commented 4 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.