| # Community calendar — conferences, meetups and summits where Apache SkyWalking |
| # committers and community speakers appear. |
| # |
| # Rendered by layouts/events/calendar.html at /events/calendar/. |
| # This file is NOT part of the release timeline at /events/ — that one is driven by |
| # the markdown pages under content/events/. |
| # |
| # Ordering here is newest-first purely for the convenience of whoever edits it; |
| # the layout sorts by `start` and splits upcoming vs. past on today's date. |
| # |
| # Event fields |
| # event required conference / meetup name |
| # start required "YYYY-MM-DD", zero-padded. Quoted by convention: Hugo's |
| # current YAML parser keeps it a string either way, but the |
| # quotes keep that independent of the parser, and the whole |
| # layout sorts and groups on it as a string. |
| # end optional "YYYY-MM-DD" for multi-day events |
| # location required "City, Country", or "Online" |
| # venue optional venue name |
| # intro required one or two sentences on what the conference is, for readers |
| # who have never heard of it. Keep it factual. |
| # url optional event home page. Omit rather than guess. |
| # recap optional link to a recap post on this site |
| # talks required one or more sessions, each with: |
| # title required |
| # speaker required Preferred form is "中文名 English Name". The two |
| # directions are NOT equally safe: |
| # 中文名 -> pinyin is deterministic, so adding the |
| # romanisation of a Chinese name is fine. |
| # English -> Chinese is NOT. Many characters share one |
| # romanisation, so you would be inventing a person's |
| # name. If the source gives only an English name, keep |
| # only the English name — unless our own content already |
| # records that person's Chinese name (a zh/en post pair, |
| # data/committee.yml), which is a lookup, not a guess. |
| # intro optional one or two sentences on what the session covers, in the |
| # same language as the title. Condense the published |
| # abstract; do not invent one where none exists. |
| # lang optional the language the session is delivered in, e.g. "中文" or |
| # "English". Only worth setting when it is not obvious from |
| # the title, or when the same talk is given in both — a |
| # speaker may take one session to two events in different |
| # languages. |
| # date optional "YYYY-MM-DD" when the session day differs from `start` |
| # time optional e.g. "13:30 GMT+8" |
| # room optional |
| # url optional session page |
| # video optional recording |
| # slides optional slide deck |
| |
| events: |
| - event: AWS Community Day 2026 Hong Kong |
| intro: >- |
| A community-organised, full-day AWS event run by the Hong Kong AWS user group — practitioner talks on cloud architecture, operations and observability rather than vendor sessions. |
| start: "2026-10-24" |
| location: Hong Kong |
| venue: VTC Auditorium |
| url: https://awscommunity.hk/ |
| talks: |
| - title: "Beyond Flat Topologies: Visualizing the Cloud-Native Stack in 3D" |
| speaker: 吴晟 Sheng Wu |
| lang: English |
| |
| - event: 2026 亚马逊云科技 Community Day · 深圳 |
| intro: >- |
| The AWS User Group's annual community conference in Shenzhen, themed "Bridge with Signal · 以价值信号连通现在与未来" — a full day of 20+ community talks across four parallel tracks, run by and for local developers. |
| start: "2026-10-17" |
| location: Shenzhen, China |
| url: https://2026-autumn.awscommunityday.cn/ |
| talks: |
| # Same session as AWS Community Day Hong Kong a week later, delivered in Chinese. |
| # The Shenzhen agenda is not published yet, so the title here is the English one |
| # the session is already listed under; swap in the Chinese title once it is out. |
| - title: "Beyond Flat Topologies: Visualizing the Cloud-Native Stack in 3D" |
| speaker: 吴晟 Sheng Wu |
| lang: 中文 |
| |
| - event: Community Over Code Asia 2026 |
| intro: >- |
| The Apache Software Foundation's official conference series in Asia, renamed from ApacheCon Asia. Three days of sessions spanning ASF projects and the community practices behind them. |
| start: "2026-08-07" |
| end: "2026-08-09" |
| location: Beijing, China |
| url: https://asia.communityovercode.org |
| talks: |
| - title: "Observing LLM Applications with SkyWalking 10.4: From Performance and Cost to Quality" |
| speaker: 邵一鸣 YiMing Shao |
| date: "2026-08-09" |
| time: 13:30 GMT+8 |
| room: Mountain Yang Hall |
| url: https://asia.communityovercode.org/sessions/observability-1206017.html |
| intro: >- |
| How SkyWalking 10.4 instruments LLM interactions — chat, streaming, tool calling, RAG retrieval and vector search — then tracks token usage and inference cost alongside quality scored by configurable rubrics. |
| - title: "Engineering BanyanDB with AI Agents: Agentic Coding in Practice" |
| speaker: Youliang Huang |
| date: "2026-08-09" |
| time: 13:30 GMT+8 |
| room: JingMing Hall |
| url: https://asia.communityovercode.org/sessions/agenticcoding-1185936.html |
| intro: >- |
| Agentic coding treated as an engineering workflow: engineers set the goals, constraints and architectural principles; agents handle exploration, execution, validation and iteration across design, implementation, debugging and testing. |
| |
| - event: AWS Summit Hong Kong 2026 |
| intro: >- |
| AWS's free one-day regional conference, with keynotes and technical breakouts for builders across Hong Kong. The 2026 edition centred on agentic AI as an enterprise workload. |
| start: "2026-06-17" |
| location: Hong Kong |
| venue: Hong Kong Convention and Exhibition Centre |
| url: https://aws.amazon.com/events/summits/hongkong/ |
| talks: |
| - title: Agentic vibe coding in a mature OSS project |
| speaker: 吴晟 Sheng Wu |
| intro: >- |
| A lightning talk on constraining AI agents in a mature codebase — reviewing architectural changes, preserving compatibility contracts, and using human maintainership as the control loop. Covers what failed, where the agents needed correction, and what open source projects should weigh before letting agents touch critical code paths. |
| |
| - event: CommunityOverCode Asia 2025 |
| intro: >- |
| The ASF's Asia conference, held in Beijing. SkyWalking took three slots in the observability track — agent interoperability, a new language agent, and BanyanDB's storage tiering. |
| start: "2025-07-25" |
| end: "2025-07-27" |
| location: Beijing, China |
| url: https://asia.communityovercode.org/2025/ |
| talks: |
| - title: "Bridging the Divide: Harmonizing Apache SkyWalking and OpenTelemetry in Production Environments" |
| speaker: Cheng Chen |
| date: "2025-07-27" |
| time: 14:30 GMT+8 |
| room: Mtn Yang Hall |
| url: https://asia.communityovercode.org/2025/sessions/observability-914543.html |
| intro: >- |
| What breaks when SkyWalking and OpenTelemetry run side by side in production — class enhancement conflicts, startup failures, incompatible trace protocols — and how to keep multiple agents coexisting or migrate cleanly between stacks. |
| - title: Exploration and Practice of SkyWalking in Ruby Agent and MCP |
| speaker: Zixin Zhou |
| date: "2025-07-27" |
| time: 15:45 GMT+8 |
| room: Mtn Yang Hall |
| url: https://asia.communityovercode.org/2025/sessions/observability-908230.html |
| intro: >- |
| Monitoring Ruby applications with SkyWalking: the design principles and implementation of the Ruby agent, plus integrating the Model Context Protocol with SkyWalking. |
| - title: "Optimizing Observability: Unveiling BanyanDB's Hot-Warm-Cold Architecture" |
| speaker: 高洪涛 Hongtao Gao |
| date: "2025-07-27" |
| time: 16:15 GMT+8 |
| room: Mtn Yang Hall |
| url: https://asia.communityovercode.org/2025/sessions/observability-910659.html |
| intro: >- |
| Why a tiered hot-warm-cold design is the right answer for massive metrics, trace and log volumes, and how BanyanDB implements it while balancing query performance against storage cost. |
| |
| - event: CommunityOverCode Asia 2024 |
| intro: >- |
| The ASF's Asia conference, held in Hangzhou. SkyWalking ran a project stand alongside two cloud-native track sessions. |
| start: "2024-07-26" |
| end: "2024-07-28" |
| location: Hangzhou, China |
| url: https://asia.communityovercode.org/2024/ |
| talks: |
| - title: Monitoring Kubernetes network traffic by using eBPF |
| speaker: 刘晗 Han Liu |
| date: "2024-07-28" |
| time: 16:45 GMT+8 |
| - title: BanyanDB's New Column-Based Storage Engine |
| speaker: 高洪涛 Hongtao Gao |
| date: "2024-07-28" |
| time: 17:15 GMT+8 |
| |
| - event: SkyWalking Summit 2023 |
| intro: >- |
| The SkyWalking community's own single-track summit, sponsored by ZMOps and Tetrate — a full day of roadmap, feature deep-dives, production war stories and open-source culture. |
| start: "2023-11-04" |
| location: Shanghai, China |
| venue: 上海大华虹桥假日酒店 |
| url: /events/summit-23-cn/ |
| recap: /zh/2023-11-04-skywalking-summit-shanghai/ |
| talks: |
| - title: SkyWalking V9 In 2023 - 5 featured releases |
| speaker: 吴晟 Sheng Wu |
| video: https://www.bilibili.com/video/BV1Az4y1A7Pk |
| - title: 使用 Terraform 与 Ansible 快速部署 SkyWalking 集群 |
| speaker: 柯振旭 Zhenxu Ke |
| - title: 基于 SkyWalking 构建全域一体化观测平台 |
| speaker: 陈修能 Xiuneng Chen |
| - title: 云原生可观测性数据库 BanyanDB |
| speaker: 高洪涛 Hongtao Gao |
| - title: 基于 SkyWalking Agent 的性能剖析和实时诊断 |
| speaker: 陆家靖 Jiajing Lu |
| - title: 太保科技 - 多云环境下 Zabbix 的运用实践 |
| speaker: 田川 Chuan Tian |
| - title: KubeSphere 在可观测性领域的探索与实践 |
| speaker: 霍秉杰 Bingjie Huo |
| - title: 大型跨国企业的微服务治理 |
| speaker: 张文杰 Wenjie Zhang |
| |
| - event: CommunityOverCode Asia 2023 |
| intro: >- |
| The ASF's official Asia conference, the first edition held under the CommunityOverCode name after the rename from ApacheCon Asia. |
| start: "2023-08-18" |
| end: "2023-08-20" |
| location: Beijing, China |
| url: https://apachecon.com/acasia2023/ |
| recap: /zh/2023-08-20-coc-asia-2023/ |
| talks: |
| - title: SkyWalking 的 Golang 自动探针实践 |
| speaker: 刘晗 Han Liu |
| video: https://www.bilibili.com/video/BV1U8411v71k |
| intro: >- |
| Go 探针长期以手动埋点为主,接入流程复杂、局限性强。这场分享讲如何用自动埋点简化接入,并突破框架对上下文传递的依赖限制。 |
| - title: BanyanDB 一个高扩展性的分布式追踪数据库 |
| speaker: 高洪涛 Hongtao Gao |
| video: https://www.bilibili.com/video/BV18K4y1w7eL |
| intro: >- |
| 追踪数据量随微服务规模指数增长,传统关系型和时序数据库难以兼顾存储效率与查询灵活度。分享介绍 BanyanDB 的时间分片策略、多维索引设计,以及与其他数据库的对比。 |
| |
| - event: COSCUP 2023 |
| intro: >- |
| Taiwan's largest community-run open-source conference — Conference for Open Source Coders, Users and Promoters — organised each year by local OSS communities. |
| start: "2023-07-29" |
| end: "2023-07-30" |
| location: Taipei, Taiwan |
| url: https://coscup.org/2023/ |
| recap: /zh/2023-07-30-complete-auto-instrumentation-go-agent-for-distributed-tracing-and-monitoring/ |
| talks: |
| - title: 在 Go 语言中使用自动增强探针完成链路追踪以及监控 |
| speaker: 刘晗 Han Liu |
| date: "2023-07-30" |
| video: https://www.bilibili.com/video/BV1FV4y1B7p1 |
| intro: >- |
| 从为什么需要自动增强探针讲起,演示 Go Agent 的实际效果,拆解实现原理,并给出后续演进方向。 |
| |
| - event: 可观测性峰会 2023 Observability Summit |
| intro: >- |
| A one-day observability conference organised by China’s Cloud Native Community (云原生社区), mixing vendor-neutral panel discussions with practitioner talks. |
| start: "2023-04-22" |
| location: Beijing, China |
| venue: 北京奥加美术馆酒店 |
| recap: /zh/2023-04-23-obs-summit-china/ |
| talks: |
| - title: 圆桌讨论:云原生应用可观测性现状及趋势 |
| speaker: 吴晟 Sheng Wu(嘉宾) |
| video: https://www.bilibili.com/video/BV1is4y1d7gd |
| intro: >- |
| 罗广明主持,吴晟、向阳、乔新亮、董江同台,讨论云原生可观测性的落地现状与走向。 |
| - title: 为 Apache SkyWalking 构建 Grafana dashboards — 基于对原生 PromQL 的支持 |
| speaker: 万凯 Kai Wan |
| video: https://www.bilibili.com/video/BV1ms4y1d7NF |
| intro: >- |
| 介绍 SkyWalking 的 PromQL Service:它是什么、能做什么,SkyWalking 中 metrics 的基本概念,以及如何用它搭建 Grafana dashboards。 |
| |
| - event: ApacheCon Asia 2022 |
| intro: >- |
| The ASF's Asia conference, run online. SkyWalking filled most of the observability track — the platform overview, the native eBPF agent, AIOps alerting, BanyanDB and MAL-based infrastructure monitoring. |
| start: "2022-07-29" |
| end: "2022-07-31" |
| location: Online |
| url: https://apachecon.com/acasia2022/ |
| talks: |
| - title: "Apache SkyWalking: An open source holistic application performance monitoring and observability tool" |
| speaker: Marc Navarro Sonnenfeld |
| date: "2022-07-29" |
| time: 14:00 GMT+8 |
| url: https://apachecon.com/acasia2022/sessions/observability-1195.html |
| intro: >- |
| How SkyWalking treats metrics, logs and tracing as one correlated whole rather than three silos, at low latency and with 100% client-side sampling. |
| - title: Apache SkyWalking with Native eBPF Agent |
| speaker: 刘晗 Han Liu |
| date: "2022-07-29" |
| time: 14:40 GMT+8 |
| url: https://apachecon.com/acasia2022/sessions/observability-1000.html |
| intro: >- |
| Using eBPF to pull data into SkyWalking that language agents cannot reach, and the native eBPF agent built for it. |
| - title: Approaching Robust Anomaly Alerting Capabilities at Apache SkyWalking with AIOps |
| speaker: Yihao Chen |
| date: "2022-07-29" |
| time: 15:20 GMT+8 |
| - title: How SkyWalking Uses BanyanDB |
| speaker: 高洪涛 Hongtao Gao |
| date: "2022-07-29" |
| time: 16:40 GMT+8 |
| - title: Apache SkyWalking MAL practice -- VMs and Kubernetes Monitoring |
| speaker: 万凯 Kai Wan |
| date: "2022-07-29" |
| time: 17:20 GMT+8 |
| |
| - event: ApacheCon@Home 2021 |
| intro: >- |
| ApacheCon's second fully online edition. SkyWalking again anchored the Observability track, this time spanning browser monitoring, service mesh, BanyanDB and API gateways. |
| start: "2021-09-21" |
| end: "2021-09-23" |
| location: Online |
| url: https://apachecon.com/acah2021/ |
| talks: |
| - title: End User Tracing in a SkyWalking-Observed Browser |
| speaker: 范秋霞 Qiuxia Fan |
| date: "2021-09-21" |
| time: 14:10 UTC |
| url: /blog/end-user-tracing-in-a-skywalking-observed-browser/ |
| intro: >- |
| Extending SkyWalking's reach into the browser itself — performance metrics and error collection reported back to the backend, making the browser the starting point of a distributed trace. |
| - title: Un-breaking production bugs with non-breaking breakpoints |
| speaker: Brandon Fergerson |
| date: "2021-09-21" |
| time: 15:50 UTC |
| intro: >- |
| Debugging live applications with continuous-feedback tooling such as SourceMarker, using breakpoints that gather state without halting production traffic. |
| - title: The journey of migration between Apache SkyWalking and Service Mesh |
| speaker: Rei Shimizu |
| date: "2021-09-21" |
| time: 17:10 UTC |
| intro: >- |
| Building SkyWalking's C++ native SDK so it can act as a tracing provider inside the Istio service mesh. |
| - title: "BanyanDB: A Purpose-Built Observability database" |
| speaker: 高洪涛 Hongtao Gao |
| date: "2021-09-21" |
| time: 18:00 UTC |
| intro: >- |
| BanyanDB's design for ingesting metrics, tracing and logging data, and the limits of existing databases that made a purpose-built store worth writing. |
| - title: "Observability in Nginx: Apache APISIX it is" |
| speaker: 温铭 Ming Wen |
| date: "2021-09-21" |
| time: 18:50 UTC |
| intro: >- |
| Apache APISIX as an alternative to plain Nginx logging, bringing dynamic APIs and SkyWalking APM to existing Nginx users. |
| |
| - event: SkyWalking Day 2021 |
| intro: >- |
| The community's Beijing meet-up, co-hosted with Tencent and Tetrate. PMC members and committers presented on roadmap, storage internals, front-end monitoring and the Apache Way. |
| start: "2021-06-26" |
| location: Beijing, China |
| venue: 北京市海淀区西格玛大厦 B1 多功能厅 |
| url: /events/skywalkingday-2021/ |
| recap: /zh/skywalking-day-2021/ |
| talks: |
| - title: Apache SkyWalking Landscape |
| speaker: 吴晟 Sheng Wu |
| video: https://www.bilibili.com/video/BV1HV411W7sr |
| intro: >- |
| SkyWalking 2020-2021 年的发展脉络与后续计划。 |
| - title: 微服务可观测性分析平台的探索与实践 |
| speaker: 凌若川 Ruochuan Ling |
| video: https://www.bilibili.com/video/BV15g411u7nh |
| intro: >- |
| 腾讯云微服务团队构建云原生可观测性分析平台时遇到的性能与可用性挑战,架构设计上的取舍,以及下一阶段的演进方向。 |
| - title: BanyanDB 数据模型背后的逻辑 |
| speaker: 高洪涛 Hongtao Gao |
| video: https://www.bilibili.com/video/BV1Eo4y1C7KJ |
| intro: >- |
| 从 RUM 猜想出发,讨论为什么 BanyanDB 选择的数据模型对 APM 数据更高效可靠,以及数据库设计中绕不开的取舍。 |
| - title: Apache SkyWalking 如何做前端监控 |
| speaker: 范秋霞 Qiuxia Fan |
| video: https://www.bilibili.com/video/BV1FL411W7XE |
| intro: >- |
| 页面性能指标的收集与计算、前端错误日志采集与 Source Map 定位,以及浏览器端请求的追踪方法。 |
| - title: 一名普通工程师,该如何正确的理解开源精神? |
| speaker: 王晔倞 Yeliang Wang |
| video: https://www.bilibili.com/video/BV1Bh411h7RE |
| intro: >- |
| 为什么国内一些程序员会对开源产生误解,“开源≠自由≠非商业”的来龙去脉,以及普通工程师如何高效地向社区贡献。 |
| - title: 可观测性技术生态和 OpenTelemetry 原理及实践 |
| speaker: 陈一枭 Yixiao Chen |
| intro: >- |
| 综述云原生可观测性技术生态,梳理 OpenTracing、OpenMetrics 到 OpenTelemetry 的标准演进,并介绍腾讯的落地实践。 |
| - title: 利用 Apache SkyWalking 事件采集系统更快定位故障 |
| speaker: 柯振旭 Zhenxu Ke |
| intro: >- |
| SkyWalking 的事件采集系统、上报事件的多种方式,以及如何结合 metrics 分析目标系统的性能问题。 |
| - title: 可观测性自动注入技术原理探索与实践 |
| speaker: 詹启新 Qixin Zhan |
| intro: >- |
| Java 字节码注入的技术原理,opentelemetry-java-instrumentation 的核心实现,以及自动注入在可观测领域的落地实践。 |
| - title: 如何利用 Apache APISIX 提升 Nginx 的可观测性 |
| speaker: 金卫 Wei Jin |
| intro: >- |
| Apache APISIX 在覆盖 Nginx 传统功能之外,如何与 SkyWalking 深度集成,无痛提升 Nginx 的可观测性。 |
| |
| - event: 开放原子开源基金会 2020 年度峰会 OpenAtom Foundation Annual Summit |
| intro: >- |
| The OpenAtom Foundation's annual summit, China's foundation-level open-source event. SkyWalking's slot covered how the project grows contributors rather than merely supporting users. |
| start: "2020-12-27" |
| location: Online |
| recap: /zh/2021-01-21-educate-community/ |
| talks: |
| - title: Educate community Over Support community |
| speaker: 吴晟 Sheng Wu |
| video: https://www.bilibili.com/video/BV125411E7GK |
| intro: >- |
| SkyWalking 社区的成长方式:与其被动支持用户,不如主动教育社区、建设贡献者梯队。 |
| |
| - event: PyCon China 2020 |
| intro: >- |
| The annual conference of the Chinese Python community, held online in 2020. |
| start: "2020-11-28" |
| location: Online |
| recap: /zh/2020-11-30-pycon/ |
| talks: |
| - title: Python 微服务应用性能监控 |
| speaker: 柯振旭 Zhenxu Ke |
| video: https://www.bilibili.com/video/BV1Ry4y167b6 |
| intro: >- |
| SkyWalking 在微服务架构中要解决的问题,如何近乎自动化地监控 Python 后端服务,以及 Python 探针的实现技术解读。 |
| |
| - event: SkyWalking DevCon 2020 |
| intro: >- |
| SkyWalking's own developer day in Beijing — community founder, PMC members and committers on site, joined by Apache Local Community Beijing on the Apache Way. |
| start: "2020-11-14" |
| location: Beijing, China |
| recap: /zh/2020-11-23-devcon/ |
| talks: |
| - title: SkyWalking's 2019-2020 and beyond |
| speaker: 吴晟 Sheng Wu |
| video: https://www.bilibili.com/video/BV1ay4y16755 |
| - title: 贝壳全链路跟踪实践 |
| speaker: 赵禹光 Yuguang Zhao |
| - title: SkyWalking 在百度爱番番部门实践 |
| speaker: 刘嘉鹏 Jiapeng Liu |
| - title: 非计算机背景的同学如何贡献开源 |
| speaker: 适兕 Shisi |
| video: https://www.bilibili.com/video/BV12v411t7yt |
| intro: >- |
| 从软件供应的生产、分发、消费三个角度,探讨一个开源项目究竟需要怎样的专业背景多样性,并以 ALC Beijing 为例说明。 |
| - title: 如何从 Apache SkyWalking 社区学习 Apache Way |
| speaker: 温铭 Ming Wen |
| - title: Apache SkyWalking 在小米公司的应用 |
| speaker: 宋振东 Zhendong Song |
| - title: Istio 全生命周期监控 |
| speaker: 高洪涛 Hongtao Gao |
| - title: 针对 HikariCP 数据库连接池的监控 |
| speaker: 张鑫 Xin Zhang |
| - title: SkyWalking 与 Nginx 的优化实践 |
| speaker: 王院生 Yuansheng Wang |
| video: https://www.bilibili.com/video/BV1xZ4y1G7D7 |
| |
| - event: COSCon'20 中国开源年会 |
| intro: >- |
| China Open Source Conference, the annual community event organised by KAIYUANSHE (开源社). SkyWalking appeared in the cloud-native and microservices track. |
| start: "2020-10-25" |
| location: Online |
| recap: /zh/2020-10-25-coscon20-swck/ |
| talks: |
| - title: Apache SkyWalking Cloud on Kubernetes |
| speaker: 高洪涛 Hongtao Gao |
| video: https://www.bilibili.com/video/BV1ia411c7Hc |
| intro: >- |
| SkyWalking 社区用 Operator 模式构建 Kubernetes PaaS 组件的尝试:项目动机与设计理念、核心组件的发布更新与维护、与 Istio 的自动集成,以及后续规划。 |
| |
| - event: ApacheCon@Home 2020 |
| intro: >- |
| ApacheCon's fully online 2020 edition. SkyWalking anchored the Observability track, alongside a keynote on the ASF's growth in China. |
| start: "2020-09-29" |
| end: "2020-10-01" |
| location: Online |
| url: https://www.apachecon.com/acah2020/ |
| talks: |
| - title: "Keynote: Apache grows in China" |
| speaker: 吴晟 Sheng Wu |
| url: /blog/2020-11-21-apachecon-keynote/ |
| video: https://www.youtube.com/watch?v=26aFGdbZvac |
| intro: >- |
| China topped the ASF download statistics in the FY2020 report. Three years of Chinese developers, companies and new projects joining the foundation — what changed, and what it asks of the wider community. |
| - title: The history of distributed tracing storage |
| speaker: 高洪涛 Hongtao Gao |
| url: /blog/2020-11-21-apachecon-obs-storage/ |
| video: https://www.youtube.com/watch?v=iQ0tODBoh1k |
| intro: >- |
| How SkyWalking's storage module evolved, and with it the tracing storage layer in general — from traditional relational databases to document-based search engines, and what that leaves open to organisations today. |
| - title: SourceMarker - Continuous Feedback for Developers |
| speaker: Brandon Fergerson |
| url: /blog/2020-11-21-apachecon-obs-sourcemarker/ |
| video: https://www.youtube.com/watch?v=IWounkxhfi0 |
| intro: >- |
| Monitoring is built for operators who think in systems, not in source code — yet building and operating keep blurring together. Combining IDE and APM technology gives developers continuous feedback from inception to production. |
| - title: Improve Apache APISIX observability with Apache SkyWalking |
| speaker: 王院生 Yuansheng Wang |
| url: /blog/2020-11-21-apachecon-obs-apisix/ |
| video: https://www.youtube.com/watch?v=DleVJwPs4i4 |
| intro: >- |
| APISIX's plugin mechanism wires in SkyWalking quickly, making the full life cycle of a request visible from the edge through to internal services. |
| - title: Another backend storage solution for the APM system |
| speaker: Juan Pan |
| url: /blog/2020-11-21-apachecon-obs-shardingsphere/ |
| video: https://www.youtube.com/watch?v=OazS_3r3NM4 |
| intro: >- |
| APM backends need massive storage that stays simple, has few dependencies and a widely understood query language. This talk argues the NewSQL angle, using Apache ShardingSphere to extend SkyWalking's storage capability. |
| |
| - event: 云原生学院 Cloud Native Academy |
| intro: >- |
| An online live-stream series run by China’s Cloud Native Community (云原生社区), pairing a single deep-dive topic with audience Q&A. |
| start: "2020-08-13" |
| location: Online |
| recap: /zh/2020-08-13-cloud-native-academy/ |
| talks: |
| - title: 后分布式追踪时代的性能问题定位——方法级性能剖析 |
| speaker: 吴晟 Sheng Wu |
| video: https://www.bilibili.com/video/BV1D541187kC |
| intro: >- |
| 分布式追踪兴起的背景、SkyWalking 与其他追踪系统的异同、定位问题的流程与方法,以及性能剖析的由来和优势。 |