1 Star 0 Fork 2

OPLG / SkyWalking

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

Apache SkyWalking

Sky Walking logo

SkyWalking: an APM(application performance monitor) system, especially designed for microservices, cloud native and container-based architectures.

GitHub stars Twitter Follow

Maven Central CI/IT Tests E2E Tests

Abstract

SkyWalking is an open source APM system, including monitoring, tracing, diagnosing capabilities for distributed system in Cloud Native architecture.

  • Distributed Tracing
    • End-to-end distributed tracing. Service topology analysis, service-centric observability and APIs dashboards.
  • Agents for your stack
    • Java, .Net Core, PHP, NodeJS, Golang, LUA, Rust, C++, Client JavaScript and Python agents with active development and maintenance.
  • eBPF early adoption
    • Rover agent works as metrics collector and profiler powered by eBPF to diagnose CPU and network performance.
  • Scaling
    • 100+ billion telemetry data could be collected and analyzed from one SkyWalking cluster.
  • Mature Telemetry Ecosystems Supported
    • Metrics, Traces, and Logs from mature ecosystems are supported, e.g. Zipkin, OpenTelemetry, Prometheus, Zabbix, Fluentd
  • Native APM Database
    • BanyanDB, an observability database, created in 2022, aims to ingest, analyze and store telemetry/observability data.
  • Consistent Metrics Aggregation
    • SkyWalking native meter format and widely known metrics format(OpenTelemetry, Telegraf, Zabbix, e.g.) are processed through the same script pipeline.
  • Log Management Pipeline
    • Support log formatting, extract metrics, various sampling policies through script pipeline in high performance.
  • Alerting and Telemetry Pipelines
    • Support service-centric, deployment-centric, API-centric alarm rule setting. Support forwarding alarms and all telemetry data to 3rd party.

Documentation

Downloads

Please head to the releases page to download a release of Apache SkyWalking.

Compiling project

Follow this document.

Code of conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please follow the REPORTING GUIDELINES to report unacceptable behavior.

Live Demo

Contact Us

  • Mail list: dev@skywalking.apache.org. Mail to dev-subscribe@skywalking.apache.org, follow the reply to subscribe the mail list.
  • Send Request to join SkyWalking slack mail to the mail list(dev@skywalking.apache.org), we will invite you in.
  • For Chinese speaker, send [CN] Request to join SkyWalking slack mail to the mail list(dev@skywalking.apache.org), we will invite you in.
  • Twitter, ASFSkyWalking
  • bilibili B站 视频

Our Users

Hundreds of companies and organizations use SkyWalking for research, production, and commercial product. Visit our website to find the user page.

License

Apache 2.0 License.

# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # header: license: spdx-id: Apache-2.0 copyright-owner: Apache Software Foundation paths-ignore: - '.github/ISSUE_TEMPLATE' - '.github/PULL_REQUEST_TEMPLATE' - '**/.gitignore' - '.gitmodules' - '.lift' - '.mvn' - 'apm-protocol/apm-network/src/main/proto/.gitignore' - 'codeStyle.xml' - 'docker/.env' - 'dist' - 'licenses' - 'dist-material/release-docs' - '**/*.md' - '**/*.json' - '**/*.ftl' - '**/target/**' - '**/*.iml' - '**/*.ini' - '**/*.crt' - '**/*.pem' - '**/*.txt' - 'LICENSE' - 'NOTICE' - 'skywalking-ui/dist' - 'skywalking-ui/node_modules' - 'skywalking-ui/node' - 'skywalking-ui/.browserslistrc' - 'skywalking-ui/.prettierrc' - 'skywalking-ui/src/types/auto-imports.d.ts' - 'skywalking-ui/src/types/components.d.ts' - '**/src/main/fbs/istio/**' - '**/src/main/proto/envoy/**' - '**/src/main/proto/udpa/**' - '**/src/main/proto/google/**' - '**/src/main/proto/istio/**' - '**/src/main/proto/jaeger/**' - '**/src/main/proto/mixer/**' - '**/src/main/proto/policy/**' - '**/src/main/proto/prometheus/client_model/metrics.proto' - '**/src/main/proto/protoc-gen-swagger/**' - '**/src/main/proto/validate/validate.proto' - '**/src/main/proto/opentelemetry/**' - 'oap-server/server-starter/src/main/resources/version.properties' - '**/mockito-extensions/**' comment: on-failure dependency: files: - pom.xml - skywalking-ui/package.json excludes: - name: org.openjdk.jmh:jmh-core # We don't distribute the dependencies, they are just for the build process recursive: true - name: org.apache.skywalking:* # Exclude self dependencies - name: org.apache.skywalking:microbench recursive: true licenses: - name: org.slf4j:slf4j-api version: 1.7.30,1.7.32 license: Apache-2.0 - name: com.squareup.okhttp3:okhttp version: 3.14.9,3.12.2 license: Apache-2.0 - name: com.google.guava:listenablefuture version: 9999.0-empty-to-avoid-conflict-with-guava license: Apache-2.0 - name: io.swagger:swagger-annotations version: 1.6.9 license: Apache-2.0 - name: com.squareup.okio:okio version: 1.15.0,1.17.2 license: Apache-2.0 - name: com.squareup.retrofit2:retrofit version: 2.3.0,2.5.0 license: Apache-2.0 - name: com.squareup.retrofit2:converter-jackson version: 2.3.0,2.5.0 license: Apache-2.0 - name: com.fasterxml.jackson.module:jackson-module-kotlin version: 2.13.4 license: Apache-2.0 - name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 version: 2.15.2 license: Apache-2.0 - name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 version: 2.15.2 license: Apache-2.0 - name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml version: 2.15.2 license: Apache-2.0 - name: com.graphql-java:graphql-java-extended-scalars version: 18.1 license: MIT - name: com.graphql-java:graphql-java version: 21.0 license: MIT - name: com.github.luben:zstd-jni version: 1.4.3-1 license: BSD-2-Clause - name: com.h2database:h2 version: 2.1.212 license: MPL-2.0 - name: org.antlr:antlr4-runtime version: 4.11.1 license: BSD-3-Clause - name: com.google.flatbuffers:flatbuffers-java version: 1.12.0 license: Apache-2.0 - name: build.buf.protoc-gen-validate:pgv-java-stub version: 0.6.13 license: Apache-2.0 - name: build.buf.protoc-gen-validate:protoc-gen-validate version: 0.6.13 license: Apache-2.0 - name: com.aayushatharva.brotli4j:service version: 1.12.0 license: Apache-2.0

简介

适用于分布式系统的应用程序性能监控工具,专为微服务、云原生和基于容器 (Kubernetes) 架构而设计。 展开 收起
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/oplg/skywalking.git
git@gitee.com:oplg/skywalking.git
oplg
skywalking
SkyWalking
master

搜索帮助