Skip to content
  1. Sep 23, 2024
  2. Sep 20, 2024
  3. Sep 16, 2024
  4. Aug 27, 2024
  5. Aug 26, 2024
    • filvecchiato's avatar
      feat: add loki functionality to transport logs (#1479) · 85a4cca4
      filvecchiato authored
      * Updates the config from env files to include metrics options
      
      * updates README
      
      * update loki transport
      
      * update readme
      
      * fix port number on metrics app
      
      * update query params metrics
      
      * fix import sidecarConfig
      
      * fix readme
      
      * fix .env and readme
      85a4cca4
  6. Aug 14, 2024
  7. Jun 26, 2024
  8. Jun 18, 2024
  9. Jun 13, 2024
  10. May 23, 2024
  11. Apr 24, 2024
  12. Apr 22, 2024
  13. Apr 11, 2024
  14. Mar 27, 2024
  15. Mar 21, 2024
  16. Mar 05, 2024
  17. Feb 28, 2024
  18. Feb 22, 2024
  19. Feb 06, 2024
  20. Jan 03, 2024
  21. Nov 22, 2023
  22. Nov 21, 2023
  23. Nov 20, 2023
  24. Oct 23, 2023
  25. Oct 19, 2023
  26. Oct 16, 2023
  27. Sep 01, 2023
  28. Aug 18, 2023
  29. Aug 02, 2023
  30. Jul 14, 2023
  31. Jul 12, 2023
  32. Jul 11, 2023
  33. Jun 12, 2023
  34. May 30, 2023
    • Dominique's avatar
      feat: add prometheus `metrics` endpoint in dedicated server & port (#1232) · a256790e
      Dominique authored
      
      
      * feat: add prometheus `metrics` endpoint in dedicated server & port
      - add separate express instance and port for prometheus metrics
      - expose the default prometheus metrics
      - add a custom metric of type `counter` that increments in every http error
      
      * fix lint errors by using an IIFE & adding void operator
      - remove the `return` keyword
      - add an IIFE inside the callback
      - add the `void` operator
      
      * update dep prom-client
      
      * add prometheus flags & fix for process.kill
      - add a prometheus flag that runs the prometheus server & enables the metrics endpoint
      - add a prometheus-port flag so that the user can choose a custom port to run the metrics endpoint
      - change the code in killAll so that there is no `Object is possibly undefined` error
      
      * code refactor, help page & README
      - add prometheus options and description under help flag
      - add `metricsApp` and increased `httpErrorCounter` only if prometheus flag is true
      - move logger and register inside functions
      - docs: add a section for prometheus in the README
      
      * remove jest unnecessary flags
      
      ---------
      
      Co-authored-by: default avatartarikgul <[email protected]>
      a256790e