WesselAtWork

Results 5 comments of WesselAtWork

Unsure if I should put the WAL config in it's own block. The loki docs usually separate out common config into typed blocks e.g. https://grafana.com/docs/loki/latest/configure/#s3_storage_config They postfix these blocks with...

Just discovered something: missing the `localblocks` key https://github.com/grafana/tempo/blob/251bf5a9a74fd586ffd3dedcc2c8000f36aa9a78/modules/generator/config.go#L53-L57 and most of the ring keys: https://github.com/grafana/tempo/blob/251bf5a9a74fd586ffd3dedcc2c8000f36aa9a78/modules/generator/generator_ring.go#L18-L31

I would like to see [perl-mime-construct](https://pkgs.alpinelinux.org/package/edge/community/x86_64/perl-mime-construct) to specifically make composing raw email documents easier for `aws ses send-raw-email` (which [only takes](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ses/send-raw-email.html) a raw MIME formatted email document as input) I...

@ozbillwang good point. Wanted it specifically to make working with `aws` easier. Not with `k8s`

Should I pull master? Seems it broke on the linting step