wae-apm

Analyze WAE APM logs to generate performance reports for Cloudflare deployments.

1|Updated Aug 31, 2024
One-click install
npx skills add https://github.com/nnsi/hono-practice --skill wae-apm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wae-apm
Source: https://github.com/nnsi/hono-practice/tree/main/.claude/skills/wae-apm
Command: npx skills add https://github.com/nnsi/hono-practice --skill wae-apm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WAE (Workers Analytics Engine) のAPMログを解析し、パフォーマンスレポートを出力する。

Core Features & Use Cases

  • APM log parsing: extract latency, error rates, and throughput from WAE logs into structured metrics.
  • Performance reporting: generate concise summaries highlighting bottlenecks across endpoints.
  • Use Case: identify latency spikes in specific paths (e.g., /auth/token) and inform optimization efforts.

Quick Start

Run the analysis workflow to fetch APM logs via the SQL API and generate a performance report.

Frequently Asked Questions about wae-apm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze Cloudflare Workers APM logs for endpoint latency and errors?

To analyze Cloudflare Workers APM logs, you parse WAE data via the SQL API to aggregate endpoint latency, error rates, and throughput metrics. This produces structured performance reports highlighting specific bottlenecks, such as latency spikes on paths like /auth/token, to inform optimization efforts.

What is the best way to generate performance reports from Workers Analytics Engine logs?

The best way to generate performance reports from Workers Analytics Engine logs is to query the actiko_api_logs dataset through the SQL API. This aggregates WAE log data into concise summaries detailing throughput, errors, and latency bottlenecks across your Cloudflare deployment endpoints.

Do I need a Wrangler OAuth token to query the WAE SQL API for log analysis?

Yes, you need a Wrangler-configured OAuth token to authorize queries to the SQL API for WAE log analysis. This token allows the analysis workflow to securely access the required actiko_api_logs dataset and extract the necessary performance metrics.

Can I identify specific API path latency spikes using Cloudflare WAE logs?

Yes, you can identify specific API path latency spikes by parsing Cloudflare WAE logs. The analysis extracts latency metrics across endpoints, allowing you to pinpoint high-latency paths such as /auth/token and generate targeted reports to inform your optimization efforts.

What metrics are included when parsing WAE APM logs for Cloudflare deployments?

When parsing WAE APM logs for Cloudflare deployments, the extracted metrics include endpoint latency, error rates, and throughput. These metrics are aggregated from the log data to provide a comprehensive view of your application's performance and highlight specific bottlenecks.