Mohab Usama
Mohab Usama
**Is your feature request related to a problem? Please describe.** Assuming the following routes in a custom skipper deployment: ``` backendService: Path("/apis/backend-service/*resources") -> oauthGrant() ... -> "https://backend-service.example.org"; ui: * ->...
Right now we have multiple infrastructure discovery agents used to sync different third-party system components to ZMON entities (e.g. AWS, Kubernetes, GCP ...). Each agent is standalone, however a lot...
As Python2 is being [retired in 2020](https://pythonclock.org/), dropping support for 2.7 would make sense.
Verison 1.0.41 client initialization parses process arguments which leads to failure due to unrecognized args. Fails in calling `self.get_args()` https://github.com/spotinst/spotinst-sdk-python/blob/master/spotinst_sdk/__init__.py#L82 https://github.com/spotinst/spotinst-sdk-python/blob/master/spotinst_sdk/__init__.py#L3503
As described here: https://github.com/scalyr/scalyr-agent-2/releases/tag/v2.0.29 Also suggested here: https://github.com/zalando-incubator/kubernetes-on-aws/issues/620
Allow grouping logs in UI by specific field (e.g. application, cluster, etc...)
In case Scalyr API key was changed while there was an existing ``agent.json``, the ``initContainer`` doesn't update the API key. This would cause ``scalyr-agent`` container to continuously fail. ``initContainer`` should...
Push to pypi
Implement ability to load any agent processor (plugin)
Support Django 1.6 Context: I am trying to add tracing for a [Sentry](https://github.com/getsentry/sentry/) deployment.