mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Merge pull request #2187 from GavinLilly/kadira-integration
Kadira integration
This commit is contained in:
commit
f53e8fbd21
3 changed files with 7 additions and 2 deletions
|
|
@ -90,3 +90,4 @@ wekan:wekan-ldap
|
||||||
wekan:accounts-cas
|
wekan:accounts-cas
|
||||||
wekan-scrollbar
|
wekan-scrollbar
|
||||||
mquandalle:perfect-scrollbar
|
mquandalle:perfect-scrollbar
|
||||||
|
mdg:meteor-apm-agent
|
||||||
|
|
|
||||||
|
|
@ -84,6 +84,7 @@ localstorage@1.2.0
|
||||||
logging@1.1.19
|
logging@1.1.19
|
||||||
matb33:collection-hooks@0.8.4
|
matb33:collection-hooks@0.8.4
|
||||||
matteodem:easy-search@1.6.4
|
matteodem:easy-search@1.6.4
|
||||||
|
mdg:meteor-apm-agent@3.1.2
|
||||||
mdg:validation-error@0.5.1
|
mdg:validation-error@0.5.1
|
||||||
meteor@1.8.2
|
meteor@1.8.2
|
||||||
meteor-base@1.2.0
|
meteor-base@1.2.0
|
||||||
|
|
|
||||||
|
|
@ -191,9 +191,12 @@ services:
|
||||||
# - MONGO_OPLOG_URL=mongodb://<username>:<password>@<mongoDbURL>/local?authSource=admin&replicaSet=rsWekan
|
# - MONGO_OPLOG_URL=mongodb://<username>:<password>@<mongoDbURL>/local?authSource=admin&replicaSet=rsWekan
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
# ==== OPTIONAL: KADIRA PERFORMANCE MONITORING FOR METEOR ====
|
# ==== OPTIONAL: KADIRA PERFORMANCE MONITORING FOR METEOR ====
|
||||||
# https://github.com/smeijer/kadira
|
# https://github.com/edemaine/kadira-compose
|
||||||
|
# https://github.com/meteor/meteor-apm-agent
|
||||||
# https://blog.meteor.com/kadira-apm-is-now-open-source-490469ffc85f
|
# https://blog.meteor.com/kadira-apm-is-now-open-source-490469ffc85f
|
||||||
# - export KADIRA_OPTIONS_ENDPOINT=http://127.0.0.1:11011
|
#- APM_OPTIONS_ENDPOINT=http://<kadira-ip>:11011
|
||||||
|
#- APM_APP_ID=
|
||||||
|
#- APM_APP_SECRET=
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
# ==== OPTIONAL: LOGS AND STATS ====
|
# ==== OPTIONAL: LOGS AND STATS ====
|
||||||
# https://github.com/wekan/wekan/wiki/Logs
|
# https://github.com/wekan/wekan/wiki/Logs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue