eosc-accounting.in2p3.fr Open in urlscan Pro
193.48.97.93  Public Scan

Submitted URL: https://eosc-accounting.in2p3.fr/
Effective URL: https://eosc-accounting.in2p3.fr/metrics
Submission: On July 27 via automatic, source certstream-suspicious — Scanned from FR

Form analysis 16 forms found in the DOM

<form class="form_add_provider">
  <div class="form-group m-2">
    <label for="metricName">Provider Id</label>
    <input type="text" class="form-control" name="providerId" id="providerId" aria-describedby="providerIdHelp">
    <small id="providerIdHelp" class="form-text text-muted">An unique alpha-numeric identifier for the provider</small>
  </div>
  <div class="form-group m-2">
    <label for="metricName">Provider Name</label>
    <input type="text" class="form-control" name="providerName" id="providerName">
  </div>
  <div class="form-group m-2">
    <label for="providerNameAbrr">Provider Name Abbreviation</label>
    <input type="text" class="form-control" id="providerNameAbbr" name="providerNameAbbr" aria-describedby="providerNameAbbrHelp">
    <small id="providerNameAbbrHelp" class="form-text text-muted">A short name for the provider</small>
  </div>
  <div class="form-group m-2">
    <label for="metricName">Provider Website</label>
    <input type="text" class="form-control" name="providerWebSite" id="providerWebSite">
  </div>
  <div class="form-group m-2">
    <label for="metricName">Provider Logo</label>
    <input type="text" class="form-control" name="providerLogo" id="providerLogo" aria-describedby="providerLogoHelp">
    <small id="providerLogoHelp" class="form-text text-muted">An url pointing to the logo of the provider</small>
  </div>
  <button type="submit" class="btn btn-primary">Submit</button>
  <button class="d-none spinner-border text-primary m-1 bg-white" role="status" id="loader_add_provider"><span class="sr-only">Loading...</span></button>
</form>

<form class="form_add_metric_desc">
  <input type="hidden" value="0" name="metricId">
  <input type="hidden" name="type" value="addition">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" name="metricName" id="metricName">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDescription" aria-describedby="metricDescriptionHelp">
    <small id="metricDescriptionHelp" class="form-text text-muted">Please describe the usage and the perimeter of the metric</small>
  </div>
  <div class="form-group m-2">
    <label for="unit">Unit</label>
    <select id="unit" name="metricUnit">
      <option value="TB">terabyte</option>
      <option value="#">number of</option>
      <option value="count">count of</option>
      <option value="API reqs">API requests</option>
      <option value="CPU Time">the exact amount of time that the CPU has spent processing data</option>
      <option value="s">second</option>
    </select>
  </div>
  <div class="form-group m-2">
    <label for="type">Metric Type</label>
    <select id="type" name="metricType">
      <option value="aggregated">aggregated</option>
      <option value="count">count</option>
      <option value="summarised">summarised</option>
      <option value="averaged">averaged</option>
    </select>
  </div>
  <button type="submit" class="btn btn-primary">Submit</button>
  <button class="d-none spinner-border text-primary m-1 bg-white" role="status" id="loader_add"><span class="sr-only">Loading...</span></button>
</form>

<form class="form_delete_metric_desc">
  <input type="hidden" name="type" value="delete">
  <input type="hidden" value="62e00ac99696e337b8dcbc14" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="APIRequests">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDefinition" value="API requests aggregated since 2021-01-01">
  </div>
  <br>
  <hr>
  <span class="mb-1 alert alert-danger">You are going to delete the metrics described previously !</span>
  <br>
  <br>
  <button type="submit" class="btn btn-danger" value="submit">Delete Metric</button>
  <button type="button" class="btn btn-primary" data-bs-dismiss="modal" aria-label="Close">Close </button>
</form>

<form class="form_update_metric_desc">
  <input type="hidden" name="type" value="update">
  <input type="hidden" value="62e00ac99696e337b8dcbc14" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="APIRequests">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDescription" aria-describedby="metricDescriptionHelp" value="API requests aggregated since 2021-01-01">
    <small id="metricDescriptionHelp" class="form-text text-muted">Please describe the usage and the perimeter of the metric</small>
  </div>
  <div class="form-group m-2">
    <label for="unit">Unit</label>
    <select id="unit" name="metricUnit">
      <option value="TB">terabyte</option>
      <option value="#">number of</option>
      <option value="count">count of</option>
      <option value="API reqs" selected="">API requests</option>
      <option value="CPU Time">the exact amount of time that the CPU has spent processing data</option>
      <option value="s">second</option>
    </select>
  </div>
  <div class="form-group m-2">
    <label for="type">Metric Type</label>
    <select id="type" name="metricType">
      <option value="aggregated" selected="">aggregated</option>
      <option value="count">count</option>
      <option value="summarised">summarised</option>
      <option value="averaged">averaged</option>
    </select>
  </div>
  <button type="submit" class="btn btn-primary">Submit</button>
