Skip to content

Commit 56f141d

Browse files
committed
Add documentation and CHANGELOG entry
Signed-off-by: Prem Saraswat <[email protected]>
1 parent f6a0037 commit 56f141d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We use _breaking :warning:_ to mark changes that are not backward compatible (re
1414

1515
### Added
1616

17-
-
17+
- [#4292](https://github.com/thanos-io/thanos/pull/4292) Receive: Enable exemplars ingestion and querying.
1818

1919
### Fixed
2020

docs/components/receive.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ We recommend this component to users who can only push into a Thanos due to air-
1212

1313
Thanos Receive supports multi-tenancy by using labels. See [Multitenancy documentation here](../operating/multi-tenancy.md).
1414

15+
Thanos Receive supports ingesting [exemplars](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#exemplars) via remote-write. By default, the exemplars are silently discarded as `--tsdb.max-exemplars` is set to `0`. To enable exemplars storage, set the `--tsdb.max-exemplars` flag to a non-zero value. It exposes the ExemplarsAPI so that the [Thanos Queriers](./query.md) can query the stored exemplars. Take a look at the documentation for [exemplars storage in Prometheus](https://prometheus.io/docs/prometheus/latest/disabled_features/#exemplars-storage) to know more about it.
16+
1517
For more information please check out [initial design proposal](../proposals/201812_thanos-remote-receive.md).
1618
For further information on tuning Prometheus Remote Write [see remote write tuning document](https://prometheus.io/docs/practices/remote_write/).
1719

1820
> NOTE: As the block producer it's important to set correct "external labels" that will identify data block across Thanos clusters. See [external labels](../storage.md#external-labels) docs for details.
1921
20-
# Example
22+
## Example
2123

2224
```bash
2325
thanos receive \

0 commit comments

Comments
 (0)