gregoryfranklin

Results 9 comments of gregoryfranklin

Loki only has a concept of labels, not resource labels and attribute labels. So, would you not just want the key to be `loki.labels`? ``` processors: attributes: actions: - action:...

I'll start with a PR that moves all the fields to attributes instead of body and sets the severity. So, it will change from this ``` "entry": { "timestamp": "2020-04-16T11:05:49.516168-04:00",...

I had a go at this a while back but the decision was to open an issue against the specification to get the missing semantic conventions defined. You'll see in...

https://github.com/grafana/grafana/issues/8170 refers to the ability to provide multiple hosts for a single elasticsearch cluster. It discusses the service discovery mechanism used to select which hosts to connect to. This is...

This would be very useful as it is definitely a problem we run into. Would this work cross-account? We often associate service accounts with roles in accounts other than the...

> Correct me if I am wrong but it sounds like there is still a need in the new proposed solution for each team to associate their IAM roles with...

If it helps, various examples can be found here: https://github.com/kubernetes/kubernetes/tree/master/test/images/webhook The biggest issue I've personally run into when working with Webhooks is managing the SSL certs. The webhook must listen...

AFAIK the batch processor does not provide any mechanism for a force flush, which means it cannot be used in lambda. The batch processor just waits until it has accumulated...

The Load Balancer Controller seems like something that should be on the controlplane rather than an add-on. Same goes for the CSI driver.