I noticed that the hyperlink to the blog content guide was leading to a 404 error on the live site, even though it worked correctly on GitHub. I think the issue was caused by using a relative link. I’ve updated the link to use an absolute URL so it resolves properly in the published blog.
Signed-off-by: Victoria Nduka <122698422+nwanduka@users.noreply.github.com>
* prw2(breaking): Move 2.0 CT to Sample; Rename to ST (Start Timestamp)
Given the recent movement for Prometheus native support of ST
([PROM-60](https://github.com/prometheus/proposals/pull/60)) and plans
for delta temporality
([PROM-48](https://github.com/prometheus/proposals/pull/48)) it might be
beneficial to make (hopefully) last change to Remote Write 2.0 before
stabilizing, so:
* Raname Created Timestamp to Start Timestamp
* Move CT/ST from TimeSeries to Sample and Histogram messages.
* Clarified optionality (0 value meaning unset)
See implementation change that will follow:
https://github.com/prometheus/prometheus/pull/17411. Notice that only
receiver part was implemented for CT/ST. Given no sending part was done
we expect this feature (ST/CT) not being used, thus breakage impact is
minimal. This has been confirmed with early adopters like Mimir
(Grafana), Chronosphere, Thanos, Cortex and Google.
See previous discussions and 3 expilcit approvals:
https://github.com/prometheus/prometheus/pull/17036
Additionally:
* I updated link to proto
* Updated links to new compliance tests
* Update native histogram spec link
Signed-off-by: bwplotka <bwplotka@gmail.com>
* Update docs/specs/prw/remote_write_spec_2_0.md
Co-authored-by: George Krajcsovits <krajorama@users.noreply.github.com>
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
* Update docs/specs/prw/remote_write_spec_2_0.md
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
---------
Signed-off-by: bwplotka <bwplotka@gmail.com>
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
Co-authored-by: George Krajcsovits <krajorama@users.noreply.github.com>
- Remove incorrect 'content/' prefix from the exporters link
- Link now correctly points to docs/instrumenting/exporters.md
Signed-off-by: Dougal Matthews <dougal@grafana.com>
* feat(nh): remove experimental from native histograms
Remove "experimental" word from native histograms docs.
Also fix a bunch of typos.
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
Co-authored-by: Björn Rabenstein <beorn@grafana.com>
* feat(om1.1): relax the requirements around unit and total suffixes
Allow exposers to expose metrics that do not put `_total` or unit
as suffix to metric names.
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
Co-authored-by: David Ashpole <dashpole@google.com>
HeyOnCall was formerly called Heii On-Call. Just fixing the name and domain on the webhook alert manager integrations documentation.
Signed-off-by: Humberto Evans <hevans66@gmail.com>
* copy om1.0 to om1.1 and hide
Also update the front matter a little bit.
* Enable running ABNF check on OM1.1
* enable checking the full example and per metric type
Sync checks with OM2.0.
* fix extra space before value bug in example
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Call out that schemas can be reduced upon ingestion and that the
"reserved" schemas 9 to 52 MAY already be accepted if they are reduced
to the currently valid schemas -4 to 8.
Update the section about limiting resolution accordingly.
Signed-off-by: beorn7 <beorn@grafana.com>