sentry-kubernetes icon indicating copy to clipboard operation
sentry-kubernetes copied to clipboard

Kubernetes event reporter for Sentry

Results 37 sentry-kubernetes issues
Sort by recently updated
recently updated
newest added

Getting this error from a deployed pod: ``` 2019-12-19 13:42:24,350 Unhandled exception occurred. Traceback (most recent call last): File "./sentry-kubernetes.py", line 66, in main watch_loop() File "./sentry-kubernetes.py", line 107, in...

Adding the Ability to pass in a specific KubeConfig instead of relying on in cluster. Also making info the default log_level as error didn't make sense.

The current version of the kubernetes package does not work on later versions of Kubernetes. Updating it to `v10.0.1` allows it to work with at least Kubernetes `v1.16x` Also removing...

The docker image has no version tags which means the deployed version cannot be pinned. https://hub.docker.com/r/getsentry/sentry-kubernetes/tags Please provide tagged releases on Docker Hub.

We make use of labels to identify resources belonging to applications and/or teams. It would be really useful to have those as tags in sentry to filter by them. So...

Bumps google.golang.org/protobuf from 1.29.1 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.29.1&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

Option to add custom tags like pod.Labels: We make use of labels to identify resources belonging to applications and/or teams. It would be really useful to have those as tags...

It seems currently this approach only works on collecting "events", like: message Back-off restarting failed container without actual pod logs output that explains an error, any thoughts how this can...

### Environment Currently the latest docker image: ghcr.io/getsentry/sentry-kubernetes:ff2386f6b1176a36ebfcdb96222ae5840dac8cf1 AWS EKS, version: 1.24 ### Steps to Reproduce 1. Run the sentry-kubernetes image in a Kubernetes cluster with cron job monitoring enabled...

Simple fix to a segfault when automatic CRON monitoring is enabled. Resolves https://github.com/getsentry/sentry-kubernetes/issues/90