Julien
Julien
That looks nice. I fell the error message could be in red like in the targets page. Also, I would expect the name of the remote read as title and...
Note: my expectation is that 99% of remote write users would have just one remote, right? That might help in the design to think about that use case first (when...
Hidden options are there for debugging purpose only and should not be changed in general. I don't think it is useful to document them excerpt in the code since their...
Could we try: -var testTokenExpiry = time.Now().Add(5 * time.Second) +func testTokenExpiry() time.Time { return time.Now().Add(5 * time.Second) }
I would tend to merge this pull request now. I think the current PR is good and I like "SDK"
It should be similar to: https://prometheus.io/docs/alerting/latest/configuration/#http_config But we should indeed document this.
Closing as per Bryan's comment.
It looks like the issue isn't with the namespace setting itself, but rather a connection problem. The error message showing "connection refused" suggests that Prometheus can't connect to your Nomad...
Yes it should be the default.