pinpoint-docker-fork/pinpoint-agent/.env

19 lines
395 B
Bash
Raw Normal View History

2020-03-13 11:28:00 +00:00
PINPOINT_VERSION=2.0.1
SPRING_PROFILES=release
2018-05-11 09:30:45 +00:00
### Pinpoint-Agent
PINPOINT_AGENT_NAME=pinpoint-agent
#collector information required
COLLECTOR_IP=
COLLECTOR_TCP_PORT=9994
COLLECTOR_STAT_PORT=9995
COLLECTOR_SPAN_PORT=9996
# Set sampling rate. If you set it to N, 1 out of N transaction will be sampled.
PROFILER_SAMPLING_RATE=1
AGENT_ID=app-in-docker
APP_NAME=quickapp
AGENT_DEBUG_LEVEL=INFO