menu.yml 13.5 KB
Newer Older
J
Juntao Zhang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
# 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.


catalog:
  - name: "Welcome"
    path: "/readme"
  - name: "Concepts and Designs"
    catalog:
      - name: "What is SkyWalking?"
        catalog:
          - name: "Overview and Core concepts"
            path: "/en/concepts-and-designs/overview"
          - name: "Project Goals"
            path: "/en/concepts-and-designs/project-goals"
wu-sheng's avatar
wu-sheng 已提交
29
      - name: "Agents"
J
Juntao Zhang 已提交
30 31 32
        catalog:
          - name: "Introduction"
            path: "/en/concepts-and-designs/probe-introduction"
wu-sheng's avatar
wu-sheng 已提交
33
          - name: "Service Auto Instrument Agent"
J
Juntao Zhang 已提交
34
            path: "/en/concepts-and-designs/service-agent"
wu-sheng's avatar
wu-sheng 已提交
35
          - name: "Manual Instrument SDK"
J
Juntao Zhang 已提交
36
            path: "/en/concepts-and-designs/manual-sdk"
37
      - name: "Observability Analysis Platform"
J
Juntao Zhang 已提交
38 39 40
        catalog:
          - name: "Overview"
            path: "/en/concepts-and-designs/backend-overview"
41
          - name: "Analysis Streaming Traces and Mesh Traffic"
J
Juntao Zhang 已提交
42
            path: "/en/concepts-and-designs/oal"
43
          - name: "Analysis Metrics and Meters"
44
            path: "/en/concepts-and-designs/mal"
45
          - name: "Analysis Logs"
46
            path: "/en/concepts-and-designs/lal"
47
          - name: "Profiling"
wu-sheng's avatar
wu-sheng 已提交
48
            path: "/en/concepts-and-designs/profiling"
J
Juntao Zhang 已提交
49 50
          - name: "Query in OAP"
            path: "/en/protocols/readme#query-protocol"
wu-sheng's avatar
wu-sheng 已提交
51
      - name: "Event"
52
        path: "/en/concepts-and-designs/event/"
J
Juntao Zhang 已提交
53 54 55

  - name: "Setup"
    catalog:
wu-sheng's avatar
wu-sheng 已提交
56
      - name: "Quick Start"
J
Juntao Zhang 已提交
57
        catalog:
wu-sheng's avatar
wu-sheng 已提交
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
          - name: "Introduction"
            path: "/en/setup/backend/backend-setup"
          - name: "Run with Docker"
            path: "/en/setup/backend/backend-docker"
          - name: "Run with Kubernetes"
            path: "/en/setup/backend/backend-k8s"
      - name: "Configuration Vocabulary"
        path: "/en/setup/backend/configuration-vocabulary"
      - name: "Advanced Setup"
        catalog:
          - name: "Service Grouping"
            path: "/en/setup/backend/service-auto-grouping"
          - name: "Overriding Settings"
            path: "/en/setup/backend/backend-setting-override"
          - name: "IP And Port Setting"
            path: "/en/setup/backend/backend-ip-port"
          - name: "Backend Init Mode Startup"
            path: "/en/setup/backend/backend-init-mode"
          - name: "Cluster Management"
            path: "/en/setup/backend/backend-cluster"
          - name: "Choose Storage"
            path: "/en/setup/backend/backend-storage"
          - name: "Setup External Communication Channels"
            path: "/en/setup/backend/backend-expose"
          - name: "Kafka Fetcher"
            path: "/en/setup/backend/Kafka-fetcher"
          - name: "Advanced Deployment Options"
            path: "/en/setup/backend/advanced-deployment"
          - name: "Data Lifecycle. Time To Live (TTL)"
            path: "/en/setup/backend/ttl"
          - name: "Group Parameterized Endpoints"
            path: "/en/setup/backend/endpoint-grouping-rules"
          - name: "Dynamical Logging"
            path: "/en/setup/backend/dynamical-logging"
          - name: "Security(SSL/TLS/mTLS)"
            path: "/en/setup/backend/grpc-security"
          - name: "Setup Native Load Balancer"
            path: "/en/setup/backend/backend-load-balancer"
          - name: "OAP Self Observability Telemetry"
            path: "/en/setup/backend/backend-telemetry"
          - name: "OAP Health Check"
            path: "/en/setup/backend/backend-health-check"
      - name: "Tracing"
        catalog:
          - name: "Trace Sampling"
            path: "/en/setup/backend/trace-sampling"
          - name: "Detect Slow Database Statement"
            path: "/en/setup/backend/slow-db-statement"
          - name: "Detect Slow Cache Command"
            path: "/en/setup/backend/slow-cache-command"
          - name: "Message Queue Performance"
            path: "/en/setup/backend/mq"
          - name: "Uninstrumented Gateways"
            path: "/en/setup/backend/uninstrumented-gateways"
          - name: "Zipkin Trace"
            path: "/en/setup/backend/zipkin-trace"
      - name: "Metrics"
        catalog:
          - name: "OAL Scripts"
            path: "/en/guides/backend-oal-scripts"
          - name: "OpenTelemetry Metrics"
            path: "/en/setup/backend/opentelemetry-receiver"
