Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for backend telemetry (tracing & metrics) #1013

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Apr 14, 2024

  1. Add support for backend telemetry (tracing & metrics)

    This uses the opentelemetry SDK to provide support for traces and two
    simple metrics (a conversations count and a messages count).
    
    The telemetry entrypoint is built separately (unfortunately it does not
    seem like there is a method for doing this in one build as sveltekit
    overrides rollupOptions).
    
    As written the metrics may be too high cardinality for some use cases
    (as they are keyed per user), but these attributes can always be dropped
    in a collector.
    zacps committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6c6f991 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    02182d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d01d180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ab11e View commit details
    Browse the repository at this point in the history
  4. Drop user labels

    As written these were always undefined, can re-add them later if
    desired.
    zacps committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    336b892 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06a176e View commit details
    Browse the repository at this point in the history