Apache SkyWalking REST API

The SkyWalking HTTP REST API exposes endpoints on port 12800 for health checks, PromQL-compatible metrics queries (Prometheus Query Language), LogQL log queries, and dynamic configuration management. PromQL support enables integration with Grafana and other Prometheus-compatible visualization tools. LogQL support enables integration with Grafana Loki-compatible tooling.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-skywalking:apache-skywalking-rest-api
name: Apache SkyWalking REST API
description: The SkyWalking HTTP REST API exposes endpoints on port 12800 for health checks, PromQL-compatible
  metrics queries (Prometheus Query Language), LogQL log queries, and dynamic configuration management.
  PromQL support enables integration with Grafana and other Prometheus-compatible visualization tools.
  LogQL support enables integration with Grafana Loki-compatible tooling.
humanURL: https://skywalking.apache.org/docs/main/next/en/api/promql-service/
tags:
- REST
- HTTP
- PromQL
- LogQL
- Health Check
- Metrics
properties:
- type: Documentation
  url: https://skywalking.apache.org/docs/main/next/en/api/promql-service/
- type: Documentation
  url: https://skywalking.apache.org/docs/main/next/en/api/logql-service/