Matthias Rampke

Results 249 comments of Matthias Rampke

I am only the janitor here 😬 At the moment, the CloudWatch exporter relies heavily on the community (you) to support it and investigate issues. Please document what you find...

InfluxDB [supports TLS](https://docs.influxdata.com/influxdb/v2.0/security/enable-tls/) so there should be no problem there. As far as I can tell, when you enable it it becomes the only endpoint, so I think disabling UDP...

As of 2.0, InfluxDB also [dropped the UDP support](https://docs.influxdata.com/influxdb/v2.0/upgrade/v1-to-v2/#supported-protocols).

Also, 2.0 only supports token authentication. We can do that later (#80) but I think it would be good if we could support that in general.

Could this be a Windows-specific issue? I am unfortunately not familiar with Java-on-Windows _at all_, you may have better luck with the [community channels](https://prometheus.io/community). In my hastily assembled setup, I...

To what extent can this be done using Kubernetes primitives already? For example, while we haven't done it yet, we have thought about autoscaling vtgate on the number of concurrent...

My understanding of the behavior so far has been that, if no authentication information is given in the configuration file, we defer to the SDK. Since this is the default...

Is this the right one? https://docs.aws.amazon.com/credref/latest/refdocs/overview.html On Sat, Mar 13, 2021, 00:46 Julien Pivotto ***@***.***> wrote: > I am wondering if the file would override env variables or not. I...

I thought about changing the default in the past but never tackled that. With Histograms v2 in the works, I would rather not change the default now – they will...