Paulin Todev

Results 179 comments of Paulin Todev

I moved this proposal to "likely accept". I'm happy with it, given that the functionality in the proposed component will be new functionality which is not in other components. If...

No need to do this right now. Also there's a v0.43 of the MongoDB exporter.

Hi! A couple of things you could try: * In `otelcol.receiver.otlp` try setting `include_metadata` to `true`. * In `otelcol.processor.k8sattributes` try setting `wait_for_metadata` to `false`. It's a new attribute and I...

It may be worth enabling [debug logging](https://grafana.com/docs/alloy/latest/reference/config-blocks/logging/)? The k8s attributes processor occasionally logs what it found out about the k8s environment. I wonder if it'll log something about this pod...

Are you sure Alloy has the RBAC permissions to access the k8s API?

Hi, thank you for submitting a bug report! Are there any errors or warnings in the logs?

Would you be interested in using [clustering](https://grafana.com/docs/alloy/latest/configure/clustering/) instead of the Prometheus-style HA setup?

Looks like YACE has only been part of prometheus-community as of [v0.62.0](https://github.com/prometheus-community/yet-another-cloudwatch-exporter/releases/tag/v0.62.0). We are currently using v0.61.0, so we could switch to prometheus-community the next time we upgrade Alloy's YACE...

Hello! It seems like the Alloy component [goes through](https://github.com/grafana/alloy/blob/main/internal/component/pyroscope/java/asprof/asprof.go#L131-L169) the `/proc/[pid]/maps` file and the `/proc/[pid]/root/lib` directory. Do you see any mention of glibc or musl in those locations? Maybe we...

Could it be that your Java application uses neither glibc nor musl? I'm not sure how to find out what it is using though.