Skip to content
Snippets Groups Projects
  1. Sep 06, 2024
  2. Aug 16, 2023
  3. Jun 14, 2023
  4. May 26, 2023
    • ale's avatar
      Add a ServeWithContext() method to httputil · 5afdaf01
      ale authored
      It is sometimes useful to control an HTTP server with a
      Context (e.g. when using an errgroup). NOTE that this function does
      not install a SIGTERM handler.
      5afdaf01
  5. Feb 01, 2023
  6. Nov 25, 2022
  7. Nov 19, 2022
  8. Nov 16, 2022
  9. Oct 26, 2022
  10. Sep 29, 2022
  11. Sep 26, 2022
  12. Sep 16, 2022
  13. Sep 12, 2022
  14. Sep 08, 2022
  15. Aug 29, 2022
  16. Aug 17, 2022
    • ale's avatar
      Drop the global Tracer instance · 2152f73e
      ale authored
      Use the preferred otel.GetTracerProvider() idiom and create dedicated
      Tracer instances as needed, which seems to be best practice.
      2152f73e
  17. Aug 16, 2022
Loading