Àlex Pérez

Results 38 comments of Àlex Pérez

Also it could be used with some webpages that are on flaky servers and have some requests just fail for whatever reason, even if most of them usually work.

With terraform 12 this can be easily workarounded, thanks to the for loop. A very improbable code: ```terraform locals { k8s_admins = [ for user in data.terraform_remote_state.iam.outputs.admin_members[0] : { user_arn...

It's also happening to me. Exactly with the `prometheus-community`, which I know from a fact that works. I'm having problems with both prometheus-stack and prometheus-push-gateway. I'm using the latest version...

I'll double post instead of edit because I think it may be useful to other people. When using the format: ```hcl resource "helm_release" "prometheus_stack" { name = "ps" namespace =...

@avara1986 Hey, would it be interesting this feature using https://github.com/keleshev/schema? It seems pretty interesting. This way, the configuration that a service (or whatever) supports would be explicit, right now it's...

Also, not sure if related to this, but I think there should be a general way to set some sane defaults for all modules.

Related PR. https://github.com/python-microservices/pyms/pull/187

It is, consul can be used as service discovery. This issue goes to the generic implementation and #190 to a consul backend for this implementation, in my opinion.

It mostly works, I'm only having one issue with the Histogram. Waiting until somebody answers, since the documentation is pretty poor. https://github.com/open-telemetry/opentelemetry-python/issues/1229