Paulin Todev

Results 75 comments of Paulin Todev

Hello, thank you for raising an issue! Do you think a link to component reference docs would suffice? E.g. a link to [prometheus.scrape](https://grafana.com/docs/agent/latest/flow/reference/components/prometheus.scrape/), from the UI?

Thanks for clarifying! I see what you mean. Initially I thought the request was for a generic description which is the same for each component of a certain type. However,...

As a temporary workaround, I think it's possible to retrieve component information from a URL such as this: ``` https://localhost:12345/api/v0/web/components/discovery.kubernetes.kubernetes_pods ```

Personally I think we should definitely run these each time a PR is opened and each time we commit to a PR, just like the other CI. In addition, there...

@hainenber that's true, but it might be inconvenient to override for all types of profiles.

Hi @agologan 👋 Do you mind raising a separate issue please? I suppose the issue should be for enhancing the [Deploy](https://grafana.com/docs/agent/latest/flow/get-started/deploy-agent/) doc. Please label is as `type/docs` so that our...

@tpaschalis @rfratto I'd be happy to help with this issue, but I'll need more information on what we need to improve. The issue description is quite broad. I don't know...

Hello 👋 Would you mind sharing your Agent config please, with secrets redacted? Also, would you mind confirming whether `otel.library.name` is a resource attribute or a span attribute? Is suspect...

Collector's Loki exporter seems to support remote writing using different headers based on [label hints](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/lokiexporter#tenant-information). Also, today on the community slack a person [asked](https://grafana.slack.com/archives/C01050C3D8F/p1684404151899799) about using different headers based on...

Hello, the PR looks ok to me. I think the only reason an init() is used right now is to highlight that only the first calls to `RegisterWithK8sGoClient()` will take...