120 121
          - name: "AWS CloudWatch Metrics"
            path: "/en/setup/backend/aws-firehose-receiver"
wu-sheng's avatar
wu-sheng 已提交
122 123 124 125
          - name: "Zabbix Metrics"
            path: "/en/setup/backend/backend-zabbix"
          - name: "Meter Analysis"
            path: "/en/setup/backend/backend-meter"
126 127
          - name: "Telegraf Metrics"
            path: "/en/setup/backend/telegraf-receiver"
wu-sheng's avatar
wu-sheng 已提交
128 129
          - name: "Apdex Threshold"
            path: "/en/setup/backend/apdex-threshold"
wu-sheng's avatar
wu-sheng 已提交
130 131
          - name: "Spring MicroMeter Observations Analysis"
            path: "/en/setup/backend/micrometer-observations"
wu-sheng's avatar
wu-sheng 已提交
132 133 134 135 136 137 138 139 140 141
          - name: "Alerting"
            path: "/en/setup/backend/backend-alarm"
      - name: "Logging"
        catalog:
          - name: "Log Collecting And Analysis"
            path: "/en/setup/backend/log-analyzer"
          - name: "On Demand Pod Logs"
            path: "/en/setup/backend/on-demand-pod-log"
      - name: "Extension"
        catalog:
142 143
          - name: "Exporter"
            path: "/en/setup/backend/exporter"
wu-sheng's avatar
wu-sheng 已提交
144 145
          - name: "Dynamic Configuration"
            path: "/en/setup/backend/dynamic-config"
146
      - name: "UI Setup"
147 148 149 150 151 152 153 154 155
        catalog:
          - name: "Native UI"
            catalog:
            - name: "Setup"
              path: "/en/setup/backend/ui-setup"
            - name: "Customization"
              path: "/en/ui/readme"
          - name: "Grafana UI"
            path: "/en/setup/backend/ui-grafana"
156 157 158 159 160 161 162 163
      - name: "Official Dashboards"
        catalog:
          - name: "General Service"
            catalog:
              - name: "Server Agents"
                path: "/en/setup/service-agent/server-agents"
              - name: "Compatibility"
                path: "/en/setup/service-agent/agent-compatibility"
Y
yswdqz 已提交
164 165
              - name: "Virtual Database"
                path: "/en/setup/service-agent/virtual-database"
166 167
              - name: "Virtual Cache"
                path: "/en/setup/service-agent/virtual-cache"
168
              - name: "Virtual MQ"
169
                path: "/en/setup/service-agent/virtual-mq"
wu-sheng's avatar
wu-sheng 已提交
170 171
          - name: "Service Mesh"
            catalog:
172
              - name: "Observe Service Mesh through Access Log Service (ALS)"
wu-sheng's avatar
wu-sheng 已提交
173
                path: "/en/setup/envoy/als_setting"
174 175
              - name: "Observe Service Mesh through Zipkin traces"
                path: "/en/setup/zipkin/tracing"
176 177 178
              - name: "Observe Control Plane (Istio)"
                path: "/en/setup/istio/readme"
              - name: "Observe Data Plane (Envoy)"
wu-sheng's avatar
wu-sheng 已提交
179
                path: "/en/setup/envoy/metrics_service_setting"
