crate / crate/cratedb-guide

Feedback on /integrate/prometheus: Usage with Prometheus Pushgateway

Open
#484 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
3
Forks
4
Avg merge
3d 18h
Merged PRs (30d)
1

Description

### Documentation feedback


- Page title: Prometheus
- Page URL: https://cratedb.com/docs/guide/integrate/prometheus/index.html
- Source: https://github.com/crate/cratedb-guide/blob/main/docs/integrate/prometheus/index.md

---

In the same spirit like the [existing usage tutorial](https://cratedb.com/docs/guide/integrate/prometheus/usage.html), but blended with ingredients of others, where you actively "submit data" to the system, we think it is sensible to demonstrate a dedicated use case example looping in the [Prometheus Pushgateway](https://github.com/prometheus/pushgateway).

- https://cratedb.com/docs/guide/integrate/amqp/usage.html#submit-data
- https://cratedb.com/docs/guide/integrate/mqtt/usage.html#submit-data
- https://cratedb.com/docs/guide/integrate/statsd/usage.html#submit-data

```shell
echo "temperature 42.42\nhumidity 83.1" | curl --data-binary @- http://pushgateway.example.org:9091/metrics/job/some_job
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.