Paulo Dias

Results 17 issues of Paulo Dias

- feat: add support for gathering flavor name instead of id in latest versions - feat: remove needs of Floating IPs API which is deprecated. See https://docs.openstack.org/api-ref/compute/#list-floating-ip-addresses ### Description In...

- feat: add support for gathering flavor name in Openstack discovery This PR was started from discussion in #14112 and #14166 ### Description In newer OpenStack Compute APIs (starting from...

The current `container` operator cannot handle multiline messages like Java stack traces. This PR adds the needed recombine operator to make it work. Probably in the future, this makes sense...

Stale

- feat: move floating ips function from deprecated Compute API /os-floating-ips to Network API /floatingips This PR was started from discussion in #14112 and #14166 ### Description The `/os-floating-ips` API...

Hi, I'm seeing some random HTTP 422 in some random queries that come from Grafana. I have done 20+ simultaneous curl requests, and randomly I see those HTTP 422. Even...

question

- feat: add support for gathering flavor name instead of id in latest versions - feat: move floating ips function from deprecated Compute API `/os-floating-ips` to Network API `/floatingips` -...

stale

### Description OpenStack Octavia natively supports enabling the Prometheus endpoint on some drivers, like `amphora`. For that, users need to create a listener with the `PROMETHEUS` protocol, and the metrics...

## Summary This PR adds the WHOIS input plugin to Telegraf, allowing users to collect WHOIS data for configured domains. It retrieves expiration timestamps, registrar details, and domain status. The...

feat
new plugin
plugin/input

## Summary I initially thought about creating a separate input plugin for JKS & PKCS12 key stores but decided to integrate it into x509_cert since the changes were minimal. This...

feat
plugin/input

I have the following setup with 3 server groups ``` promxy -> Grafana mimir dc1 -> dc1 -> google-us-dc1 -> google-us-dc2 -> Grafana mimir dc2 -> dc2 -> google-us-dc1 ->...

question