wu-sheng's avatar
wu-sheng 已提交
180 181
              - name: "Profile Pod's Network"
                path: "/en/setup/backend/backend-k8s-network-monitoring"
182 183 184 185
          - name: "Kubernetes"
            catalog:
              - name: "Observe Kubernetes"
                path: "/en/setup/backend/backend-k8s-monitoring"
wu-sheng's avatar
wu-sheng 已提交
186
              - name: "Profile Pod's Network"
187
                path: "/en/setup/backend/backend-k8s-network-monitoring"
188
          - name: "Infrastructure Monitoring"
189
            catalog:
190
              - name: "Linux Monitoring"
191
                path: "/en/setup/backend/backend-vm-monitoring"
M
Mike 已提交
192 193
              - name: "Windows Monitoring"
                path: "/en/setup/backend/backend-win-monitoring"
194 195 196 197
          - name: "AWS Cloud Monitoring"
            catalog:
              - name: "EKS Monitoring"
                path: "/en/setup/backend/backend-aws-eks-monitoring"
198 199
              - name: "S3 Monitoring"
                path: "/en/setup/backend/backend-aws-s3-monitoring"
Y
yswdqz 已提交
200 201
              - name: "AWS DynamoDB"
                path: "/en/setup/backend/backend-aws-dynamodb-monitoring"
202 203
          - name: "Browser Monitoring"
            path: "/en/setup/service-agent/browser-agent"
P
pg.yang 已提交
204 205 206 207
          - name: "Gateway Monitoring"
            catalog:
              - name: "APISIX Monitoring"
                path: "/en/setup/backend/backend-apisix-monitoring"
208 209
          - name: "Database Monitoring"
            catalog:
210
              - name: "MySQL/MariaDB Server"
Y
yswdqz 已提交
211
                path: "/en/setup/backend/backend-mysql-monitoring"
P
pg.yang 已提交
212
              - name: "PostgreSQL Server"
213
                path: "/en/setup/backend/backend-postgresql-monitoring"
Y
yswdqz 已提交
214 215
              - name: "AWS DynamoDB"
                path: "/en/setup/backend/backend-aws-dynamodb-monitoring"
216 217
          - name: "Self Observability"
            catalog:
218 219 220 221
              - name: "OAP self telemetry"
                path: "/en/setup/backend/dashboards-so11y"
              - name: "Satellite self telemetry"
                path: "/en/setup/backend/dashboards-so11y-satellite"
wu-sheng's avatar
wu-sheng 已提交
222 223
      - name: "CLI Setup"
        path: "https://github.com/apache/skywalking-cli"
224 225
      - name: "Mock Data Generator Setup"
        path: "/en/setup/backend/backend-data-generator"
J
Juntao Zhang 已提交
226 227
  - name: "Contributing Guides"
    catalog:
wu-sheng's avatar
wu-sheng 已提交
228 229
      - name: "Contribute"
        path: "/en/guides/readme"
wu-sheng's avatar
wu-sheng 已提交
230
      - name: "Become A Committer"
J
Juntao Zhang 已提交
231
        path: "/en/guides/asf/committer"
wu-sheng's avatar
wu-sheng 已提交
232 233
      - name: "Release Guide"
        path: "/en/guides/how-to-release/"
J
Juntao Zhang 已提交
234 235
      - name: "Compiling Guide"
        path: "/en/guides/How-to-build"
236 237
      - name: "How to bump up Zipkin dependency"
        path: "/en/guides/How-to-bump-up-zipkin"
wu-sheng's avatar
wu-sheng 已提交
238
  - name: "APIs"
239
    catalog:
wu-sheng's avatar
wu-sheng 已提交
240 241 242 243 244 245 246 247 248 249 250 251 252 253 254
      - name: "Telemetry APIs/Protocols"
        catalog:
          - name: "Tracing"
            catalog:
              - name: "Spans APIs"
                path: "/en/api/trace-data-protocol-v3"
              - name: "Tracing Context Propagation"
                path: "/en/api/x-process-propagation-headers-v3"
              - name: "Tracing Correlation Correlation"
                path: "/en/api/x-process-correlation-headers-v1"
          - name: "Metrics APIs"
            catalog:
              - name: "Meter APIs"
                path: "/en/api/meter"
              - name: "Browser performance APIs"
