menu.yml 8.2 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 29 30 31 32
# 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"
      - name: "Probe"
        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 37 38
            path: "/en/concepts-and-designs/manual-sdk"
          - name: "Service Mesh probe"
            path: "/en/concepts-and-designs/service-mesh-probe"
39 40
          - name: "STAM Paper, Streaming Topology Analysis Method"
            path: "/en/papers/stam"
J
Juntao Zhang 已提交
41 42 43 44 45 46
      - name: "Backend"
        catalog:
          - name: "Overview"
            path: "/en/concepts-and-designs/backend-overview"
          - name: "Observability Analysis Language"
            path: "/en/concepts-and-designs/oal"
47 48 49 50
          - name: "Meter Analysis Language"
            path: "/en/concepts-and-designs/mal"
          - name: "Log Analysis Language"
            path: "/en/concepts-and-designs/lal"
J
Juntao Zhang 已提交
51 52 53
          - name: "Query in OAP"
            path: "/en/protocols/readme#query-protocol"
      - name: "UI"
wu-sheng's avatar
wu-sheng 已提交
54 55 56 57
        path: "/en/concepts-and-designs/ui-overview"
      - name: "CLI"
        path: "https://github.com/apache/skywalking-cli"
      - name: "Event"
58
        path: "/en/concepts-and-designs/event/"
J
Juntao Zhang 已提交
59 60 61

  - name: "Setup"
    catalog:
wu-sheng's avatar
wu-sheng 已提交
62
      - name: "Server Agents"
wu-sheng's avatar
wu-sheng 已提交
63
        path: "/en/setup/service-agent/server-agents"
wu-sheng's avatar
wu-sheng 已提交
64
      - name: "Browser Agent"
wu-sheng's avatar
wu-sheng 已提交
65
        path: "/en/setup/service-agent/browser-agent"
66 67
      - name: "Compatibility"
        path: "/en/setup/service-agent/agent-compatibility"
wu-sheng's avatar
wu-sheng 已提交
68
      - name: "Backend"
J
Juntao Zhang 已提交
69
        catalog:
wu-sheng's avatar
wu-sheng 已提交
70
          - name: "Quick Start"
71 72 73 74 75 76 77
            catalog:
              - 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"
wu-sheng's avatar
wu-sheng 已提交
78 79
          - name: "Configuration Vocabulary"
            path: "/en/setup/backend/configuration-vocabulary"
wu-sheng's avatar
wu-sheng 已提交
80 81 82 83 84 85 86 87 88 89 90 91 92 93
          - 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"
94 95 96 97
            - name: "Setup External Communication Channels"
              path: "/en/setup/backend/backend-expose"
            - name: "Kafka Fetcher"
              path: "/en/setup/backend/Kafka-fetcher"
wu-sheng's avatar
wu-sheng 已提交
98 99 100 101
            - name: "Advanced Deployment Options"
              path: "/en/setup/backend/advanced-deployment"
            - name: "Data Lifecycle. Time To Live (TTL)"
              path: "/en/setup/backend/ttl"
102 103
            - name: "Group Parameterized Endpoints"
              path: "/en/setup/backend/endpoint-grouping-rules"
104 105
            - name: "Dynamical Logging"
              path: "/en/setup/backend/dynamical-logging"
D
Daming 已提交
106 107
            - name: "Security(SSL/TLS/mTLS)"
              path: "/en/setup/backend/grpc-security"
108 109
            - name: "Setup Native Load Balancer"
              path: "/en/setup/backend/backend-load-balancer"
wu-sheng's avatar
wu-sheng 已提交
110 111 112 113 114 115
          - name: "Tracing"
            catalog:
              - name: "Trace Sampling"
                path: "/en/setup/backend/trace-sampling"
              - name: "Detect Slow Database Statement"
                path: "/en/setup/backend/slow-db-statement"
116 117
              - name: "Message Queue Performance"
                path: "/en/setup/backend/mq"
wu-sheng's avatar
wu-sheng 已提交
118 119
              - name: "Uninstrumented Gateways"
                path: "/en/setup/backend/uninstrumented-gateways"