</form>

<form class="form_delete_metric_desc">
  <input type="hidden" name="type" value="delete">
  <input type="hidden" value="62dea633ef1f46715eb8a570" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="storage_test">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDefinition" value="new storage metric for UI">
  </div>
  <br>
  <hr>
  <span class="mb-1 alert alert-danger">You are going to delete the metrics described previously !</span>
  <br>
  <br>
  <button type="submit" class="btn btn-danger" value="submit">Delete Metric</button>
  <button type="button" class="btn btn-primary" data-bs-dismiss="modal" aria-label="Close">Close </button>
</form>

<form class="form_update_metric_desc">
  <input type="hidden" name="type" value="update">
  <input type="hidden" value="62dea633ef1f46715eb8a570" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="storage_test">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDescription" aria-describedby="metricDescriptionHelp" value="new storage metric for UI">
    <small id="metricDescriptionHelp" class="form-text text-muted">Please describe the usage and the perimeter of the metric</small>
  </div>
  <div class="form-group m-2">
    <label for="unit">Unit</label>
    <select id="unit" name="metricUnit">
      <option value="TB" selected="">terabyte</option>
      <option value="#">number of</option>
      <option value="count">count of</option>
      <option value="API reqs">API requests</option>
      <option value="CPU Time">the exact amount of time that the CPU has spent processing data</option>
      <option value="s">second</option>
    </select>
  </div>
  <div class="form-group m-2">
    <label for="type">Metric Type</label>
    <select id="type" name="metricType">
      <option value="aggregated">aggregated</option>
      <option value="count" selected="">count</option>
      <option value="summarised">summarised</option>
      <option value="averaged">averaged</option>
    </select>
  </div>
  <button type="submit" class="btn btn-primary">Submit</button>
</form>

<form class="form_delete_metric_desc">
  <input type="hidden" name="type" value="delete">
  <input type="hidden" value="62a326a96dcece2ed66a8dfd" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="test-unit">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDefinition" value="A test unit for a test installation">
  </div>
  <br>
  <hr>
  <span class="mb-1 alert alert-danger">You are going to delete the metrics described previously !</span>
  <br>
  <br>
  <button type="submit" class="btn btn-danger" value="submit">Delete Metric</button>
  <button type="button" class="btn btn-primary" data-bs-dismiss="modal" aria-label="Close">Close </button>
</form>

<form class="form_update_metric_desc">
  <input type="hidden" name="type" value="update">
  <input type="hidden" value="62a326a96dcece2ed66a8dfd" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="test-unit">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDescription" aria-describedby="metricDescriptionHelp" value="A test unit for a test installation">
    <small id="metricDescriptionHelp" class="form-text text-muted">Please describe the usage and the perimeter of the metric</small>
  </div>
  <div class="form-group m-2">
    <label for="unit">Unit</label>
    <select id="unit" name="metricUnit">
      <option value="TB">terabyte</option>
      <option value="#">number of</option>
      <option value="count" selected="">count of</option>
      <option value="API reqs">API requests</option>
      <option value="CPU Time">the exact amount of time that the CPU has spent processing data</option>
      <option value="s">second</option>
    </select>
  </div>
  <div class="form-group m-2">
    <label for="type">Metric Type</label>
    <select id="type" name="metricType">
      <option value="aggregated">aggregated</option>
      <option value="count" selected="">count</option>
      <option value="summarised">summarised</option>
      <option value="averaged">averaged</option>
    </select>
  </div>
  <button type="submit" class="btn btn-primary">Submit</button>
</form>

<form class="form_add_metric_desc">
  <input type="hidden" value="0" name="metricId">
  <input type="hidden" name="type" value="addition">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" name="metricName" id="metricName">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDescription" aria-describedby="metricDescriptionHelp">
    <small id="metricDescriptionHelp" class="form-text text-muted">Please describe the usage and the perimeter of the metric</small>
  </div>
  <div class="form-group m-2">
    <label for="unit">Unit</label>
    <select id="unit" name="metricUnit">
      <option value="TB">terabyte</option>
      <option value="#">number of</option>
      <option value="count">count of</option>
      <option value="API reqs">API requests</option>
      <option value="CPU Time">the exact amount of time that the CPU has spent processing data</option>
      <option value="s">second</option>
    </select>
  </div>
  <div class="form-group m-2">
    <label for="type">Metric Type</label>
    <select id="type" name="metricType">
      <option value="aggregated">aggregated</option>
      <option value="count">count</option>
      <option value="summarised">summarised</option>
      <option value="averaged">averaged</option>
    </select>
  </div>
  <button type="submit" class="btn btn-primary">Submit</button>
  <button class="d-none spinner-border text-primary m-1 bg-white" role="status" id="loader_add"><span class="sr-only">Loading...</span></button>
