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

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