Skip to content

Commit f89f235

Browse files
committed
Updated GMT run add endpoint to /runs/add
1 parent 56e2a1f commit f89f235

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/contributing/green-metrics-tool-contribution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here you find:
4646
## Run
4747

4848
The run is what is created when a new measurement with the GMT shall be done.
49-
Either via the web submit form or directly via the `/vX/software/add` endpoint.
49+
Either via the web submit form or directly via the `/vX/runs/add` endpoint.
5050

5151
Here dynamic data shall be submitted that is NOT unique to the machine and is also not part of the software infrastructure or executed flow. It contains information about which software to benchmark and how to dynamically alter the measurement.
5252

@@ -63,8 +63,8 @@ Metrics should always be added through a new metrics provider.
6363
A metric provider should always have:
6464

6565
- **metric-provider-binary** - A binary or script that captures metrics from somewhere in the host system (for instance procfs for CPU utilization)
66-
- This file should **always** work standalone and not require a running GMT. Very often this is a native compiled C files.
67-
- See also the `libs/c` directory for some convenience library files that ship with GMT.
66+
- This file should **always** work standalone and not require a running GMT. Very often this is a native compiled C files.
67+
- See also the `libs/c` directory for some convenience library files that ship with GMT.
6868
- **provider.py** - File containing Python class derived from *BaseMetricProvider* which implements how data is ingested into GMT
6969
- **README.md** - An info file specifying what is the ouput of the metric provider in terms of unit and dimension as well as how to execute it on a CLI and what arguments exist.
7070

0 commit comments

Comments
 (0)