William Dumont

Results 114 comments of William Dumont

Is nesting conditional statements not allowed? `if CONDITION then if CONDITION then VALUE else VALUE end else if VALUE end `

You can already use custom components as variables. With conditionals this opens the door to many twisted scenarios 😄

Hello, thanks for the enhancement request :) We are planning to add relative path support for import.file which may solve your problem: - The issue: https://github.com/grafana/alloy/issues/786 - The draft: https://github.com/grafana/alloy/pull/789...

yes it also works, fyi we defined the terminology as follows: Module: A unit of Alloy configuration, with its own set of independent configuration blocks and instantiated components. A single...

We didn't but that's a good idea. I will suggest it to the team and if they're fine with it I could add it as a follow up of the...

Closing this proposal for now, will discuss the topic again later when we move away from drone

Hey, thanks for opening this proposal, I think that it makes a lot of sense :) We have a new [proposal review process](https://github.com/grafana/alloy/blob/main/docs/design/908-proposal-process.md). I'd be happy to move your proposal...

A very similar idea is being implemented in [prometheus](https://github.com/prometheus/prometheus/pull/10529). If it's accepted we could integrate it in the scrape component of Alloy

I'm moving this proposal to "Active" state to discuss it more in-depth with the team and reach a consensus.

Hey, One concern about it was expressed in the [Prometheus PR](https://github.com/prometheus/prometheus/pull/10529): How should counter resets be handled? For example, if I aggregate two counters metrics A and B, if B...