William Dumont

Results 114 comments of William Dumont

The proposal is accepted :) As stated above, anyone is free to pick it up, just mention it before starting the implementation to avoid duplication

You will also need to add a config converter for the component. You can follow the pattern used for the other otel components in https://github.com/grafana/alloy/tree/main/internal/converter/internal/otelcolconvert

Hey, a few things about the issue: Can you try to run this example config. It's a public repo that does not require any auth. ``` import.git "math" { repository...

@davetron33 hey, is your problem solved? If so could we close the issue?

should we make sure that the recommended steps are working with Alloy?

Same :/ I think that this is ok and we can rely on the community if something is wrong. @mattdurham what do you think?

The PR has been merged, I'm closing the issue

@cheesengoon you can use the [format](https://grafana.com/docs/alloy/latest/reference/stdlib/format/) function to convert it to a string: password = format("%s%", base64_decode("")) we should probably change this because it is a bit tricky but the...

@petewall what do you think about the proposal and the PR?