1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-11-13 14:05:54 +01:00
Commit graph

6 commits

Author SHA1 Message Date
Joe Kralicky
fe31799eb5
Fix many instances of contexts and loggers not being propagated ()
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00
Caleb Doxsey
dad954ae16
core/logging: change log.Error function ()
* core/logging: change log.Error function

* use request id
2024-09-05 15:42:46 -06:00
Caleb Doxsey
d062f9d68d
core/logs: remove warnings ()
* core/logs: remove warnings

* switch to error
2024-08-27 09:38:50 -06:00
Denis Mishin
6e766233c7
zero/health-checks: fix early checks sometimes missing ()
* zero/health-checks: fix early checks sometimes missing

* rm closure

* fix test
2024-08-20 22:13:45 -04:00
Denis Mishin
8d206e0087
zero/telemetry: collect limited core metrics () 2024-06-18 19:15:11 -04:00
Denis Mishin
c1dec06afa
zero/telemetry: internal envoy stats scraper and metrics producer () 2024-06-16 20:41:05 -04:00