Skip to content

Commit 7f2ba81

Browse files
authored
Merge pull request #180 from pirilkavlak/patch-1
Fix typo: remove duplicate words in synthetic monitoring description …
2 parents cb29f59 + 02ff4f6 commit 7f2ba81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learn/monitoring/synthetic-monitoring.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Synthetic monitoring enables software teams to better understand the performance
1818
Just as automated testing is essential for high-velocity development teams, enabling them to catch bugs and defects by simulating real user flows in testing and preview environments, synthetic monitoring enables teams to continuously monitor for optimal user experiences. Some synthetic monitoring tools, like Checkly, allow engineers to reuse entire end-to-end tests as production monitors. This enables true continuous quality to be practiced by organizations.
1919

2020
## How does Synthetic Monitoring work?
21-
At its core, synthetic monitoring is about simulating user interactions with an application to preemptively identify issues before they impact real users. Synthetic monitoring gives developers and operations engineers the confidence that they are one stay one step ahead, ensuring that potential problems are identified and resolved swiftly.
21+
At its core, synthetic monitoring is about simulating user interactions with an application to preemptively identify issues before they impact real users. Synthetic monitoring gives developers and operations engineers the confidence that they are one step ahead, ensuring that potential problems are identified and resolved swiftly.
2222

2323
In practice, synthetic monitoring works a lot like automated testing in production. Teams constantly run “tests” against a production environment from global locations. Using a Monitoring as Code workflow, its easy to even reuse real end-to-end tests as monitors, simply by deploying them to infrastructure such as Checkly.
2424

@@ -187,4 +187,4 @@ Synthetic [API monitoring](https://www.checklyhq.com/blog/what-is-api-monitoring
187187

188188
Synthetic end-to-end monitoring simulates real browser sessions that perform application user flows like buying a product or logging into an account. While navigating your website, common frontend performance metrics such as load time or core web vitals such as largest contentful paint (LCP) and total blocking time (TBT) will be gathered and visualized to discover slow-performing frontends.
189189

190-
Visualized and captured performance metrics on the API and UI level provide clear insights into user experience and allow you to notice and prevent performance regressions before they become an issue.
190+
Visualized and captured performance metrics on the API and UI level provide clear insights into user experience and allow you to notice and prevent performance regressions before they become an issue.

0 commit comments

Comments
 (0)