</form>

<form class="form_delete_metric_desc">
  <input type="hidden" name="type" value="delete">
  <input type="hidden" value="62e00ac99696e337b8dcbc14" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="APIRequests">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDefinition" value="API requests aggregated since 2021-01-01">
  </div>
  <br>
  <hr>
  <span class="mb-1 alert alert-danger">You are going to delete the metrics described previously !</span>
  <br>
  <br>
  <button type="submit" class="btn btn-danger" value="submit">Delete Metric</button>
  <button type="button" class="btn btn-primary" data-bs-dismiss="modal" aria-label="Close">Close </button>
</form>

<form class="form_update_metric_desc">
  <input type="hidden" name="type" value="update">
  <input type="hidden" value="62e00ac99696e337b8dcbc14" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="APIRequests">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDescription" aria-describedby="metricDescriptionHelp" value="API requests aggregated since 2021-01-01">
    <small id="metricDescriptionHelp" class="form-text text-muted">Please describe the usage and the perimeter of the metric</small>
  </div>
  <div class="form-group m-2">
    <label for="unit">Unit</label>
    <select id="unit" name="metricUnit">
      <option value="TB">terabyte</option>
      <option value="#">number of</option>
      <option value="count">count of</option>
      <option value="API reqs" selected="">API requests</option>
      <option value="CPU Time">the exact amount of time that the CPU has spent processing data</option>
      <option value="s">second</option>
    </select>
  </div>
  <div class="form-group m-2">
    <label for="type">Metric Type</label>
    <select id="type" name="metricType">
      <option value="aggregated" selected="">aggregated</option>
      <option value="count">count</option>
      <option value="summarised">summarised</option>
      <option value="averaged">averaged</option>
    </select>
  </div>
  <button type="submit" class="btn btn-primary">Submit</button>
</form>

<form class="form_delete_metric_desc">
  <input type="hidden" name="type" value="delete">
  <input type="hidden" value="62dea633ef1f46715eb8a570" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="storage_test">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDefinition" value="new storage metric for UI">
  </div>
  <br>
  <hr>
  <span class="mb-1 alert alert-danger">You are going to delete the metrics described previously !</span>
  <br>
  <br>
  <button type="submit" class="btn btn-danger" value="submit">Delete Metric</button>
  <button type="button" class="btn btn-primary" data-bs-dismiss="modal" aria-label="Close">Close </button>
</form>

<form class="form_update_metric_desc">
  <input type="hidden" name="type" value="update">
  <input type="hidden" value="62dea633ef1f46715eb8a570" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="storage_test">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDescription" aria-describedby="metricDescriptionHelp" value="new storage metric for UI">
    <small id="metricDescriptionHelp" class="form-text text-muted">Please describe the usage and the perimeter of the metric</small>
  </div>
  <div class="form-group m-2">
    <label for="unit">Unit</label>
    <select id="unit" name="metricUnit">
      <option value="TB" selected="">terabyte</option>
      <option value="#">number of</option>
      <option value="count">count of</option>
      <option value="API reqs">API requests</option>
      <option value="CPU Time">the exact amount of time that the CPU has spent processing data</option>
      <option value="s">second</option>
    </select>
  </div>
  <div class="form-group m-2">
    <label for="type">Metric Type</label>
    <select id="type" name="metricType">
      <option value="aggregated">aggregated</option>
      <option value="count" selected="">count</option>
      <option value="summarised">summarised</option>
      <option value="averaged">averaged</option>
    </select>
  </div>
  <button type="submit" class="btn btn-primary">Submit</button>
</form>

<form class="form_delete_metric_desc">
  <input type="hidden" name="type" value="delete">
  <input type="hidden" value="62a326a96dcece2ed66a8dfd" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="test-unit">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDefinition" value="A test unit for a test installation">
  </div>
  <br>
  <hr>
  <span class="mb-1 alert alert-danger">You are going to delete the metrics described previously !</span>
  <br>
  <br>
  <button type="submit" class="btn btn-danger" value="submit">Delete Metric</button>
  <button type="button" class="btn btn-primary" data-bs-dismiss="modal" aria-label="Close">Close </button>
