From ae2c031292ff52495cac10f070e086be27a67406 Mon Sep 17 00:00:00 2001 From: Hung-I Wang Date: Thu, 28 May 2020 20:30:28 +0800 Subject: [PATCH] Version 0.2.0; Clean up & update README --- README.md | 8 +------- package.json | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 37ab5f0..f202d61 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ - ![CI status badge](https://github.com/Gowee/traceroute-map-panel/workflows/CI/badge.svg) ![release badge](https://img.shields.io/github/v/release/Gowee/traceroute-map-panel.svg) # Traceroute Map Panel @@ -46,7 +40,7 @@ An alternative way is custom API or custom function as long as the target API ha 2. See [Telegraf's wiki](https://github.com/influxdata/telegraf/wiki/Traceroute) to configure MTR data collection as an input. 3. Explore database via the `influx` CLi tool, so that to make sure data is collected as expected. See [the query section](#preview-via-the-cli-tool-of-influxdb). 4. Install the Traceroute Map Panel plugin to Grafana. - 1. Download [the latest tarball](https://github.com/Gowee/traceroute-map-panel/releases/latest). [v0.1.0](https://github.com/Gowee/traceroute-map-panel/releases/tag/v0.1.0) is meant for Grafana 6.7.x. v0.2+ (for now, [v0.2.0-beta](https://github.com/Gowee/traceroute-map-panel/releases/tag/v0.2.0-beta)) is meant for Grafana 7.0+. + 1. Download [the latest tarball](https://github.com/Gowee/traceroute-map-panel/releases/latest), which is meant for Grafana 7.0+. For Grafana 6.7.x, there is [v0.1.0](https://github.com/Gowee/traceroute-map-panel/releases/tag/v0.1.0). 2. Uncompress & put the tarball content into Grafana plugin directory (usually `/var/lib/grafana/plugins`). 5. Create a new panel in Grafana: 1. Choose visualization "Traceroute Map Panel" diff --git a/package.json b/package.json index 23583f8..fdb5b82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "traceroute-map-panel", - "version": "0.2.0-beta", + "version": "0.2.0", "description": "A Grafana panel that visualize traceroute hops in a map", "scripts": { "build": "grafana-toolkit plugin:build",