You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,14 @@
5
5
ACE azure-costs-exporter
6
6
========================
7
7
8
-
Prometheus scraper for the Microsoft Azure billing API.
8
+
Prometheus exporter for the Microsoft Azure billing API.
9
9
10
10
Description
11
11
-----------
12
12
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.
15
14
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
17
16
subscriptions. The configuration requires an active EA with Microsoft.
18
17
19
18
Configuration
@@ -28,8 +27,7 @@ You need to create an `application.cfg` file with the following content:
28
27
-`ENROLLMENT_NUMBER` is the unique ID that identifies a particular EA.
29
28
- The `BILLING_API_ACCESS_KEY` can be created in the [EA portal](https://ea.azure.com/) to gain
30
29
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.
0 commit comments