Skip to content

Commit 5acd1e4

Browse files
authored
Fix Profiler Beta Sign up link (DataDog#9018)
* Update _index.md * Update getting_started.md
1 parent cb8e67b commit 5acd1e4

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

content/en/tracing/profiler/_index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Find CPU, memory, and IO bottlenecks, broken down by method name, class name, an
2121

2222
### Low impact in production
2323

24-
Continuous profiler is designed to run in production across all services by leveraging technologies such as [JDK Flight Recorder][1] to have minimal impact on your host's CPU and memory usage.
24+
Continuous profiler is designed to run in production across all services by leveraging technologies such as JDK Flight Recorder to have minimal impact on your host's CPU and memory usage.
2525

2626
## Getting Started
2727

@@ -31,7 +31,7 @@ Profiling your service to visualize all your stack traces in one place takes jus
3131

3232
Add a profiler library to your application to start sending profiles to the Datadog Agent.
3333

34-
To get notified when a private beta is available for the **Node**, **Ruby**, **PHP**, or **.NET** Profiler, [sign up here][2].
34+
To get notified when a private beta is available for the **Node**, **Ruby**, **PHP**, or **.NET** Profiler, [sign up here][1].
3535

3636
{{< partial name="profiling/profiling-languages.html" >}}
3737

@@ -41,7 +41,7 @@ Now that you've configured your application to send profiles to Datadog, start g
4141

4242
### Search profiles by tags
4343

44-
[Use tags to search profiles][3] across any dimension—whether it’s a specific host, service, version, or any combination.
44+
[Use tags to search profiles][2] across any dimension—whether it’s a specific host, service, version, or any combination.
4545

4646
{{< img src="tracing/profiling/search_profiles.gif" alt="Search profiles by tags">}}
4747

@@ -55,6 +55,5 @@ Obtain key profiling metrics from services such as top CPU usage by method, top
5555

5656
{{< partial name="whats-next/whats-next.html" >}}
5757

58-
[1]: https://docs.oracle.com/javacomponents/jmc-5-4/jfr-runtime-guide/about.htm#JFRUH170
59-
[2]: https://docs.google.com/forms/d/e/1FAIpQLScb9GKmKfSoY6YNV2Wa5P8IzUn02tA7afCahk7S0XHfakjYQw/viewform
60-
[3]: /tracing/profiling/search_profiles
58+
[1]: https://docs.google.com/forms/d/e/1FAIpQLScb9GKmKfSoY6YNV2Wa5P8IzUn02tA7afCahk7S0XHfakjYQw/viewform
59+
[2]: /tracing/profiling/search_profiles

content/en/tracing/profiler/getting_started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ further_reading:
1717

1818
Profiler is shipped within the following tracing libraries. Select your language below to learn how to enable profiler for your application:
1919

20-
To get notified when a private beta is available for the **Node**, **Ruby**, **PHP**, or **.NET** Profiler, [sign up here][2].
20+
To get notified when a private beta is available for the **Node**, **Ruby**, **PHP**, or **.NET** Profiler, [sign up here][1].
21+
22+
[1]: https://docs.google.com/forms/d/e/1FAIpQLScb9GKmKfSoY6YNV2Wa5P8IzUn02tA7afCahk7S0XHfakjYQw/viewform
2123

2224
{{< tabs >}}
2325
{{% tab "Java" %}}

0 commit comments

Comments
 (0)