5. Transform Data
5.2 Setup Environment
Exercise
Start the Gateway: In the Gateway terminal run:
bash
../otelcol --config=gateway.yamlStart the Agent: In the Agent terminal run:
bash
../otelcol --config=agent.yamlStart the Load Generator: In the Loadgen terminal window, execute the following command to start the load generator with JSON enabled:
bash
../loadgen -logs -json -count 5The loadgen will write 5 log lines to ./quotes.log in JSON format.