</form>

<form class="form_update_metric_desc">
  <input type="hidden" name="type" value="update">
  <input type="hidden" value="62a326a96dcece2ed66a8dfd" name="metricId">
  <div class="form-group m-2">
    <label for="metricName">Metric Name</label>
    <input type="text" class="form-control" id="metricName" name="metricName" value="test-unit">
  </div>
  <div class="form-group m-2">
    <label for="metricDescription">Metric Description</label>
    <input type="text" class="form-control" id="metricDescription" name="metricDescription" aria-describedby="metricDescriptionHelp" value="A test unit for a test installation">
    <small id="metricDescriptionHelp" class="form-text text-muted">Please describe the usage and the perimeter of the metric</small>
  </div>
  <div class="form-group m-2">
    <label for="unit">Unit</label>
    <select id="unit" name="metricUnit">
      <option value="TB">terabyte</option>
      <option value="#">number of</option>
      <option value="count" selected="">count of</option>
      <option value="API reqs">API requests</option>
      <option value="CPU Time">the exact amount of time that the CPU has spent processing data</option>
      <option value="s">second</option>
    </select>
  </div>
  <div class="form-group m-2">
    <label for="type">Metric Type</label>
    <select id="type" name="metricType">
      <option value="aggregated">aggregated</option>
      <option value="count" selected="">count</option>
      <option value="summarised">summarised</option>
      <option value="averaged">averaged</option>
    </select>
  </div>
  <button type="submit" class="btn btn-primary">Submit</button>
</form>

POST metrics#metrics

<form class="form_browse_metrics" method="POST" action="metrics#metrics">
  <input name="form" value="1" type="hidden">
  <h3>Select a projet to browse associated metrics</h3>
  <div class="form-group m-2">
    <label for="projectName">Project</label>
    <select class="select2-enable form-control select2-hidden-accessible" name="projectName" data-select2-id="select2-data-1-mvn0" tabindex="-1" aria-hidden="true">
      <option value="0" selected="" data-select2-id="select2-data-3-508q">-- Project --</option>
      <option value="101017452">OpenAIRE-Nexus Scholarly Communication Services for EOSC users</option>
    </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="select2-data-2-wjgy" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
          aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-projectName-qc-container" aria-controls="select2-projectName-qc-container"><span class="select2-selection__rendered"
            id="select2-projectName-qc-container" role="textbox" aria-readonly="true" title="-- Project --">-- Project --</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span
        class="dropdown-wrapper" aria-hidden="true"></span></span>
  </div>
  <button type="submit" class="btn btn-primary" value="submit">Submit</button>
</form>

Text Content

ACCOUNTING SYSTEM UI EOSC Instance


 * Projects
 * Providers
 * Metrics Definitions
 * Metrics Units
 * Metrics Type
 * Metrics


PROJECTS TABLE

--------------------------------------------------------------------------------

Show 102550100 entries
Search:

Project IdAcronymTitleProviders 101017452 OpenAIRE Nexus OpenAIRE-Nexus
Scholarly Communication Services for EOSC users EUROPEAN ORGANIZATION FOR
NUCLEAR RESEARCH - OpenAIRE - University of Warsaw -

Showing 1 to 1 of 1 entries
Previous1Next




PROVIDERS TABLE

Status just now
The provider has been properly added !
Status just now
The update has failed !
Add a new provider

ADD PROVIDER

Provider Id An unique alpha-numeric identifier for the provider
Provider Name
Provider Name Abbreviation A short name for the provider
Provider Website
Provider Logo An url pointing to the logo of the provider
Submit Loading...
Show 102550100 entries
Search:

NameLogo 100 Percent IT A Worldwide e-Infrastructure for Structural Biology
Academia Sinica Grid Computing Centre ACC Cyfronet AGH-UST Aerospace Logistics
Technology Engineering Company AGINFRA+ Alma Mater Studiorum - Università di
Bologna Arkivum Limited Athena Research and Innovation Center in Information and
Communication Technologies Austrian Centre for Digital Humanities and Cultural
Heritage

Showing 1 to 10 of 247 entries
Previous12345…25Next




METRICS DEFINITIONS

Status just now
The Metric description has been properly updated !
Status just now
The update has failed !
Add a new metric definition

ADD METRIC DEFINITION

Metric Name
Metric Description Please describe the usage and the perimeter of the metric
Unit terabyte number of count of API requests the exact amount of time that the
CPU has spent processing data second
Metric Type aggregated count summarised averaged
Submit Loading...
Show 102550100 entries
Search:

