Nick Cabatoff

Results 98 comments of Nick Cabatoff

> Shouldn't `atomic` operations be better suited for this use case? I'm happy to change it if that's preferred, I was following the lead of SetConsistency. Should I change both?

Folks are correct that I haven't much energy for maintaining OSS projects lately. Probably I should find a co-maintainer, or hand the project over to someone else entirely. In the...

Not sure, but I fixed a serious bug (race condition) a few days ago, so you might want to try updating. Otherwise, are you seeing anything in the exporter's stdout/stderr?...

Any reason why we're using `version/VERSION` as the location, specifically the directory? I kind of liked that .go-version is in the root, and it feels like those files belong together....

> @ncabatoff - yes we should definately update the wiki. We had initially thought to use `.release` or place the file in the root of the repo as you mentioned....

> The changes in this PR could easily be added to all release branches if the original changes were back ported first. Backporting the sdk version changes will be painful,...

@mladlow Yes, definitely to 1.13 at least.

It sounds like script2 isn't outputting in the correct format, see https://prometheus.io/docs/instrumenting/exposition_formats/

It makes sense, but I coded it the way I did out of an abundance of caution. By requiring each script to be hand-coded, you're less likely to have someone...

I received this error message today when I made a typo in the `from`, so I was saying `aws_route_table_assocation.private_subnet` instead of `aws_route_table_association.private_subnet`. Since there wasn't actually any such resource that...