Callum Styan

Results 206 comments of Callum Styan

Is this a config setting that could be unhidden when running in agent mode?

This seems like a reasonable argument to the template, please ping me after you've tried it out :+1:

hey @InsomniaCoder lambda-promtail itself is best effort maintained currently, and the terraform and cloudformation files were always meant to be examples more than official "use exactly this to deploy" files,...

@InsomniaCoder can you please include all the portions you want to parameterize in this PR :+1:

I made a comment on the initial issue: https://github.com/prometheus/prometheus/issues/12761 That being said, I'm not seeing changes here other than config flag?

> This PR is still in development and I'm debugging into query_manager.go to find the solution, as soon as I get a solution I will push the latest commits and...

@Sheikh-Abubaker that's right, the built binary isn't checked into the repo. Run `make build`. As for config reloads it's documented in the first section [here](https://prometheus.io/docs/prometheus/latest/configuration/configuration/), specfically ``` Prometheus can reload...

> @bboreham I've successfully built the prometheus binary, but when running prometheus under the debugger I'm unable to recreate the issue inside debugger, I've been researching about how to perform...

@jesusvazquez do you know why this sample rejection could be happening? we're checking the error returned by `appender.Append(...)` [here](https://github.com/prometheus/prometheus/blob/main/storage/remote/write_handler.go#L133-L135)

We currently have no plans to implement such a feature in remote write.