Jonathan Sokolowski

Results 30 comments of Jonathan Sokolowski

This is expected behaviour, see https://github.com/jsok/hiera-vault/blame/master/README.md#L138 for details.

It seems the regression was introduced in https://github.com/garethflowers/docker-ftp-server/pull/63 ? i.e. it should have been `exec /usr/sbin/vsftpd` so that the daemon replaces the shell script process and also receives any signals.

This is complicated by the fact that the schema setup is done via `initContainer`s, which IIUC run before `sideContainer`s start, i.e. the sql proxy won't be running yet. Edit: as...

Does https://github.com/hashicorp/terraform-provider-google/pull/23199 resolve this?

> This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days It's been...

> This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days 🙅

IMHO developers should decide if the increased cardinality is justified or not. Maybe I'm doing it wrong but in my experience it's much cheaper to add an attribute to a...

> What attributes are you adding? These are domain/service specific attributes in the context. In the case of our monitoring platform (Datadog) we still has the ability to choose to...

> If there are domain/service specific attributes than maybe you can create domain/service specific metrics that would use these attributes instead asking to add custom attributes to instrumentation libraries which...

Appreciate the response @pellared We seem to already have a few ways to add metric attributes: * `OTEL_RESOURCE_ATTRIBUTES` env var (and resource detectors in general) at an SDK level *...