Skip to content

Commit 8dd9d28

Browse files
authored
chore: fix ci link and outdated reference to travis
1 parent ec072b2 commit 8dd9d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# prometheus-kafka-adapter
22

3-
[![CI](https://github.com/Telefonica/prometheus-kafka-adapter/workflows/CI/badge.svg?event=push)](https://github.com/Telefonica/prometheus-kafka-adapter/actions)
3+
[![CI](https://github.com/Telefonica/prometheus-kafka-adapter/workflows/Go/badge.svg?event=push)](https://github.com/Telefonica/prometheus-kafka-adapter/actions)
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

@@ -92,7 +92,7 @@ With issues:
9292
9393
With pull requests:
9494
- 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).
9696
- You should add/modify tests to cover your proposed code changes.
9797
- If your pull request contains a new feature, please document it in this README.
9898

0 commit comments

Comments
 (0)