Skip to content

Commit 2043ff9

Browse files
evazorrohestonhoffmanestherk15rtrieugit-thuerk-done
authored
Update Getting Started in Datadog (#32238)
* Update Getting Started in Datadog * Fix some lint issues * Update screenshots * Update integrations section w/ feedback Co-authored-by: Heston Hoffman <heston.hoffman@datadoghq.com> * Apply suggestions from code review Co-authored-by: Esther Kim <esther.kim@datadoghq.com> * Update RUM section with new features Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Alicia Thuerk <26307719+git-thuerk-done@users.noreply.github.com> * Apply Brett suggestions from code review Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com> --------- Co-authored-by: Heston Hoffman <heston.hoffman@datadoghq.com> Co-authored-by: Esther Kim <esther.kim@datadoghq.com> Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> Co-authored-by: Alicia Thuerk <26307719+git-thuerk-done@users.noreply.github.com> Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com>
1 parent a2e54bc commit 2043ff9

File tree

5 files changed

+106
-53
lines changed

5 files changed

+106
-53
lines changed

content/en/getting_started/application/_index.md

Lines changed: 106 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -27,93 +27,146 @@ further_reading:
2727

2828
This page provides a high-level overview of capabilities available on the [Datadog site][1].
2929

30-
The Datadog site navigation varies based on the width of your browser. You can have up to three types of navigation. To change the navigation type, adjust your browser width.
31-
32-
**Tip**: You can press <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> + <kbd>K</kbd> to search for pages and entities, like dashboards and monitors, across Datadog.
30+
<div class="alert alert-info">
31+
The Datadog site navigation varies based on the width of your browser. You can have up to three types of navigation. To change the navigation type, adjust your browser width.
32+
<br><br>
33+
You can press <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> + <kbd>K</kbd> to search for pages and entities, like dashboards and monitors, across Datadog.
34+
</div>
3335

3436
## Infrastructure
3537

36-
- All machines show up in the [infrastructure list][7].
37-
- You can see the tags applied to each machine. Tagging allows you to indicate which machines have a particular purpose.
38-
- Datadog attempts to automatically categorize your servers. If a new machine is tagged, you can immediately see the stats for that machine based on what was previously set up for that tag. [Read more on tagging][8].
38+
The [infrastructure list][2] serves as a central view of all your infrastructure resources (hosts, containers, processes, etc.) and their associated metadata.
39+
40+
**Key capabilities:**
41+
42+
- Investigate infrastructure performance.
43+
- Arrange, filter, and visualize hosts based on tags and metrics.
44+
- Inspect hosts to review their tags, performance, health, and more.
3945

40-
## Host map
46+
Navigate to [**Infrastructure > Hosts**][3] in the app to get started. To learn more, read the [Infrastructure List documentation][2].
4147

42-
{{< img src="getting_started/application/host_map_2024.png" alt="Host Map Overview" >}}
48+
## Host and container maps
4349

44-
The [host map][9] can be found under the Infrastructure menu. It offers the ability to:
50+
{{< img src="getting_started/application/host_map_2025.png" alt="Host Map Overview grouping by availability-zone." >}}
4551

46-
- Quickly visualize your environment
47-
- Identify outliers
48-
- Detect usage patterns
49-
- Optimize resources
52+
[Host and container maps][4] give you a visual overview of all your hosts and containers, color-coding them by key metrics like CPU usage so you can spot issues.
5053

51-
See [Host Map][9] for more details.
54+
**Key capabilities**:
55+
56+
- View your entire infrastructure at once as a visual map.
57+
- Color-code by a variety of metrics to help you spot performance issues, and filter and group by tags and metadata.
58+
- Drill down into individual hosts or containers to troubleshoot.
59+
60+
Navigate to [**Infrastructure > Host Map**][5] in the app to get started. To learn more, read the [Host and Container Maps documentation][4].
5261

5362
## Log Management
5463

55-
[Datadog Log Management][5] lets you send and process every log produced by your applications and infrastructure. You can observe your logs in real-time using the Live Tail, without indexing them. You can ingest all of the logs from your applications and infrastructure, decide what to index dynamically with filters, and then store them in an archive.
64+
[Datadog Log Management][6] lets you send and process every log produced by your applications and infrastructure. You can observe your logs in real-time using the [Live Tail][7], without indexing them.
65+
66+
**Key capabilities**:
67+
68+
- Automatically collect logs from all services, applications, and platforms.
69+
- View and search logs in real time and filter by things like service, host, and error type.
70+
- Choose which logs to keep and for how long, reducing storage costs.
71+
72+
Navigate to [Logs][8] in the app to get started. To learn more, read the [Log Management documentation][6].
73+
74+
## APM
75+
76+
[Datadog Application Performance Monitoring][9] (APM or tracing) provides you with deep insight into your application's performance side by side with your logs and infrastructure monitoring.
77+
78+
**Key capabilities**:
5679

57-
## APM & Continuous Profiler
80+
- Trace requests to an application from end to end across a distributed system.
81+
- See performance bottlenecks by visualizing time spent at each step of the request.
82+
- Visualize service dependencies and data flows with the Service Map.
83+
- Correlate traces with corresponding logs, metrics, and user sessions for full-stack context.
5884

59-
[Datadog Application Performance Monitoring][6] (APM or tracing) provides you with deep insight into your application's performance—from automatically generated dashboards for monitoring key metrics, like request volume and latency, to detailed traces of individual requests—side by side with your logs and infrastructure monitoring. When a request is made to an application, Datadog can see the traces across a distributed system, and show you systematic data about precisely what is happening to this request.
85+
Navigate to [APM][10] in the app to get started. To learn more, read the [APM documentation][9].
6086

6187
## RUM & Session Replay
6288

63-
Datadog [Real User Monitoring][18] (RUM) allows you to visualize and analyze real-time user activities and experiences. With [Session Replay][19], you can capture and view the web browsing sessions of your users to better understand their behavior. In the RUM Explorer, you can not only visualize load times, frontend errors, and page dependencies, but also you can correlate business and application metrics to troubleshoot issues with application, infrastructure, and business metrics in one dashboard.
89+
Datadog [Real User Monitoring][11] (RUM) allows you to visualize and analyze real-time user activities and experiences across web and mobile applications. With [Session Replay][12], you can capture and view user sessions to better understand their behavior.
90+
91+
**Key capabilities**:
92+
- Monitor performance across web browsers and mobile platforms (iOS, Android, React Native, Flutter, and more) with Core Web Vitals and Mobile Vitals.
93+
- Track and troubleshoot errors with automated grouping, crash reporting, and suspect commit identification.
94+
- Detect user frustration signals like rage clicks and error clicks to identify UX issues.
95+
- Monitor feature flag performance and adoption.
96+
- Correlate frontend issues with backend traces, logs, and infrastructure metrics for full-stack visibility.
97+
98+
Navigate to the [RUM explorer][13] in the app to get started. To learn more, read the [RUM documentation][11].
6499

65100
## Synthetic Monitoring
66101

67-
Datadog [Synthetic Monitoring][22] allow you to create and run API and browser tests that proactively simulate user transactions on your applications and monitor all internal and external network endpoints across your system's layers. You can detect errors, identify regressions, and automate rollbacks to prevent issues from surfacing in production.
102+
Datadog [Synthetic Monitoring][14] allows you to create and run API, browser, mobile, and Network Path tests that proactively monitor simulated requests and actions from around the globe. These tests monitor your applications and APIs to detect performance issues and downtime before they impact users.
103+
104+
**Key capabilities**:
105+
106+
- Test business-critical API endpoints and user journeys.
107+
- Detect errors, identify regressions, and automate rollbacks to prevent issues from surfacing in production.
108+
- Find and alert on performance issues for users in various locations.
109+
110+
Navigate to [Synthetic Monitoring & Testing][15] in the app to get started. To learn more, read the [Synthetic Monitoring documentation][14].
68111

69112
## Integrations
70113

71-
{{< img src="getting_started/application/integrations-2024.png" alt="Integrations" >}}
114+
Use Datadog's {{< translate key="integration_count" >}} [integrations][16] to bring together all of the metrics and logs from your infrastructure and gain insights into your entire observability system.
72115

73-
- Datadog has over {{< translate key="integration_count" >}} integrations [officially listed][2].
74-
- Custom integrations are available through the [Datadog API][3].
75-
- The Agent is [open source][4].
116+
{{< img src="getting_started/application/integrations-2025.png" alt="Integrations" >}}
117+
118+
**Key capabilities**:
119+
120+
- Available integrations cover cloud technologies, incident response, data layers, security, AI, and more.
76121
- After integrations have been configured, all data is treated the same throughout Datadog, whether it is living in a data center or in an online service.
122+
- Build your own integration using the [developer documentation][17].
123+
124+
Navigate to [Integrations][18] in the app to get started, or browse the list of integrations in the [documentation][19].
77125

78126
## Dashboards
79127

80-
[Dashboards][12] contain graphs with real-time performance metrics.
128+
[Dashboards][20] contain graphs with real-time performance metrics, unifying your view of data across metrics, logs, traces, and more.
129+
130+
**Key capabilities**:
131+
132+
- Start with out-of-the-box dashboards or build your own to suit your specific questions.
133+
- Customize dashboards with drag-and-drop widgets, custom queries, and flexible layouts.
134+
- Combine multiple data types (including metrics, logs, APM, and RUM) in one place and view data in real time.
135+
- Annotate your graphs with comments or events for your team's context.
81136

82-
- Synchronous mousing across all graphs in a [screenboard][13].
83-
- Vertical bars are events. They put a metric into context.
84-
- Click and drag on a graph to zoom in on a particular time frame.
85-
- As you hover over the graph, the Event Stream moves with you.
86-
- Display by zone, host, or total usage.
87-
- Datadog exposes a JSON editor for the graph, allowing for [arithmetic][14] and [functions][15] to be applied to metrics.
88-
- Share a graph snapshot that appears in the stream.
89-
- Graphs can be embedded in an iframe. This enables you to give a third party access to a live graph without also giving access to your data or any other information.
137+
Navigate to the [Dashboard List][21] in the app to get started. To learn more, read the [Dashboards documentation][20].
90138

91139
## Monitors
92140

93-
[Monitors][16] provide alerts and notifications based on metric thresholds, integration availability, network endpoints, and more.
141+
[Monitors][22] provide alerts and notifications based on metric thresholds, integration availability, network endpoints, and more.
94142

95-
- Use any metric reporting to Datadog
96-
- Set up multi alerts by device, host, and more
97-
- Use `@` in alert messages to direct notifications to the right people
98-
- Schedule downtimes to suppress notifications for system shutdowns, offline maintenance, and more
143+
- Create monitors using any metric reporting to Datadog.
144+
- Build complex alerting logic using multiple trigger conditions.
145+
- Send alerts to Slack, email, PagerDuty, and more, by adding`@` in alert messages to direct notifications to the right people.
146+
- Schedule downtimes to suppress notifications for system shutdowns, offline maintenance, and more.
99147

100148
## Further Reading
101149
{{< partial name="whats-next/whats-next.html" >}}
102150

103151
[1]: https://app.datadoghq.com
104-
[2]: http://www.datadoghq.com/integrations
105-
[3]: /api/
106-
[4]: https://github.com/DataDog/datadog-agent
107-
[5]: /logs/
108-
[6]: /tracing/
109-
[7]: /infrastructure/
110-
[8]: /getting_started/tagging/
111-
[9]: /infrastructure/hostmap/
112-
[12]: /dashboards/
113-
[13]: /dashboards/#screenboards
114-
[14]: /dashboards/functions/arithmetic/
115-
[15]: /dashboards/functions/
116-
[16]: /monitors/
117-
[18]: /real_user_monitoring/
118-
[19]: /real_user_monitoring/session_replay/browser/
119-
[22]: /synthetics/
152+
[2]: /infrastructure/list/
153+
[3]: https://app.datadoghq.com/infrastructure
154+
[4]: /infrastructure/hostmap/
155+
[5]: https://app.datadoghq.com/infrastructure/map
156+
[6]: /logs/
157+
[7]: /logs/explorer/live_tail/
158+
[8]: https://app.datadoghq.com/logs
159+
[9]: /tracing/
160+
[10]: https://app.datadoghq.com/apm/home
161+
[11]: /real_user_monitoring/
162+
[12]: /real_user_monitoring/session_replay/browser/
163+
[13]: https://app.datadoghq.com/rum/sessions
164+
[14]: /synthetics/
165+
[15]: https://app.datadoghq.com/synthetics/tests
166+
[16]: https://www.datadoghq.com/product/platform/integrations/
167+
[17]: /developers/integrations/
168+
[18]: https://app.datadoghq.com/integrations
169+
[19]: /integrations/
170+
[20]: /dashboards/
171+
[21]: https://app.datadoghq.com/dashboard/lists
172+
[22]: /monitors/
-724 KB
Binary file not shown.
941 KB
Loading
-375 KB
Binary file not shown.
238 KB
Loading

0 commit comments

Comments
 (0)