menu.yml 7.3 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"
J
Juntao Zhang 已提交
69
            path: "/en/setup/backend/backend-setup"
70 71
          - name: "Quick Start with Docker"
            path: "/en/setup/backend/docker"
wu-sheng's avatar
wu-sheng 已提交
72 73
          - name: "Configuration Vocabulary"
            path: "/en/setup/backend/configuration-vocabulary"
wu-sheng's avatar
wu-sheng 已提交
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
          - 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: "Set Receivers"
              path: "/en/setup/backend/backend-receivers"
            - name: "Open Fetchers"
              path: "/en/setup/backend/backend-fetcher"
            - name: "Advanced Deployment Options"
              path: "/en/setup/backend/advanced-deployment"
            - name: "Data Lifecycle. Time To Live (TTL)"
              path: "/en/setup/backend/ttl"
96 97
            - name: "Dynamical Logging"
              path: "/en/setup/backend/dynamical-logging"
D
Daming 已提交
98 99
            - name: "Security(SSL/TLS/mTLS)"
              path: "/en/setup/backend/grpc-security"
wu-sheng's avatar
wu-sheng 已提交
100
          - name: "Deploy In Kubernetes"
wu-sheng's avatar
wu-sheng 已提交
101
            path: "/en/setup/backend/backend-k8s"
wu-sheng's avatar
wu-sheng 已提交
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
          - 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: "Uninstrumented Gateways"
                path: "/en/setup/backend/uninstrumented-gateways"
          - name: "Metrics"
            catalog:
              - name: "OAL Scripts"
                path: "/en/guides/backend-oal-scripts"
              - name: "Group Parameterized Endpoints"
                path: "/en/setup/backend/endpoint-grouping-rules"
              - name: "OpenTelemetry Metrics Analysis"
                path: "/en/setup/backend/backend-receivers#opentelemetry-receiver"
              - 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"
              - 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"
150
          - name: "Infrastructure Monitoring"
151 152 153 154 155
            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 已提交
156 157 158 159
      - name: "UI Setup"
        path: "/en/setup/backend/ui-setup"
      - name: "CLI Setup"
        path: "https://github.com/apache/skywalking-cli"
J
Juntao Zhang 已提交
160 161 162 163
  - name: "UI Introduction"
    path: "/en/ui/readme"
  - name: "Contributing Guides"
    catalog:
wu-sheng's avatar
wu-sheng 已提交
164 165
      - name: "Contribute"
        path: "/en/guides/readme"
wu-sheng's avatar
wu-sheng 已提交
166
      - name: "Become A Committer"
J
Juntao Zhang 已提交
167
        path: "/en/guides/asf/committer"
wu-sheng's avatar
wu-sheng 已提交
168 169
      - name: "Release Guide"
        path: "/en/guides/how-to-release/"
J
Juntao Zhang 已提交
170 171 172 173 174 175
      - name: "Compiling Guide"
        path: "/en/guides/How-to-build"
  - name: "Protocols"
    path: "/en/protocols/readme"
  - name: "FAQs"
    path: "/en/FAQ/readme"
wu-sheng's avatar
wu-sheng 已提交
176 177
  - name: "Changelog"
    path: "https://github.com/apache/skywalking/tree/master/changes"
J
Juntao Zhang 已提交
178 179 180 181 182