mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-10-22 13:55:08 +02:00
Add HttpReceiver as counterpart to the HttpSink (#49)
This commit is contained in:
@@ -21,6 +21,7 @@ This allows to specify
|
||||
|
||||
- [`nats`](./natsReceiver.md): Receive metrics from the NATS network
|
||||
- [`prometheus`](./prometheusReceiver.md): Scrape data from a Prometheus client
|
||||
- [`http`](./httpReceiver.md): Listen for HTTP Post requests transporting metrics in InfluxDB line protocol
|
||||
|
||||
# Contributing own receivers
|
||||
A receiver contains a few functions and is derived from the type `Receiver` (in `metricReceiver.go`):
|
||||
|
Reference in New Issue
Block a user