From 8304886769e56c0ca4a3f80971f7ad6441518058 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 22 Sep 2021 15:43:36 -0700 Subject: [PATCH] Remove private config, entity_guid --- .../configuration/ruby-agent-configuration.mdx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/content/docs/agents/ruby-agent/configuration/ruby-agent-configuration.mdx b/src/content/docs/agents/ruby-agent/configuration/ruby-agent-configuration.mdx index 74c1ce4c872..784d368bcb3 100644 --- a/src/content/docs/agents/ruby-agent/configuration/ruby-agent-configuration.mdx +++ b/src/content/docs/agents/ruby-agent/configuration/ruby-agent-configuration.mdx @@ -126,18 +126,6 @@ These settings are available for agent configuration. Some settings depend on yo Specify the [application name](/docs/apm/new-relic-apm/installation-configuration/name-your-application) used to aggregate data in the New Relic UI. To report data to [multiple apps at the same time](/docs/apm/new-relic-apm/installation-configuration/using-multiple-names-app), specify a list of names separated by a semicolon `;`. For example, `MyApp` or `MyStagingApp;Instance1`. - - - - - - - -
TypeString
Default`nil`
Environ variable`NEW_RELIC_ENTITY_GUID`
- - The [Entity GUID](/attribute-dictionary/span/entityguid) for the entity running this agent. -
-