Skip to content

Commit

Permalink
Use abosulute image links following Grafana's plugin guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Jul 11, 2020
1 parent 54f5074 commit 7167ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Traceroute Map Panel
Traceroute Map Panel is a Grafana panel that visualize the traceroute hops in a map, just like [Besttrace](https://www.ipip.net/product/client.html).

![Screenshot](./screenshot.png)
![Screenshot](https://raw.githubusercontent.com/Gowee/traceroute-map-panel/master/screenshot.png)

## Data
Currently, Traceroute Map Panel is only expected to work with traceroute data collected from [MTR](https://github.com/traviscross/mtr/) via [Telegraf](https://github.com/influxdata/telegraf) and stored in [InfluxDB](https://github.com/influxdata/influxdb).
Expand Down Expand Up @@ -57,4 +57,4 @@ If there is dynamic routing (e.g. multiple route paths for one src-dest pair), t
In the current implementation, the Geo IP resolving is sequential, instead of concurrent. So it is predicatable that the map keeps loading for a long while at the first time. The resolving result is then cached in sessionStorage.

### Error processing data
If it errors with "Error processing data", the problem could be failures in Geo IP resolving or invalid query data (response data is empty or the data is not [*Formatted as Table*](#query-in-grafana)). The detailed error is logged in the [debugging console](https://developer.mozilla.org/en-US/docs/Web/API/Console).
If it errors with "Error processing data", the problem could be failures in Geo IP resolving or invalid query data (response data is empty or the data is not [*Formatted as Table*](#query-in-grafana)). The detailed error is logged in the [debugging console](https://developer.mozilla.org/en-US/docs/Web/API/Console).

0 comments on commit 7167ef1

Please sign in to comment.