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

Commit

Permalink
minor fixes to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelBahr committed May 29, 2017
1 parent 2a78cf6 commit 24d43e6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
ACE azure-costs-exporter
========================

Prometheus scraper for the Microsoft Azure billing API.
Prometheus exporter for the Microsoft Azure billing API.

Description
-----------

**azure-costs-exporter** is a web app, that is intended to be called by [Prometheus](https://prometheus.io) to export billing information from Azure.
It will then return the available metrics in Prometheus compatible format.
**azure-costs-exporter** is a web app, that is intended to be called by [Prometheus](https://prometheus.io) to export billing information from Azure. It will then return the available metrics in Prometheus compatible format.

The billing API in use is part of the "Enterprise Agreement (EA)" Portal. Hence it has not been tested for pay-as-you-go
The billing API in use is part of the "Enterprise Agreement (EA)" Portal. Hence, it is not available for pay-as-you-go
subscriptions. The configuration requires an active EA with Microsoft.

Configuration
Expand All @@ -28,8 +27,7 @@ You need to create an `application.cfg` file with the following content:
- `ENROLLMENT_NUMBER` is the unique ID that identifies a particular EA.
- The `BILLING_API_ACCESS_KEY` can be created in the [EA portal](https://ea.azure.com/) to gain
access to the billing API. Navigate to "Reports > Download Usage" and generate an API Access Key.
- `PROMETHEUS_METRIC_NAME` is the name of the time series that will be generated in
Prometheus.
- `PROMETHEUS_METRIC_NAME` is the name of the time series that will be generated in Prometheus.

Deployment
----------
Expand Down

0 comments on commit 24d43e6

Please sign in to comment.