2023-03-03 08:31:13 +00:00
|
|
|
PINPOINT_VERSION=2.5.1
|
2020-03-16 07:01:28 +00:00
|
|
|
SPRING_PROFILES=release
|
2018-05-11 09:30:45 +00:00
|
|
|
|
|
|
|
### Pinpoint-Web
|
|
|
|
|
|
|
|
PINPOINT_WEB_NAME=pinpoint-web
|
|
|
|
|
2022-04-20 07:31:50 +00:00
|
|
|
WEB_SERVER_PORT=8080
|
2018-05-11 09:30:45 +00:00
|
|
|
#zookeeper information required
|
2020-08-25 23:51:56 +00:00
|
|
|
PINPOINT_ZOOKEEPER_ADDRESS=
|
2018-05-11 09:30:45 +00:00
|
|
|
|
2020-08-25 23:51:56 +00:00
|
|
|
WEB_LOGGING_LEVEL_ROOT=INFO
|
2018-05-11 09:30:45 +00:00
|
|
|
|
2020-08-25 23:51:56 +00:00
|
|
|
CLUSTER_ENABLE=true
|
2018-05-11 09:30:45 +00:00
|
|
|
|
2020-08-25 23:51:56 +00:00
|
|
|
ADMIN_PASSWORD=admin
|
2018-05-11 09:30:45 +00:00
|
|
|
|
2020-08-25 23:51:56 +00:00
|
|
|
#analytics
|
|
|
|
CONFIG_SENDUSAGE=true
|
2018-05-11 09:30:45 +00:00
|
|
|
|
|
|
|
CONFIG_SHOW_APPLICATIONSTAT=true
|
2018-12-19 18:09:07 +00:00
|
|
|
|
2020-08-25 23:51:56 +00:00
|
|
|
#mysql information required if used
|
|
|
|
JDBC_DRIVERCLASSNAME=com.mysql.jdbc.Driver
|
2018-12-19 18:09:07 +00:00
|
|
|
JDBC_URL=jdbc:mysql://pinpoint-mysql:3306/pinpoint?characterEncoding=UTF-8
|
2020-04-02 04:05:24 +00:00
|
|
|
JDBC_USERNAME=admin
|
2022-08-10 02:50:09 +00:00
|
|
|
JDBC_PASSWORD=admin
|