bryanklewis / prometheus-eventhubs-adapter

Use Azure Event Hubs as a remote storage for Prometheus
Apache License 2.0
10 stars 12 forks source link

snappy: corrupt input #14

Closed tommyJimmy87 closed 4 years ago

tommyJimmy87 commented 4 years ago

Hi I'm trying to use the adapter to send the alerts to EventHub.

I'm using Prometheus operator by coreos:

When I receive the message I have this error : "snappy: corrupt input" . As per documentation https://github.com/helm/charts/tree/master/stable/prometheus-operator I tried to set up also "walCompression" to true but same error.

Also do you know how to test snappy (I tried from postman and I have the same error).