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

Commit 24d43e6

Browse files
committed
minor fixes to the readme
1 parent 2a78cf6 commit 24d43e6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
ACE azure-costs-exporter
66
========================
77

8-
Prometheus scraper for the Microsoft Azure billing API.
8+
Prometheus exporter for the Microsoft Azure billing API.
99

1010
Description
1111
-----------
1212

13-
**azure-costs-exporter** is a web app, that is intended to be called by [Prometheus](https://prometheus.io) to export billing information from Azure.
14-
It will then return the available metrics in Prometheus compatible format.
13+
**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.
1514

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

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

3432
Deployment
3533
----------

0 commit comments

Comments
 (0)