An openTelemetry exporter that sends data to OpenAI's Embedding service.
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.
- To exit debug mode, open new terminal and type
killall dlv