Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
change readme. Stable for prom 1.x and <= v2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Klat <[email protected]>
  • Loading branch information
klatys committed May 31, 2018
1 parent e255b94 commit 9431f2a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# PApi - PHP Api client library for [Prometheus](https://github.com/prometheus/prometheus)
[![Build Status](https://img.shields.io/travis/cdn77/papi.svg?style=flat-square)](https://travis-ci.org/cdn77/papi)

**Currently in development**

Targets to provide simple means for obtaining data from Prometheus API.

Supports Prometheus 1.x and 2.x `/api/v1` [endpoints](https://prometheus.io/docs/prometheus/latest/querying/api/).
Stable for [Prometheus 1.x and <= v2.0 api spec](https://prometheus.io/docs/prometheus/2.0/querying/api/)

## Instalation
Use composer to add PApi as dependency:
Expand Down Expand Up @@ -57,6 +55,3 @@ PApi currently has methods for all available endpoints provided by Prometheus.
$client->getTargets();
#### Alert Managers
$client->getAlertManagers();

## Future plans
- add pure curl as default Connection, move guzzle to suggested dependencies

0 comments on commit 9431f2a

Please sign in to comment.