Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ run-adp-standalone: ## Runs ADP locally in standalone mode (debug)
DD_API_KEY=api-key-adp-standalone DD_HOSTNAME=adp-standalone \
DD_DOGSTATSD_PORT=9191 DD_DOGSTATSD_SOCKET=/tmp/adp-dogstatsd-dgram.sock DD_DOGSTATSD_STREAM_SOCKET=/tmp/adp-dogstatsd-stream.sock \
DD_DATA_PLANE_TELEMETRY_ENABLED=true DD_DATA_PLANE_TELEMETRY_LISTEN_ADDR=tcp://127.0.0.1:5102 \
target/debug/agent-data-plane --config /tmp/adp-empty-config.yaml run
target/devel/agent-data-plane --config /tmp/adp-empty-config.yaml run

.PHONY: run-adp-standalone-release
run-adp-standalone-release: build-adp-release create-dummy-agent-config
Expand Down