Jonathan Lange

Results 70 issues of Jonathan Lange

Would be great to have this for debugging purposes.

enhancement

We've had a few cases of the following happening: - terradiff is running - something causes terradiff to terminate (unsure) - terradiff takes too long to terminate, due to terraform...

bug

There's enough to set up with terradiff that it would be useful to have high-quality generated docs. readthedocs is the best solution for this, IMNSHO.

enhancement

terradiff should show the time of the last run on its main page, as well as the current time. This gives people an indication of how stale the view might...

enhancement

A running terradiff should link to documentation about how to set it up: which metrics; how to do alerts; etc.

enhancement
good first issue

When we link people to the actual terraform config, we don't include a trailing slash. This breaks the icons. We should link with a trailing slash.

bug

```pytb Traceback (most recent call last): File "/usr/lib/python3.5/socketserver.py", line 313, in _handle_request_noblock self.process_request(request, client_address) File "/usr/lib/python3.5/socketserver.py", line 341, in process_request self.finish_request(request, client_address) File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request self.RequestHandlerClass(request, client_address,...

It'd be nice to have a type class for labels such that I could define in my app how a certain domain-specific value got translated to a Prometheus label. e.g....

I started doing this as part of #7 but the scope creep & compatibility changes got a bit too much so I thought I'd file a ticket to get an...

**Is your feature request related to a problem? Please describe.** When improving the test coverage of a legacy code base, I would like to have a ratchet based on the...

enhancement
target