dt-rush
dt-rush
Note: that branch can be merged, but it still won't work for typescript clients unless #299 https://github.com/siimon/prom-client/pull/299/files is reverted
@siimon I wonder if you'd be able to give any insight here, it seems this can go ahead, but not sure
I see other client libraries also (unnecessarily?) restricting label names in this way, and yet as explained above, this doesn't seem to be at odds with how exporters already work...
bump @zbjornson, perhaps you can weigh in on this?
@siimon this logic produces a deadlock, though, no? We can't proceed until all proceed? If this works, and the tests added in the PR #368 show that it does, could...
For posterity: As of now, until or unless this is implemented, simply declaring all possible labels in advance is an option _if that set is finite and known in advance_.
Updates from the thread's status hashtag about the possible cause: > systemd tried to shut down the balena engine (probably through a user command) but that timed out and systemd...
This PR will be sent to pusher's fork since this repo is abandoned by bitly ( see #628 )
As far as I see it, the user specifying a callback URL should specify the callback URL, not the callback *scheme://domain*.
Actually there are more problems here in any case. OAuthCallbackPath is used to *handle* the callback, not RedirectURL... [these are supposed to mean the same thing](https://stackoverflow.com/a/42131366/9715599).