Skip to content

Commit

Permalink
Fix links (github#1098)
Browse files Browse the repository at this point in the history
* Add send data to Jaeger and Zipkin to index

* Fix links

Co-authored-by: Rajakavitha Kodhandapani <[email protected]>
  • Loading branch information
ramonguiu and Rajakavitha1 authored May 13, 2022
1 parent 96d9af8 commit 4fbb77d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions promscale/send-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ It also has APIs that you can use to send metrics in a variety of formats.

* [Configure Prometheus][configure-prometheus] to send metrics to Promscale.
* [Configure OpenTelemetry][configure-opentelemetry] to send data to Promscale.
* [Configure Jaeger] to send data to Promscale via the OpenTelemetry Collector
* [Configure Jaeger] to send data to Promscale via the OpenTelemetry Collector
* [Configure Jaeger][configure-jaeger] to send data to Promscale via the OpenTelemetry Collector
* [Configure Zipkin][configure-zipkin] to send data to Promscale via the OpenTelemetry Collector
* [Use Promscale's write api][promscale-write-api] to send metrics in
json, protobuf or text format.

[configure-prometheus]: promscale/:currentVersion:/send-data/prometheus/
[configure-opentelemetry]: promscale/:currentVersion:/send-data/opentelemetry/
[promscale-write-api]: https://github.com/timescale/promscale/blob/master/docs/writing_to_promscale.md
[configure-jaeger]: promscale/:currentVersion:/send-data/jaeger/
[configure-zipkin]: promscale/:currentVersion:/send-data/zipkin/
[promscale-write-api]: https://github.com/timescale/promscale/blob/master/docs/writing_to_promscale.md

0 comments on commit 4fbb77d

Please sign in to comment.