In the Console, you can select a Meter you’ve set up to collect your usage data and upload aDocumentation Index
Fetch the complete documentation index at: https://docs.m3ter.com/llms.txt
Use this file to discover all available pages before exploring further.
CSV formatted file for usage data measurements ingest. Some constraints are imposed on the size and formatting of the measurements file:
- Size. The file can contain up to a maximum of 1000 rows.
- Formatting. You must compile the file in a way that makes it compatible for file upload.
Preparing Upload File - Example
For a successful and smooth CSV file upload for a Meter’s usage data, you must ensure the file is correctly formatted and structured. To help you ensure these constraints are complied with, you can download a template for the CSV file for a Meter:

- Column headers:
- Use all lower case for these.
- For Meter Data Fields column headers, use the format <field category>.<field code>. For example, for the current Meter use: measure.num_apps.
- Measurement rows:
- Use valid codes for account and meter.
- Ensure a column is included for each Meter Data Field and a value is given for each.
- Use a unique uid for each measurement.
- The ts value used must conform to ISO-8601 format.
CSV usage data measurements file, a validation check is made to ensure these formatting rules have been complied with. If errors are identified, the ingest will be blocked.
You can begin to compile a CSV file for upload by first downloading a template for a specific Meter.
To download a template for a Meter’s CSV file:
- Select Metering. The Meters page opens.
- In the Product drop-down, select the Product for the Meter you want to upload a measurements file.
- Select the NAME hotlink text of the Meter for which you want to perform a usage data measurements upload using a CSV file. The Meter Details page opens.
- On the Meter Details card, select Download CSV template. A CSV file is downloaded to your Downloads folder. This is pre-formatted to agree with the specific Meter’s Data Field configuration:

Uploading a File
To upload usage data measurements file through the Console:- Select Metering. The Meters page opens.
- You first need to locate the Meter you want to upload a usage data measurements file for:
- You can select or search for the Product to which the Meter belongs. Use the Products drop-down at top-right, select the Product the Meter belongs to. The Meters page adjusts and shows:
- The selected Product and any existing Meters created for it.
- Any Global Meters.
- Alternatively, in the Search box at top-left, start to type in the name of the Meter. The Meter pages adjusts as you type and shows:
- The Meters whose name matches the entered text string and listed under the Product they belong to.
- Any Global Meters whose name matches the entered text string.
- Select the Name hotlink text of the Meter. The Meter Details page opens.
- Scroll down the page to the Submit Measurements panel.
- Select the Upload CSV tab:

- Select Browse and use the search window to find and select the file you want to upload. The
CSVfile is parsed and loaded into the Upload usage data as a measurements table for you to review:

- If on review you are satisfied with the measurements that are loaded, select Submit usage. The measurements contained in the file are ingested and under the Log section of the tab:
- You’ll see a
{"result" : "accepted"}message. - The timestamp for the ingest is given
- The JSON for the measurements ingest is reproduced and you can scroll the Log window.

