docs/en/setup/backend/marketplace.md
The Marketplace is SkyWalking's catalog of out-of-box monitoring capabilities — the technologies, platforms, and protocols the OAP backend already knows how to receive, analyze, and expose as metrics, traces, logs, and entities.
As of 11.0.0 the OAP backend ships only the data plane of the marketplace: receivers, analyzers, metrics definitions, layer entities, and the query surfaces (GraphQL / MQE / REST) that expose them. The visualization layer — dashboards, the marketplace UI, sidebar menu, i18n — lives in apache/skywalking-horizon-ui and ships independently.
In short:
| OAP backend (this repo) | Horizon UI (separate repo) | |
|---|---|---|
| Metrics, traces, logs, entities, layers | ✓ | — |
| Receivers, analyzers, OAL / MAL / LAL rules | ✓ | — |
| GraphQL / MQE / admin REST query surfaces | ✓ | — |
| Dashboards, widgets, marketplace UI | — | ✓ |
| Sidebar menu, i18n keys, layout templates | — | ✓ |
The OAP backend provides metric, trace, and entity coverage for the following technology layers. Each layer entry below is a data contract — the matching dashboard / visualization lives in Horizon UI.
listServices(layer: ...) and the metrics light up for query.Each layer comes with pre-defined metrics (OAL / MAL), trace shapes, and alerting templates on the OAP side; dashboards that render those metrics ship from Horizon UI.
For users who need to extend SkyWalking beyond the out-of-box features:
See UI Customization for the dashboard-side workflow.