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
dlvdebugger. 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
.envfile and sets the environment variables.
- To exit debug mode, open new terminal and type
killall dlv