2021-02-03 15:12:05 +00:00
|
|
|
# config/elastic_apm.yml:
|
|
|
|
|
|
|
|
# Set service name - allowed characters: a-z, A-Z, 0-9, -, _ and space
|
|
|
|
# Defaults to the name of your Rails app
|
2021-02-03 15:17:38 +00:00
|
|
|
service_name: <%= ENV['ELASTIC_APM_SERVICE_NAME'] || 'gabsocial' %>
|
2021-02-03 15:12:05 +00:00
|
|
|
|
|
|
|
# Use if APM Server requires a token
|
|
|
|
secret_token: <%= ENV['ELASTIC_APM_SECRET_TOKEN'] || '' %>
|
|
|
|
|
|
|
|
# Set custom APM Server URL (default: http://localhost:8200)
|
|
|
|
server_url: <%= ENV['ELASTIC_APM_URL'] || 'http://localhost:8200'%>
|