Skip to content

Commit

Permalink
fix link to Prometheus documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
huyan0 authored Jul 31, 2020
1 parent 64dac42 commit 4648d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/cortexexporter/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Cortex has a Remote Write API that accepts incoming metrics. This exporter shoul
TimeSeries stores its metric name in its labels and does not describe metric types or start timestamps. To convert to TimeSeries data, buckets of a Histogram are broken down into individual TimeSeries with a bound label(`le`), and a similar process happens with quantiles in a Summary.


More details of Remote Write API can be found in Prometheus [documentation](https://cortexmetrics.io/docs/apis/) and Cortex [documentation](https://cortexmetrics.io/docs/apis/).
More details of Remote Write API can be found in Prometheus [documentation](https://prometheus.io/docs/prometheus/latest/storage/#overview) and Cortex [documentation](https://cortexmetrics.io/docs/apis/).

### **1.2 Gaps and Assumptions**

Expand Down

0 comments on commit 4648d77

Please sign in to comment.