Ofek Lev

Results 1173 comments of Ofek Lev

Additionally, I would strongly recommend Envoy have a separate listener/endpoint that only serves `/stats` with optional [basic auth](https://en.wikipedia.org/wiki/Basic_access_authentication).

@DataDog is recommending https://gist.github.com/ofek/6051508cd0dfa98fc6c13153b647c6f8 until this is solved. Idea courtesy of @ggreenway Config courtesy of @bndw (with [this modification](https://github.com/DataDog/integrations-core/pull/1156#discussion_r173687184) from @htuch)

What's the difference between a "pull-based endpoint" like `/stats` and a REST API version?

Hello all! For those of us providing monitoring solutions based on `/stats`, could someone please briefly explain what would need to be changed config-wise to retain access to that endpoint...

Excellent, thanks!

`[tool.hatch.build.targets.sdist.hooks.custom]`

You could have it conditional based on an environment variable: https://hatch.pypa.io/latest/config/build/#conditional-execution

> ISTM that this file should be approveable by anyone, and then have a syntax check on top of it. > Needing devx to change feels like toil for the...