120 121
              - name: "Zipkin Trace"
                path: "/en/setup/backend/zipkin-trace"
wu-sheng's avatar
wu-sheng 已提交
122 123 124 125
          - name: "Metrics"
            catalog:
              - name: "OAL Scripts"
                path: "/en/guides/backend-oal-scripts"
126 127 128 129
              - name: "OpenTelemetry Metrics"
                path: "/en/setup/backend/opentelemetry-receiver"
              - name: "Zabbix Metrics"
                path: "/en/setup/backend/backend-zabbix"
wu-sheng's avatar
wu-sheng 已提交
130 131 132 133 134 135
              - name: "Meter Analysis"
                path: "/en/setup/backend/backend-meter"
              - name: "Apdex Threshold"
                path: "/en/setup/backend/apdex-threshold"
              - name: "Spring Sleuth Metrics Analysis"
                path: "/en/setup/backend/spring-sleuth-setup"
136 137
              - name: "Prometheus Metrics"
                path: "/en/setup/backend/prometheus-metrics"
wu-sheng's avatar
wu-sheng 已提交
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
              - name: "Alarm"
                path: "/en/setup/backend/backend-alarm"
          - name: "Logging"
            catalog:
              - name: "Log Collecting And Analysis"
                path: "/en/setup/backend/log-analyzer"
          - name: "Self Observability"
            catalog:
              - name: "Backend Telemetry"
                path: "/en/setup/backend/backend-telemetry"
              - name: "Health Check"
                path: "/en/setup/backend/backend-health-check"
          - name: "Extension"
            catalog:
              - name: "Metrics Exporter"
                path: "/en/setup/backend/metrics-exporter"
              - name: "Dynamic Configuration"
                path: "/en/setup/backend/dynamic-config"
          - name: "Service Mesh"
            catalog:
              - name: "Observe Istio Control Plane"
                path: "/en/setup/istio/readme"
              - name: "Observe Service Mesh"
                path: "/en/setup/envoy/als_setting"
              - name: "Send Envoy Metrics to SkyWalking with / without Istio"
                path: "/en/setup/envoy/metrics_service_setting"
164
          - name: "Infrastructure Monitoring"
165 166 167 168 169
            catalog:
              - name: "VMs Monitoring"
                path: "/en/setup/backend/backend-vm-monitoring"
              - name: "K8s Monitoring"
                path: "/en/setup/backend/backend-k8s-monitoring"
wu-sheng's avatar
wu-sheng 已提交
170 171 172 173
      - name: "UI Setup"
        path: "/en/setup/backend/ui-setup"
      - name: "CLI Setup"
        path: "https://github.com/apache/skywalking-cli"
J
Juntao Zhang 已提交
174 175 176 177
  - name: "UI Introduction"
    path: "/en/ui/readme"
  - name: "Contributing Guides"
    catalog:
wu-sheng's avatar
wu-sheng 已提交
178 179
      - name: "Contribute"
        path: "/en/guides/readme"
wu-sheng's avatar
wu-sheng 已提交
180
      - name: "Become A Committer"
J
Juntao Zhang 已提交
181
        path: "/en/guides/asf/committer"
wu-sheng's avatar
wu-sheng 已提交
182 183
      - name: "Release Guide"
        path: "/en/guides/how-to-release/"
J
Juntao Zhang 已提交
184 185 186
      - name: "Compiling Guide"
        path: "/en/guides/How-to-build"
  - name: "Protocols"
187 188 189 190 191
    catalog:
      - name: "Data Report(Probe/Agent) Protocol"
        path: "/en/protocols/readme"
      - name: "Query Protocol (GraphQL)"
        path: "/en/protocols/query-protocol"
192 193
  - name: "Academy"
    path: "en/academy/list"
J
Juntao Zhang 已提交
194 195
  - name: "FAQs"
    path: "/en/FAQ/readme"
wu-sheng's avatar
wu-sheng 已提交
196 197
  - name: "Changelog"
    path: "https://github.com/apache/skywalking/tree/master/changes"
J
Juntao Zhang 已提交
198 199 200 201 202