Skip to main content
Edgedive integrates with your existing stack to receive alerts, query logs and metrics, and deliver investigation reports where your team already works.
CategoryConnections
Work & CollaborationGitHub (required), Slack, Linear, Jira (coming soon), Asana, ClickUp (coming soon)
Observability PlatformsSentry, Datadog, Grafana, Prometheus, Loki, SumoLogic, Render
Cloud Log ProvidersAWS CloudWatch, Azure Monitor, Google Cloud Logging
All observability and cloud log integrations are read-only. Edgedive never modifies your monitoring configuration, log groups, or workspaces.

Work & Collaboration

IntegrationRequiredPurpose
GitHubYesCodebase context and PR creation
SlackNoReceive investigations, trigger on-demand queries
LinearNoTrigger from issues, track progress
JiraNoComing soon
AsanaNoTrigger from tasks (requires configuration)
ClickUpNoComing soon

GitHub

Required. GitHub is how Edgedive accesses your codebase during investigations and creates pull requests.
1

Go to Connections

2

Click Connect next to GitHub

3

Install the Edgedive GitHub App

4

Select which repositories to enable

With GitHub connected, Edgedive can:
  • Cross-reference errors with recent commits and deployments
  • Search your codebase for relevant code paths
  • Create branches and pull requests when a fix is approved
Start with a single repository to test the workflow before expanding access.

Slack

Connect Slack to receive investigation reports and trigger on-demand investigations.
1

Go to Connections

2

Click Connect next to Slack

3

Authorize the Edgedive app in your workspace

4

Invite @Edgedive to channels where alerts are posted

Triggering Investigations

Mention Edgedive in any channel where it’s been invited:
@Edgedive investigate high error rate on the payments API
Edgedive responds in-thread with a structured investigation report.
You can ask follow-up questions directly in the thread—Edgedive maintains full context throughout the conversation.

Auto-Investigation

Edgedive can also automatically investigate messages in your configured investigation channels. Configure keyword filters to control which alerts trigger investigations, or let AI classification decide. See Auto-Investigations for setup details.

Linear

Connect Linear to trigger investigations from issues and receive updates as comments.
1

Go to Connections

2

Click Connect next to Linear

3

Authorize and select teams to monitor

Assign an issue to Edgedive or @tag it in a comment to trigger an investigation. Edgedive posts its findings as a comment on the issue.

Auto-Investigation

Enable auto-investigation to have Edgedive automatically investigate new issues created in your default team. Configure keyword filters to focus on specific issue types. See Auto-Investigations for setup details.

Jira

Jira integration is coming soon. Reach out to team@edgedive.com for early access.

Asana

Connect Asana to trigger investigations from tasks.
1

Go to Connections

2

Click Connect next to Asana

3

Authorize and select projects to monitor

Automatic investigation triggers are not enabled by default. Enable auto-investigation and configure keyword filters in ConnectionsAsanaManage.
See Auto-Investigations for setup details.

ClickUp

ClickUp integration is coming soon. Reach out to team@edgedive.com for early access.

Observability Platforms

Edgedive queries your observability platforms during investigations to pull error details, metrics, traces, and alert context. The more sources connected, the richer the investigation.
PlatformWhat Edgedive Pulls
SentryStack traces, breadcrumbs, error frequency, affected users
DatadogMetrics, monitors, APM traces, event context
GrafanaDashboard data, alert rules, annotations
PrometheusMetrics, alerting rules, time-series data
LokiLog streams, label-based log queries
SumoLogicLog analytics, search results
RenderService logs, deploy events
To connect an observability platform, go to Agent → scroll to Logging Access Providers → select the platform from the dropdown.

Sentry

Recommended. Sentry is one of the most impactful integrations—it gives Edgedive direct access to error details and stack traces.
1

Go to Connections

2

Click Connect next to Sentry

3

Follow the instructions to complete setup

What Edgedive uses from Sentry

  • Stack traces — Pinpoints the exact code path that threw the error
  • Breadcrumbs — Reconstructs the sequence of events leading to the error
  • Error frequency — Determines if this is a new issue or a recurring pattern
  • Affected users — Assesses impact scope

Example

When a Sentry alert fires, Edgedive automatically:
  1. Pulls the full stack trace and breadcrumbs
  2. Cross-references the failing code with recent commits
  3. Checks if this error pattern has appeared in previous investigations
  4. Delivers a root cause report to Slack

Datadog

1

Go to Connections

2

Click Connect next to Datadog

3

Follow the instructions to complete setup

