Paulin Todev
Paulin Todev
### URL https://grafana.com/docs/alloy/latest/collect/opentelemetry-to-lgtm-stack/ ### Feedback We currently have a [Collect OpenTelemetry data and forward to Grafana](https://grafana.com/docs/alloy/latest/collect/opentelemetry-to-lgtm-stack/) doc, which advises users to translate their telemetry to Loki-native and Prometheus-native formats prior...
An initial look at min/max support. Please let me know if you have any concerns 😊 I'd be happy to address them and to open the PR out of the...
I've been [trying](https://github.com/open-telemetry/opentelemetry-collector/pull/10694) to schematise the config of an application which uses `time.Duration`. Ideally, I'd like the generated Go code to use [time.Duration](https://pkg.go.dev/time#Duration). This PR is still at a very...
#### Description This is an attempt to generate the `config.go` files from Json schema. The goal of the PR is to delete all the `config.go` files for each component and...
#### PR Description A goroutine wasn't being stopped in Update, which resulted in a memory leak. The same change [was also introduced to Alloy](https://github.com/grafana/alloy/pull/1431). #### PR Checklist - [x] CHANGELOG.md...
### What's wrong? Secrets (e.g. passwords) in configs files are hidden during marshalling to yaml. They are displayed as ``, in order to not expose them in logs and UIs....
A user [reported](https://github.com/grafana/alloy/issues/1845#issuecomment-2404586727) that the `physical_disk` block is missing from the documentation. I also noticed that in the [Windows exporter code](https://github.com/prometheus-community/windows_exporter/blob/v0.27.3/pkg/types/regexp.go), all the `include` regex arguments have a default value...
#### PR Description The default value of the `exclude` arguments at the moment is `""`. However, this is [causing](https://github.com/grafana/alloy/issues/1845#issuecomment-2402522821) the Windows Exporter to think that all collectors should be excluded,...
I hope this can enable users to decorate prometheus.exporter metrics with labels from discovery components. The config could look like this: ``` discovery.kubernetes "default" { role = "service" } prometheus.exporter.unix...