This repository objective is to show how you can configure your tracetest instance to connect to a signalFX account.
- Install the tracetest CLI
- Run
tracetest configure --server-url http://localhost:11633
on a terminal to configure the CLI to send all commands to that address - Update the
collector.config.yaml
andtracetest-config.yaml
with thetoken
andrealm
of your SignalFX account. - Run the project by using docker-compose:
docker-compose up
(Linux) ordocker compose up
(Mac) - Test if it works by running:
tracetest run test -f tests/list-tests.yaml
. This would trigger a test that will send and retrieve spans from the opensearch instance that is running on your machine.