What Edgedive uses from Datadog

  • Metrics — CPU, memory, latency, error rates, and custom metrics
  • APM traces — Distributed traces across services
  • Monitors — Alert context and monitor history
  • Events — Deployment events, configuration changes
Edgedive can query Datadog metrics in natural language during an investigation. For example: “Show me p99 latency for the checkout service over the last 2 hours.”

Grafana

1

Go to Connections

2

Click Connect next to Grafana

3

Follow the instructions to complete setup

What Edgedive uses from Grafana

  • Dashboard data — Queries panels for relevant metrics
  • Alert rules — Understands what thresholds triggered
  • Annotations — Correlates deployments and incidents with metric changes

Prometheus

1

Go to Connections

2

Click Connect next to Prometheus

3

Follow the instructions to complete setup

What Edgedive uses from Prometheus

  • Metrics — Queries PromQL-compatible metrics during investigations
  • Alerting rules — Reads active and pending alerts for context
  • Time-series data — Analyzes trends around the time of the incident

Loki

1

Go to Connections

2

Click Connect next to Loki

3

Follow the instructions to complete setup

What Edgedive uses from Loki

  • Log streams — Queries logs by labels, service, and time range
  • Log context — Pulls surrounding log lines for errors

Example query Edgedive might run

{service="api-gateway"} |= "error" | json | status >= 500
If you use Grafana with Loki as a data source, connect both for the richest investigation context.

SumoLogic

1

Go to Connections

2

Click Connect next to SumoLogic

3

Follow the instructions to complete setup

SumoLogic integration requires an Enterprise plan.

What Edgedive uses from SumoLogic

  • Log search — Runs targeted searches across your log data
  • Analytics — Aggregates and patterns from log analytics

Render

1

Go to Connections

2

Click Connect next to Render

3

Follow the instructions to complete setup

What Edgedive uses from Render

  • Service logs — Pulls application logs from your Render services
  • Deploy events — Correlates errors with recent deployments

Cloud Log Providers

Edgedive queries your cloud logs in real time during investigations—pulling relevant log entries, filtering by time range, and correlating log patterns with errors and alerts.
To connect a cloud log provider, go to Agent → scroll to Logging Access Providers → select the provider from the dropdown.

AWS CloudWatch

1

Go to Connections

2

Click Connect next to AWS CloudWatch

3

Follow the instructions to complete setup

What Edgedive queries

  • Log groups — Application and service logs
  • Log streams — Filtered by time range and keywords
  • CloudWatch Insights — Structured queries across log groups

Example

During an investigation into a Lambda timeout, Edgedive might query:
fields @timestamp, @message
| filter @message like /ERROR/
| sort @timestamp desc
| limit 50
Grant access to specific log groups rather than all logs if you want to limit scope.

Azure Monitor

1

Go to Connections

2

Click Connect next to Azure Monitor

3

Follow the instructions to complete setup

What Edgedive queries

  • Log Analytics workspaces — Application logs, custom logs, diagnostic logs
  • KQL queries — Structured queries across Azure log data
  • Resource logs — Logs from Azure services (App Service, Functions, AKS, etc.)

Example

Investigating a spike in Azure App Service errors, Edgedive might run:
AppServiceHTTPLogs
| where ScStatus >= 500
| where TimeGenerated > ago(1h)
| summarize count() by CsUriStem, bin(TimeGenerated, 5m)
| order by count_ desc

Google Cloud Logging

1

Go to Connections

2

Click Connect next to Google Cloud Logging

3

Follow the instructions to complete setup

What Edgedive queries

  • Cloud Logging entries — Application logs, request logs, system logs
  • Log-based queries — Filtered by resource, severity, and time
  • GKE and Cloud Run logs — Container and serverless application logs

Example

Investigating a Cloud Run service crash, Edgedive might query:
resource.type="cloud_run_revision"
severity>=ERROR
timestamp>="2024-01-15T10:00:00Z"
The more log sources Edgedive can access, the faster and more accurate root cause analysis becomes. Connect all relevant providers.

How Edgedive Uses Cloud Logs

During every investigation, Edgedive:
  1. Identifies relevant log sources based on the alert and affected services
  2. Builds targeted queries to pull error logs, warnings, and contextual entries
  3. Correlates log patterns with metrics, traces, and code changes
  4. Highlights key log lines in the investigation report with timestamps and context
Ensure your cloud provider credentials have sufficient permissions to read logs. Investigations will be less accurate without log access.

Need an integration we don’t support yet? Edgedive can build new integrations in days. Reach out at team@edgedive.com.