From 9c0fc47777dcaf2795d4d7bad716073686ceccae Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 13 Oct 2020 10:40:08 -0500 Subject: [PATCH] Removed elastic_apm.yml config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed: - elastic_apm.yml config --- config/elastic_apm.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 config/elastic_apm.yml diff --git a/config/elastic_apm.yml b/config/elastic_apm.yml deleted file mode 100644 index 9c282b1e..00000000 --- a/config/elastic_apm.yml +++ /dev/null @@ -1,11 +0,0 @@ -# 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 -service_name: <%= ENV['ES_APM_SERVICE_NAME'] %> - -# Use if APM Server requires a token -secret_token: <%= ENV['ES_APM_SECRET_TOKEN'] %> - -# Set custom APM Server URL (default: http://localhost:8200) -server_url: <%= ENV['ES_APM_URL'] %> \ No newline at end of file