Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (19 loc) · 2.66 KB

repositories.md

File metadata and controls

20 lines (19 loc) · 2.66 KB

Repositories

  • Supernova - This is our central repository.
    • We create new things here first, and then if make sense to create a new repository we can close the issue and continue on the created repository.
    • It's also a good place to create issues that affect multiple repositories.
  • check-traces - The purpose of this repository is to ensure that a basic Express app's traces are correctly generated and successfully exported to the final destination which is OTELCOL. So we can make safer modifications and experiments according to the evolution of the APIs of the OTEL-JS modules.
  • check-traces-manual - Same as check-traces, but using manual instrumentation.
  • desktop-electron - A really basic Desktop Electron app that is part of the function-five demo to call the first and the last function outside the cloud.
  • frontend-react - Repository containing a basic back-end and a front-end, used to apply OpenTelemetry-JS (Web) for trace instrumentation. This repository is referenced in the following blog post
  • function-five - Knative-functions demo (WIP)
    • Branches:
      • otel - Basic experiments with manual instrumentation
  • hyperfoil-test - Repository containing a demo that uses https://hyperfoil.io/ to compare the performance of some OpenTelemetry-JS plugins when applied to microservices.
    • Branches:
      • console_exporter - Using OTEL-JS traces instrumentation and exporting the results to console.
      • otelcol_exporter - Using OTEL-JS traces instrumentation and exporting the results to OTELCOL.
  • osview - A basic CLI used as an experiment to apply the OpenTelemetry signals, currently instrumented with metrics and traces.
  • perf-quest - This repository is an experimental meta-work related to hyperfoil-test
  • gamma-ray - Nothing done, reserved for future experiments.
  • notes - General notes and documentation.