pinpoint-docker-fork/pinpoint-collector/.env

29 lines
538 B
Bash
Raw Normal View History

2021-03-25 07:55:34 +00:00
PINPOINT_VERSION=2.2.2
SPRING_PROFILES=release
2018-05-11 09:30:45 +00:00
### Pinpoint-Collector
PINPOINT_COLLECTOR_NAME=pinpoint-collector
2018-05-11 09:30:45 +00:00
#zookeeper information required
PINPOINT_ZOOKEEPER_ADDRESS=
2018-05-11 09:30:45 +00:00
CLUSTER_ENABLE=true
2018-05-11 09:30:45 +00:00
COLLECTOR_LOGGING_LEVEL_ROOT=INFO
#grpc
COLLECTOR_RECEIVER_GRPC_AGENT_PORT=9991
COLLECTOR_RECEIVER_GRPC_STAT_PORT=9992
COLLECTOR_RECEIVER_GRPC_SPAN_PORT=9993
2018-05-11 09:30:45 +00:00
#thrift
2020-03-24 05:42:11 +00:00
COLLECTOR_RECEIVER_BASE_PORT=9994
COLLECTOR_RECEIVER_STAT_UDP_PORT=9995
COLLECTOR_RECEIVER_SPAN_UDP_PORT=9996
2018-05-11 09:30:45 +00:00
FLINK_CLUSTER_ENABLE=true
FLINK_CLUSTER_ZOOKEEPER_ADDRESS=
2018-05-11 09:30:45 +00:00