You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,6 @@
4
4
5
5
Prometheus-kafka-adapter is a service which receives [Prometheus](https://github.com/prometheus) metrics through [`remote_write`](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write), marshal into JSON and sends them into [Kafka](https://github.com/apache/kafka).
6
6
7
-
## motivation
8
-
9
-
We use `prometheus-kafka-adapter` internally at Telefonica for dumping Prometheus metrics into an object storage in diferent clouds, through [Kafka](https://github.com/apache/kafka) and Kafka-Connect.
10
-
11
7
## output
12
8
13
9
It is able to write JSON or Avro-JSON messages in a kafka topic, depending on the `SERIALIZATION_FORMAT` configuration variable.
@@ -84,14 +80,14 @@ go build
84
80
85
81
With issues:
86
82
- Use the search tool before opening a new issue.
87
-
- Please provide source code and commit sha if you found a bug.
83
+
- Please provide source code and commit sha if you find a bug.
88
84
- Review existing issues and provide feedback or react to them.
89
85
90
86
With pull requests:
91
87
- Open your pull request against `master`
92
-
- It should pass all tests in the continuous integrations system (TravisCI).
88
+
- It should pass all tests in the continuous integration pipeline (TravisCI).
93
89
- You should add/modify tests to cover your proposed code changes.
94
-
- If your pull request contains a new feature, please document it on the README.
90
+
- If your pull request contains a new feature, please document it in this README.
0 commit comments