Radu Viorel Cosnita
Radu Viorel Cosnita
In the industry Opencensus / opentelemetry project is getting a lot of traction for shipping metrics and traces: https://opencensus.io/service/components/agent/ At the moment the number of official exporters for different TSDBs...
This provides a KairosDB exporter for the opencensus service. It is still WIP because I need to add the relevant tests for the exporter.
It would be nice to have a KairosDB exporter which can be used explicitly in the agent. The exporter should be configured using a configuration similar to the one below:...
This PR closes two outstanding issues: #2, #22 and #25 . With these two issues resolved it is trivial to implement rotating IVs if necessary.
At the moment the module does not support gcm mode. In order to keep backward compatibility, I suggest we introduce a directive which allows us to switch between cbc and...
It would be extremely beneficial to support variables while configuring the module. This will give us the possibility to implement rotating IV for each encrypted session. In addition, it allows...
I recently needed to monitor upstreams and decided based on received body if an upstream member is healthy or not. I updated your library so that it supports this.
# Environment ```none Windows build number: Version 10.0.22000.348 Your Distribution version: Ubuntu-20.04 Your WSLg version: 1.0.26 ``` # Steps to reproduce This issue reproduces after a period of time running...