Flashduty Docs
中文EnglishRoadmapAPI官网控制台
中文EnglishRoadmapAPI官网控制台
  1. Alerts integration
  • Getting Started
    • Introduction
    • Quick start
    • FAQ
    • Product Comparison
  • Incidents
    • What is an Incident
    • View Incidents
    • Handle Incidents
    • Escalations and Assignments
    • Custom Fields
    • Custom Actions
    • Alert Noise Reduction
    • Past Incidents
    • Outlier Incidents
  • Configure Flashduty
    • Channels
    • Integrate Alerts
    • Alert Noise Reduction
    • Escalation Rules
    • Label Enrichment
    • Schedules
    • Templates
    • Service Calendars
    • Preferences
    • Alert Routing
    • Silence and Inhibition
    • Filters
    • Notification Bots
    • Alert Pipeline
  • Platform
    • Teams and Members
    • Permissions
    • Single Sign-On
    • Insights
  • Advanced Features
    • Referencing Variables
    • Dynamic Assignment
  • Integrations
    • Alerts integration
      • Standard Alert Integration
      • Email Integration
      • Nightingale/FlashCat Integration
      • Prometheus Integration
      • Grafana Integration
      • Zabbix Integration
      • Uptime Kuma Integration
      • Alibaba Cloud ARMS Integration
      • Alibaba Cloud Monitor CM Event Integration
      • Alibaba Cloud Monitor CM Metrics Integration
      • Alibaba Cloud SLS Integration
      • AWS CloudWatch Integration
      • Azure Monitor Integration
      • Baidu Cloud BCM Integration
      • Huawei Cloud CES Integration
      • Influxdata Integration
      • Open Falcon Integration
      • PagerDuty Integration
      • Tencent BlueKing Integration
      • Tencent Cloud CLS Integration
      • Tencent Cloud Monitor CM Integration
      • Tencent Cloud EventBridge
      • OceanBase Integration
      • Graylog Integration
      • Skywalking Integration
      • Sentry Integration
      • Jiankongbao Integration
      • AWS EventBridge Integration
      • Dynatrace Integration
      • Huawei Cloud LTS Integration
      • GCP Integration
      • Splunk Alert Events Integration
      • AppDynamics Alert Integration
      • SolarWinds Alert Events Integration
      • Volcengine CM Alert Events Integration
      • Volcengine CM Event Center Integration
      • Volcengine TLS Integration
      • OpManager Integration
      • Meraki Integration
      • Keep Integration
      • ElastAlert2 Alert Integration
      • StateCloud Alert Events
      • Guance Alert Events
      • Zilliz Alert Events
      • Huawei Cloud APM Alerts
      • zstack integration
    • Change integration
      • Standard Change Event
      • Jira Issue Events
    • IM integration
      • Feishu (Lark) Integration Guide
      • Dingtalk Integration
      • WeCom Integration
      • Slack Integration
      • Microsoft Teams Integration
    • Single Sign-On
      • Authing Integration
      • Keycloak Guide
      • OpenLDAP Guide
    • Webhooks
      • Alert webhook
      • Incident webhook
      • Costom action
  • Terms
    • Terms of Service
    • User Agreement/Privary Policy
    • SLA
    • Data Security
  1. Alerts integration

Skywalking Integration

Sync Skywalking alert events to Flashduty via webhook for automated alert noise reduction.

In Flashduty


You can obtain an integration push URL through either of these two methods:

Using Private Integration

Choose this method when you don't need to route alert events to different channels. It's simpler and recommended.

Expand
  1. Go to the Flashduty console, select Channel, and enter a specific channel's details page
  2. Select the Integrations tab, click Add Integration to enter the integration page
  3. Choose Skywalking integration and click Save to generate a card
  4. Click the generated card to view the push URL, copy it for later use, and you're done

Using Shared Integration

Choose this method when you need to route alerts to different channels based on the alert event's payload information.

Expand
  1. Go to the Flashduty console, select Integration Center=>Alert Events to enter the integration selection page
  2. Select Skywalking integration:
    • Integration Name: Define a name for this integration
  3. Configure the default route and select the corresponding channel (after the integration is created, you can go to Route to configure more routing rules)
  4. Click Save and copy the newly generated push URL for later use
  5. Done

In Skywalking


I. Modify Skywalking Service Configuration File

  1. Log in to the Skywalking server
  2. Locate the Skywalking configuration file ./config/alarm-settings.yml
  3. Add level tags to the alert rules
# Tags are supported in v8.6.0+ versions only, can be omitted for other versions
# level values: Critical, Warning, Info
# Case sensitive
rules:
    endpoint_relation_resp_time_rule:
        expression: sum(endpoint_relation_resp_time > 1000) >= 2
        period: 10
        message: Response time of endpoint relation {name} is more than 1000ms in 2 minutes of last 10 minutes
        tags:
            level: Warning
  1. Add the FlashDuty webhook URL
# Add at the bottom of the configuration file
# For v8.8.0 ~ v9.5.0
webhooks:
    - url: https://api.flashcat.cloud/event/push/alert/skywalking?integration_key=18c7f1551df55fa28a1a87f0846d9d1e131

# For v10.0.0
hooks:
  webhook:
    default:
      is-default: true
      urls:
        - https://api.flashcat.cloud/event/push/alert/skywalking?integration_key=18c7f1551df55fa28a1a87f0846d9d1e131
  1. After editing, save and restart the Skywalking service to apply the configuration

II. Status Mapping

SkywalkingFlashdutyStatus
CriticalCriticalCritical
WarningWarningWarning
InfoInfoInfo
Others or EmptyInfoInfo
修改于 2025-03-27 07:51:15
上一页
Graylog Integration
下一页
Sentry Integration
Built with