From 83dd4767a50f5abade061bd6f548b435d5845f4b Mon Sep 17 00:00:00 2001 From: Jiri Ctvrtka Date: Fri, 30 Jul 2021 16:30:31 +0200 Subject: [PATCH] PMM-8207 Cleanup. --- .travis.yml | 44 -------------------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index db877c5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,44 +0,0 @@ -dist: bionic -language: go - -services: - - docker - -go: - - 1.15.x - - 1.14.x - - tip - -go_import_path: github.com/Percona-Lab/clickhouse_exporter - -# skip non-trunk PMM-XXXX branch builds, but still build pull requests -branches: - except: - - /^PMM\-\d{4}/ - -matrix: - fast_finish: true - allow_failures: - - go: tip - -cache: - directories: - - /home/travis/.cache/go-build - # - /home/travis/gopath/pkg - -before_cache: - - go clean -testcache - # - go clean -cache - -before_script: - - docker --version - - docker-compose --version - - docker-compose up -d - - - make init - -script: - - make - -after_success: - - bash <(curl -s https://codecov.io/bash) -X fix diff --git a/README.md b/README.md index b1d2cad..12de0ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Clickhouse Exporter for Prometheus -[![Build Status](https://travis-ci.org/Percona-Lab/clickhouse_exporter.svg?branch=master)](https://travis-ci.org/Percona-Lab/clickhouse_exporter) [![Go Report Card](https://goreportcard.com/badge/github.com/Percona-Lab/clickhouse_exporter)](https://goreportcard.com/report/github.com/Percona-Lab/clickhouse_exporter) +[![Discord](https://img.shields.io/discord/808660945513611334?style=flat)](http://per.co.na/discord) This is a simple server that periodically scrapes ClickHouse(https://clickhouse.yandex/) stats and exports them via HTTP for Prometheus(https://prometheus.io/) consumption.