Loading...
Loading...
Compare original and translation side by side
| Rule | Description |
|---|---|
| telemetry | Entrypoint - signal types, correlation, and navigation |
| resolve-values | Resolving configuration values from the codebase |
| resources | Resource attributes - service identity and environment |
| k8s | Kubernetes deployment - downward API, pod spec |
| spans | Spans - naming, kind, status, and hygiene |
| logs | Logs - structured logging, severity, trace correlation |
| metrics | Metrics - instrument types, naming, units, cardinality |
| nodejs | Node.js instrumentation setup |
| go | Go instrumentation setup |
| python | Python instrumentation setup |
| java | Java instrumentation setup |
| scala | Scala instrumentation setup |
| dotnet | .NET instrumentation setup |
| ruby | Ruby instrumentation setup |
| php | PHP instrumentation setup |
| browser | Browser instrumentation setup |
| nextjs | Next.js full-stack instrumentation (App Router) |
| 规则 | 描述 |
|---|---|
| telemetry | 入口规则 - 信号类型、关联与导航 |
| resolve-values | 从代码库中解析配置值 |
| resources | 资源属性 - 服务标识与环境 |
| k8s | Kubernetes 部署 - Downward API、Pod 规格 |
| spans | Span - 命名、类型、状态与规范 |
| logs | 日志 - 结构化日志、日志级别、链路关联 |
| metrics | 指标 - 埋点类型、命名、单位、基数 |
| nodejs | Node.js 埋点设置 |
| go | Go 埋点设置 |
| python | Python 埋点设置 |
| java | Java 埋点设置 |
| scala | Scala 埋点设置 |
| dotnet | .NET 埋点设置 |
| ruby | Ruby 埋点设置 |
| php | PHP 埋点设置 |
| browser | 浏览器端埋点设置 |
| nextjs | Next.js 全栈埋点设置(App Router) |
AlwaysOnSDK (AlwaysOn) → Collector (sampling) → Backend (retention)
↓ ↓ ↓
All spans Head or tail Storage policies
exported sampling appliedAlwaysOnSDK (AlwaysOn) → Collector (sampling) → Backend (retention)
↓ ↓ ↓
All spans Head or tail Storage policies
exported sampling applied| Use Case | Rule |
|---|---|
| Node.js backend | nodejs |
| Go backend | go |
| Python backend | python |
| Java backend | java |
| Scala backend | scala |
| .NET backend | dotnet |
| Ruby backend | ruby |
| PHP backend | php |
| Browser frontend | browser |
| Next.js (App Router) | nextjs |
| Kubernetes pod spec | k8s |
| Resolve config values | resolve-values |
| Resource attributes | resources |
| Writing metrics | metrics |
| Cardinality management | metrics |
| Span naming, kind, status | spans |
| Writing logs | logs |
| Signal overview | telemetry |
| 使用场景 | 对应规则 |
|---|---|
| Node.js 后端 | nodejs |
| Go 后端 | go |
| Python 后端 | python |
| Java 后端 | java |
| Scala 后端 | scala |
| .NET 后端 | dotnet |
| Ruby 后端 | ruby |
| PHP 后端 | php |
| 浏览器前端 | browser |
| Next.js(App Router) | nextjs |
| Kubernetes Pod 规格 | k8s |
| 解析配置值 | resolve-values |
| 资源属性 | resources |
| 指标编写 | metrics |
| 基数管理 | metrics |
| Span 命名、类型、状态 | spans |
| 日志编写 | logs |
| 信号概览 | telemetry |