trustgraph/trustgraph-flow
cybermaggedon 31027e30ae
Better reporting from api-gateway's metric endpoint (#845)
- Connect failures (DNS, connect refused, server disconnect) now
  return 502 Bad Gateway with a body that names the upstream URL.
- Other exceptions still return 500 but now include the exception
  message in the body and log with exc_info=True so the stack trace
  lands in the gateway log.
- Also fixed the logging.error → logger.error inconsistency in the
  same block (module had a named logger at the top that wasn't being
  used).
2026-04-22 16:16:57 +01:00
..
trustgraph Better reporting from api-gateway's metric endpoint (#845) 2026-04-22 16:16:57 +01:00
pyproject.toml Setup for 2.4 release branch (#839) 2026-04-21 21:36:46 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00