Jonathan Ballet

Results 29 issues of Jonathan Ballet

#513 added the metrics but they were not documented. I'm not sure about the "cardinality" content ; this is my understanding: * `elasticsearch_ilm_status` has an `operation_mode` label which can have...

It has been changed in #2685 but the behavior is not really documented: * `teams` supports a comma-separated list of teams, through the `name` fields only * if the list...

Python 3.12 has been released in October 2023, it should be tested in the CI. Python 3.7 is not maintained anymore, removing it from the minimum required version in `pyproject.toml`...

This adds a new HTTP-specific processor that formats logs according to the `HttpRequest` Google Cloud Logging log format. See: https://cloud.google.com/logging/docs/structured-logging#structured_logging_special_fields See: https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#httprequest Fix: #32 --- This introduces: * A new...

Since https://github.com/hashicorp/nomad/pull/17017, HashiCorp provides an official Docker image for Nomad available at https://hub.docker.com/r/hashicorp/nomad, rendering this repository not very useful. Unless there's a specific need for https://hub.docker.com/r/multani/nomad/, I will archive this...

[Histograms are built](https://github.com/stripe/smokescreen/blob/1b618edf4d3dda409ab7a00cdf3f202e143b5289/pkg/smokescreen/metrics/prometheus_metrics.go#L202-L204) using the default bucket definitions: > If `Buckets` is left as nil or set to a slice of length zero, it is replaced by default buckets. >...

Some load balancers, such as [AWS Network Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/edit-target-group-attributes.html#proxy-protocol), only offers PROXY protocol v2. The library used by smokescreen, [github.com/armon/go-proxyproto](https://github.com/armon/go-proxyproto/), only supports PROXY protocol v1 (cf. https://github.com/armon/go-proxyproto/issues/5) Would it be...

## Changes - Mark the "giggle" client as "no longer in development" ## Context The website points to https://gitlab.gnome.org/Archive/giggle, which is marked as "archived" ; [latest tag 0.7 is 12...

When multiple messages are produced roughly at the same time, the previous time precision may not be enough to correctly order the events inside Google Cloud Logging. [This format](https://cloud.google.com/logging/docs/agent/logging/configuration#timestamp-processing) has...

enhancement