From b5a8a498e5e710b0d61a71024578120f3fdf5f85 Mon Sep 17 00:00:00 2001 From: jcol <116673918+jeff-colucci@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:05:18 -0500 Subject: [PATCH] Update testing-python-agent.mdx --- .../troubleshooting/testing-python-agent.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/content/docs/apm/agents/python-agent/troubleshooting/testing-python-agent.mdx b/src/content/docs/apm/agents/python-agent/troubleshooting/testing-python-agent.mdx index 8f306f596d6..d0ec034528f 100644 --- a/src/content/docs/apm/agents/python-agent/troubleshooting/testing-python-agent.mdx +++ b/src/content/docs/apm/agents/python-agent/troubleshooting/testing-python-agent.mdx @@ -138,7 +138,7 @@ dig collector.newrelic.com [output] ;collector.newrelic.com. IN A [output] [output] ;; ANSWER SECTION: -[output] collector.newrelic.com. 2453 IN A 50.31.164.140 +[output] collector.newrelic.com. 2453 IN A 162.247.243.32 [output] [output] ;; AUTHORITY SECTION: [output] newrelic.com. 1163 IN NS ns2.p21.dynect.net. @@ -178,9 +178,9 @@ If you cannot contact the data collector host, configure the agent to use any fi > ```sh ping collector.newrelic.com - [output] PING collector.newrelic.com (50.31.164.140): 56 data bytes - [output] 64 bytes from 50.31.164.140: icmp_seq=0 ttl=239 time=234.204 ms - [output] 64 bytes from 50.31.164.140: icmp_seq=1 ttl=239 time=230.095 ms + [output] PING collector.newrelic.com (162.247.243.32): 56 data bytes + [output] 64 bytes from 162.247.243.32: icmp_seq=0 ttl=239 time=234.204 ms + [output] 64 bytes from 162.247.243.32: icmp_seq=1 ttl=239 time=230.095 ms [output] ... ``` @@ -193,20 +193,20 @@ If you cannot contact the data collector host, configure the agent to use any fi ```sh traceroute -p 80 collector.newrelic.com - [output] traceroute to collector.newrelic.com (50.31.164.140), 64 hops max, 52 byte packets + [output] traceroute to collector.newrelic.com (162.247.243.32), 64 hops max, 52 byte packets [output] 1 ... [output] 2 ... [output] 3 ... [output] 4 * * * - [output] 5 collector.newrelic.com (50.31.164.140) 232.590 ms 231.000 ms 232.041 ms + [output] 5 collector.newrelic.com (162.247.243.32) 232.590 ms 231.000 ms 232.041 ms traceroute -p 443 collector.newrelic.com - [output] traceroute to collector.newrelic.com (50.31.164.140), 64 hops max, 52 byte packets + [output] traceroute to collector.newrelic.com (162.247.243.32), 64 hops max, 52 byte packets [output] 1 ... [output] 2 ... [output] 3 ... [output] 4 * * * - [output] 5 collector.newrelic.com (50.31.164.140) 253.513 ms 231.134 ms 232.511 ms + [output] 5 collector.newrelic.com (162.247.243.32) 253.513 ms 231.134 ms 232.511 ms ```