SkyWalking Grafana Plugins provide extensions for Apache SkyWalking to visualize telemetry data on Grafana.

Clone this repo:

Branches

Tags

  1. a00a45f build(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 (#27) by dependabot[bot] · 6 months ago main
  2. ccb9885 build(deps): bump postcss from 8.4.22 to 8.4.31 (#29) by dependabot[bot] · 6 months ago
  3. 2a24760 Update Contact Us Doc (#28) by 吴晟 Wu Sheng · 8 months ago
  4. 932101a fix: Incorrect metric configuration (#26) by Fine0830 · 8 months ago v0.1.0
  5. 24c4f9f revert: delete release.yml (#25) by Fine0830 · 9 months ago

Skywalking Grafana Plugins

SkyWalking Grafana Plugins provide extensions for Apache SkyWalking to visualize telemetry data on Grafana.

Currently, SkyWalking supports PromQL to establish Grafana metrics dashboard.

The plugins are focusing on visualizing more telemetry data, e.g. Service Map Topology, as a new Grafana data source implementation.

Install the latest version of SkyWalking data source in your Grafana application

  • Require Grafana 9.5.1+
> grafana-cli plugins install apache-skywalking-datasource

Configure the data source

To configure basic settings for the data source, complete the following steps:

  1. Click Connections in the left-side menu.

  2. Under Your connections, click Data sources.

  3. Enter SkyWalking in the search bar.

  4. Select SkyWalking.

The Settings tab of the data source is displayed.

  1. Set the data source’s basic configuration options:
NameDescription
NameSets the name you use to refer to the data source in panels and queries.
URLSets the URL of the SkyWalking instance, such as https://skywalking.example.com/graphql.

Add Service Topology Graph

  1. Select the Dashboards tab.

  2. Select the Node Graph in the dashboard.

  3. Set the data source’s basic configuration options on the query tab:

NameExample(Value)Description
Layer$layerCurrent layer of services
Service$serviceCurrent service
Node Metrics[{"name":"service_sla","calculation":"percentage","label":"Success Rate","unit":"%"}]Supports multiple metrics
Edge Metrics[{"name":"service_relation_server_cpm","label":"Client Load","unit":"cpm","type":"SERVER"}]Only supports maximum two metrics

Contact Us

  • Mail list: dev@skywalking.apache.org. Mail to dev-subscribe@skywalking.apache.org, follow the reply to subscribe the mail list.
  • Send Request to join SkyWalking slack mail to the mail list(dev@skywalking.apache.org), we will invite you in.
  • For Chinese speaker, send [CN] Request to join SkyWalking slack mail to the mail list(dev@skywalking.apache.org), we will invite you in.
  • Twitter, ASFSkyWalking
  • bilibili B站 视频

License

Apache 2.0 License.

NOTICE, Grafana itself is licensed in GNU Affero General Public License v3.0.