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
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
@@ -92,7 +92,7 @@ With issues:
92
92
93
93
With pull requests:
94
94
- Open your pull request against `master`
95
-
- It should pass all tests in the continuous integration pipeline (TravisCI).
95
+
- It should pass all tests in the continuous integration pipeline (Github Actions).
96
96
- You should add/modify tests to cover your proposed code changes.
97
97
- If your pull request contains a new feature, please document it in this README.
0 commit comments