elgris
elgris
'cygwin' is windows-related kind of platform that should be treated by cocos console. When you try to use thee console in cygwin it usually says `There isn't any available platforms`...
Hello guys! I'm just wondering if you're considering to make Logger _interface_ instead of **struct**. This can allow to switch between logger implementations. Even PHP-world decided to develop convenient [logger...
Here's the story: `HttpServletRequestExtractAdapter` extracts all the header values into a map. Just wondering, what would be the best way for it to skip some specific headers. For instance, I...
As a ZMON user I want to be sure that ZMON fails fast if Redis is not present or is responding slowly So the behaviour is more predictable Acceptance criteria...
In case of misconfiguration of KairosDB connection, zmon-controller throws exceptions which look like ``` ip-172-31-134-34 docker/5938ae6341fa[826]: java.net.ConnectException: Connection refused #011at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_91] #011at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_91] #011at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:171) ~[httpcore-nio-4.4.5.jar!/:4.4.5] #011at...
As a ZMON user I want to see the reason of why I cannot save new dashboard if its name is "New dashboard" So I'm not frustrated. Acceptance criteria -...
# User story **As a** developer **I want** controllers located in `org.zalando.zmon.api` log exceptions **So that** I have better visibility on problems # Explanation Some controller classes already have `@ExceptionHandler`s...