From 6034e4e8c81d4bba161a2bedea318aa8d314c71e Mon Sep 17 00:00:00 2001 From: Heikki Kallasjoki Date: Fri, 30 Nov 2018 17:50:24 +0000 Subject: Remove prometheus- prefix from project name. --- scrape.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scrape.c') diff --git a/scrape.c b/scrape.c index 5bc7ee3..9621108 100644 --- a/scrape.c +++ b/scrape.c @@ -162,14 +162,14 @@ void scrape_write_raw(scrape_req *req, const void *buf, size_t len) { static const char http_success[] = "HTTP/1.1 200 OK\r\n" - "Server: prometheus-nano-exporter\r\n" + "Server: nano-exporter\r\n" "Content-Type: text/plain; charset=UTF-8\r\n" "Connection: close\r\n" "\r\n" ; static const char http_error[] = "HTTP/1.1 400 Bad Request\r\n" - "Server: prometheus-nano-exporter\r\n" + "Server: nano-exporter\r\n" "Content-Type: text/plain; charset=UTF-8\r\n" "Connection: close\r\n" "\r\n" -- cgit 1.4.1