Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 847 Bytes

File metadata and controls

28 lines (15 loc) · 847 Bytes

Embedding Exporter

An openTelemetry exporter that sends data to OpenAI's Embedding service.

Running

Open in Dev Containers

The following commands should be available within the devcontainer:

  • debug

    Starts a new debug session with the dlv debugger. This will start the exporter and wait for a debugger to attach.

  • run

    Builds and starts the collector without a debugger attached.

  • build

    Builds the collector binary.

  • setenv

    reads the .env file and sets the environment variables.

Tips

  • To exit debug mode, open new terminal and type killall dlv