wu-sheng's avatar
wu-sheng 已提交
255
                path: "/en/api/browser-protocol"
wu-sheng's avatar
wu-sheng 已提交
256
              - name: "JVM metrics APIs"
wu-sheng's avatar
wu-sheng 已提交
257
                path: "/en/api/jvm-protocol"
wu-sheng's avatar
wu-sheng 已提交
258 259 260 261 262 263
          - name: "Logging"
            path: "/en/api/log-data-protocol"
          - name: "Service Instance Properties APIs"
            path: "/en/api/instance-properties"
          - name: "Event"
            path: "/en/api/event"
264 265
          - name: "Profiling"
            path: "/en/api/profiling-protocol"
266 267
          - name: "PromQL Service"
            path: "/en/api/promql-service"
wu-sheng's avatar
wu-sheng 已提交
268 269 270
      - name: "Query APIs"
        catalog:
          - name:  "GraphQL APIs"
wu-sheng's avatar
wu-sheng 已提交
271
            path: "/en/api/query-protocol"
wu-sheng's avatar
wu-sheng 已提交
272 273
  - name: "Security Notice"
    path: "/en/security/readme"
274
  - name: "Academy"
wu-sheng's avatar
wu-sheng 已提交
275 276 277 278 279 280 281 282 283 284
    catalog:
      - name: "Scaling SkyWalking server automatically in kubernetes"
        path: "/en/academy/scaling-with-apache-skywalking"
      - name: "STAM Paper, Streaming Topology Analysis Method"
        path: "/en/papers/stam"
      - name: "SDK Profiling to Fix the Blind Spot"
        path: "/en/concepts-and-designs/sdk-profiling"
      - name: "eBPF CPU Profiling to pinpoint Service Mesh Critical Performance Impact"
        path: "/en/concepts-and-designs/ebpf-cpu-profiling"
      - name: "Diagnose Service Mesh Network Performance with eBPF"
wu-sheng's avatar
wu-sheng 已提交
285
        path: "/en/academy/diagnose-service-mesh-network-performance-with-ebpf"
J
Juntao Zhang 已提交
286 287
  - name: "FAQs"
    path: "/en/FAQ/readme"
wu-sheng's avatar
wu-sheng 已提交
288
  - name: "Changelog"
wu-sheng's avatar
wu-sheng 已提交
289 290 291
    catalog:
      - name: "Current Version"
        path: "/en/changes/changes"
292 293
      - name: "9.3.0"
        path: "/en/changes/changes-9.3.0"
wu-sheng's avatar
wu-sheng 已提交
294 295
      - name: "9.2.0"
        path: "/en/changes/changes-9.2.0"
296 297
      - name: "9.1.0"
        path: "/en/changes/changes-9.1.0"
wu-sheng's avatar
wu-sheng 已提交
298 299
      - name: "9.0.0"
        path: "/en/changes/changes-9.0.0"
wu-sheng's avatar
wu-sheng 已提交
300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333
      - name: "Archived Releases"
        catalog:
        - name: "8.9.1"
          path: "/en/changes/changes-8.9.1"
        - name: "8.9.0"
          path: "/en/changes/changes-8.9.0"
        - name: "8.8.1"
          path: "/en/changes/changes-8.8.1"
        - name: "8.8.0"
          path: "/en/changes/changes-8.8.0"
        - name: "8.7.0"
          path: "/en/changes/changes-8.7.0"
        - name: "8.6.0"
          path: "/en/changes/changes-8.6.0"
        - name: "8.5.0"
          path: "/en/changes/changes-8.5.0"
        - name: "8.4.0"
          path: "/en/changes/changes-8.4.0"
        - name: "8.3.0"
          path: "/en/changes/changes-8.3.0"
        - name: "8.2.0"
          path: "/en/changes/changes-8.2.0"
        - name: "8.1.0"
          path: "/en/changes/changes-8.1.0"
        - name: "8.0.1"
          path: "/en/changes/changes-8.0.1"
        - name: "8.0.0"
          path: "/en/changes/changes-8.0.0"
        - name: "7.0.0"
          path: "/en/changes/changes-7.0.0"
        - name: "6.x"
          path: "/en/changes/changes-6.x"
        - name: "5.x"
          path: "/en/changes/changes-5.x"