Skip to content

Commit d430b12

Browse files
authored
docs: minor simplifications & typos
1 parent 4339ddf commit d430b12

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
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).
66

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-
117
## output
128

139
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
8480
8581
With issues:
8682
- 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.
8884
- Review existing issues and provide feedback or react to them.
8985
9086
With pull requests:
9187
- 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).
9389
- 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.
9591
9692
9793
## license

0 commit comments

Comments
 (0)