Metric NameMetric DescriptionUnitMetric TypeActions APIRequests API requests
aggregated since 2021-01-01 API reqs aggregated
Actions
Update Metric Definition Delete Metric Definition

DELETE METRIC DEFINITION

Metric Name
Metric Description


--------------------------------------------------------------------------------

You are going to delete the metrics described previously !

Delete Metric Close

UPDATE METRIC DEFINITION

Metric Name
Metric Description Please describe the usage and the perimeter of the metric
Unit terabyte number of count of API requests the exact amount of time that the
CPU has spent processing data second
Metric Type aggregated count summarised averaged
Submit
storage_test new storage metric for UI TB count
Actions
Update Metric Definition Delete Metric Definition

DELETE METRIC DEFINITION

Metric Name
Metric Description


--------------------------------------------------------------------------------

You are going to delete the metrics described previously !

Delete Metric Close

UPDATE METRIC DEFINITION

Metric Name
Metric Description Please describe the usage and the perimeter of the metric
Unit terabyte number of count of API requests the exact amount of time that the
CPU has spent processing data second
Metric Type aggregated count summarised averaged
Submit
test-unit A test unit for a test installation count count
Actions
Update Metric Definition Delete Metric Definition

DELETE METRIC DEFINITION

Metric Name
Metric Description


--------------------------------------------------------------------------------

You are going to delete the metrics described previously !

Delete Metric Close

UPDATE METRIC DEFINITION

Metric Name
Metric Description Please describe the usage and the perimeter of the metric
Unit terabyte number of count of API requests the exact amount of time that the
CPU has spent processing data second
Metric Type aggregated count summarised averaged
Submit

Showing 1 to 3 of 3 entries
Previous1Next




METRICS DEFINITIONS

Status just now
The Metric description has been properly updated !
Status just now
The update has failed !
Add a new metric definition

ADD METRIC DEFINITION

Metric Name
Metric Description Please describe the usage and the perimeter of the metric
Unit terabyte number of count of API requests the exact amount of time that the
CPU has spent processing data second
Metric Type aggregated count summarised averaged
Submit Loading...
Show 102550100 entries
Search:

Metric NameMetric DescriptionUnitMetric TypeActions APIRequests API requests
aggregated since 2021-01-01 API reqs aggregated
Actions
Update Metric Definition Delete Metric Definition

DELETE METRIC DEFINITION

Metric Name
Metric Description


--------------------------------------------------------------------------------

You are going to delete the metrics described previously !

Delete Metric Close

UPDATE METRIC DEFINITION

Metric Name
Metric Description Please describe the usage and the perimeter of the metric
Unit terabyte number of count of API requests the exact amount of time that the
CPU has spent processing data second
Metric Type aggregated count summarised averaged
Submit
storage_test new storage metric for UI TB count
Actions
Update Metric Definition Delete Metric Definition

DELETE METRIC DEFINITION

Metric Name
Metric Description


--------------------------------------------------------------------------------

You are going to delete the metrics described previously !

Delete Metric Close

UPDATE METRIC DEFINITION

Metric Name
Metric Description Please describe the usage and the perimeter of the metric
Unit terabyte number of count of API requests the exact amount of time that the
CPU has spent processing data second
Metric Type aggregated count summarised averaged
Submit
test-unit A test unit for a test installation count count
Actions
Update Metric Definition Delete Metric Definition

DELETE METRIC DEFINITION

Metric Name
Metric Description


--------------------------------------------------------------------------------

You are going to delete the metrics described previously !

Delete Metric Close

UPDATE METRIC DEFINITION

Metric Name
Metric Description Please describe the usage and the perimeter of the metric
Unit terabyte number of count of API requests the exact amount of time that the
CPU has spent processing data second
Metric Type aggregated count summarised averaged
Submit

Showing 1 to 3 of 3 entries
Previous1Next




METRICS UNITS

Show 102550100 entries
Search:

Unit DescriptionUnit Symbol API requests API reqs count of count number of #
second s terabyte TB the exact amount of time that the CPU has spent processing
data CPU Time

Showing 1 to 6 of 6 entries
Previous1Next




METRICS TYPES

Show 102550100 entries
Search:

Metric Type aggregated averaged count summarised

Showing 1 to 4 of 4 entries
Previous1Next




SELECT A PROJET TO BROWSE ASSOCIATED METRICS

Project -- Project -- OpenAIRE-Nexus Scholarly Communication Services for EOSC
users -- Project --
Submit

--------------------------------------------------------------------------------





--------------------------------------------------------------------------------

Contact Us | Terms of use | Apache 2 License | Gitlab | Copyright © 2022

Loading…
Loading the web debug toolbar…
Attempt #1
Cancel