Skip to content
#

thanos

Here are 108 public repositories matching this topic...

thanos
bwplotka
bwplotka commented Apr 23, 2022

Technically it's as easy as replace:

module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.17

replace github.com/githubnemo/CompileDaemon => github.com/ypresto/CompileDaemon v1.3.1-0.20220406082449-39bc1352dc62

require github.com/githubnemo/CompileDaemon v1.4.0

This works, but it require some manual work, plus version is misleading. It builds

enhancement help wanted good first issue
douglascamata
douglascamata commented May 30, 2022

While working on #295, I noticed that the HTTP metrics middleware isn't mounted at the top of the stack. This may cause some HTTP requests to not be properly instrumented when a given middleware writes the response and stop the chain execution.

For instance, [here we mount the authentication middlewares for each tenant](https://github.com/observatorium/api/blob/fb1e8ad0e52c7738aa124597dcb9f7495

help wanted good first issue

Improve this page

Add a description, image, and links to the thanos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thanos topic, visit your repo's landing page and select "manage topics."

Learn more