Marat Abrarov
Marat Abrarov
* Modified test client and c++-virtan so they can be built with recent version of Asio and C++ standard library * Switched test client and c++-virtan to CMake and C++11...
### Description Need to support the case when container [stdout is a binary log](https://github.com/mabrarov/maven-docker-builder/blob/master/app/pom.xml#L54), e.g. [container command](https://github.com/mabrarov/maven-docker-builder/blob/master/builder-image/src/main/resources/Dockerfile#L43) looks like: ``` CMD ["/usr/bin/cat", "/out.tar.gz"] ``` This is a frequent pattern for...
Not an issue (I just failed to find place where I can ask about it): Is there a way (configuration) to prevent any instrumentation of Java classes (byte code changes)...
Not an issue but feature request: It would be very helpful if Zorka could support TLS - both certificate based TLS and TLS PSK, in both passive and active modes....
Problem: I use OpenShift 3.11 with headless OpenShift (K8s) service. The pods, which I run in OpenShift, use TLS certificate issued by OpenShift CA. I want to use Blackbox exporter...
Implementation of [Upstream](https://docs.fluentbit.io/manual/configuration/upstream_servers) feature for the Elasticsearch output plugin. Refer to https://github.com/fluent/fluent-bit/pull/7608 for the changes in Fluent Bit code.
Implementation of [Upstream](https://docs.fluentbit.io/manual/configuration/upstream_servers) feature for the Elasticsearch output plugin. This pull request is based on pull request #1560 and Forward output plugin. It was tested in a local setup with:...