Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Uptime.com Overview Content #2470

Merged
merged 6 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
/upbound_uxp/ @humoflife support@upbound.io @DataDog/ecosystems-review
/upsc/ @platinummonkey
/upstash/ @upstash support@upstash.com @DataDog/ecosystems-review
/uptime/ @jeremy-lq
/uptime/ @DataDog/ecosystems-review
/uptycs/ @cgadde-uptycs support@uptycs.com
/vantage/ @brookemckim support@vantage.sh @DataDog/ecosystems-review
/vercel/ @Datadog/serverless
Expand Down Expand Up @@ -1026,11 +1026,11 @@
/upsc/assets/dashboards @platinummonkey @DataDog/documentation @DataDog/reporting-and-sharing @DataDog/agent-integrations
/upsc/assets/monitors @platinummonkey @DataDog/documentation @DataDog/alerting-product @DataDog/agent-integrations

/uptime/*metadata.csv @jeremy-lq @DataDog/documentation
/uptime/manifest.json @jeremy-lq @DataDog/documentation
/uptime/README.md @jeremy-lq @DataDog/documentation
/uptime/assets/dashboards @jeremy-lq @DataDog/documentation @DataDog/reporting-and-sharing @DataDog/agent-integrations
/uptime/assets/monitors @jeremy-lq @DataDog/documentation @DataDog/alerting-product @DataDog/agent-integrations
/uptime/*metadata.csv @DataDog/documentation
/uptime/manifest.json @DataDog/documentation
/uptime/README.md @DataDog/documentation
/uptime/assets/dashboards @DataDog/documentation @DataDog/reporting-and-sharing @DataDog/agent-integrations
/uptime/assets/monitors @DataDog/documentation @DataDog/alerting-product @DataDog/agent-integrations

/vespa/*metadata.csv @gjoranv dd@vespa.ai @DataDog/documentation
/vespa/manifest.json @gjoranv dd@vespa.ai @DataDog/documentation
Expand Down Expand Up @@ -1116,4 +1116,4 @@

# LEAVE THE FOLLOWING LOG OWNERSHIP LAST IN THE FILE
# Make sure logs team is the full owner for all logs related files
**/assets/logs/ @DataDog/logs-backend
**/assets/logs/ @DataDog/logs-backend
12 changes: 9 additions & 3 deletions uptime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

## Overview

Get events and metrics from your app in real time to:
Uptime.com is a comprehensive website monitoring service that provides real-time alerts and detailed performance analytics for your web applications and APIs.

- Track and notify of any downtime or interruptions.
- Visualize response time metrics from synthetic requests.
The Uptime.com integration with Datadog enhances your monitoring capabilities by combining Uptime.com's monitoring with Datadog's platform. Key functionality includes:

- Uptime.com alerts automatically generate corresponding events in Datadog.
- Datadog events can be assigned lower priority and commented on for tracking.
- Check response times are tracked as metrics in Datadog.
- Metrics update every 5 minutes with 5 data points from 1-minute interval checks.

This integration enables you to proactively identify and resolve performance issues, minimizing downtime and improving overall site reliability.

![Uptime.com Graph][1]

Expand Down
Loading