Skip to content

Commit

Permalink
Merge 55fada9 into 1d4e464
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Nov 12, 2021
2 parents 1d4e464 + 55fada9 commit 00bd1a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ if(POLICY CMP0091)
endif()

project(prometheus-cpp
VERSION 0.13.0
VERSION 1.0.0
DESCRIPTION "Prometheus Client Library for Modern C++"
HOMEPAGE_URL "https://github.com/jupp0r/prometheus-cpp"
)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -361,9 +361,9 @@ BM_Summary_Collect_Common/262144 128723 ns 126987 ns 55
```

## Project Status
Beta, getting ready for 1.0. The library is pretty stable and used in
production. There are some small breaking API changes that might
happen before 1.0 Parts of the library are instrumented by itself
Stable and used in production.

Parts of the library are instrumented by itself
(bytes scraped, number of scrapes, scrape request latencies). There
is a working [example](pull/tests/integration/sample_server.cc) that's
scraped by telegraf as part of integration tests.
Expand Down

0 comments on commit 00bd1a3

Please sign in to comment.