Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
titleMAJ 31-01-update 29 aug 2024

Greenspector dashboard presents results for a better understanding. In particular, it calculates the Greenspector Ecoscore, a global note of a measured service.

...

Code Block
languageyaml
cfgs:
  - name: "app"                                      # Instance name
    url: "https://appcore-saas-prod.greenspector.com"   # Instance URL
    token: [MYTOKEN]                                 # User token
Info

Please replace [MYTOKEN] with correct value.

...

The second part links the dashboard generation with the measures stored in app core-saas-prod.greenspector.com:

Code Block
breakoutModewide
languageyaml
##################################################################################
# Measurement campaign used to calculate Ecoscore
##################################################################################

auditids:
  - version: v1.0.0         # Version name to display
    plateforme: Galaxy S9   # Platform name to display
    os: Android             # "Android" or "iOS"
    idwifi: MYIDWIFI        # ID of the WIFI audit
    id4g:                   # Optional - ID of 4G audit to compared network measure
    extramestime: 1.0       # float64 - Time in second added at the end of loading step. This time is not taken into account for the performance metric
    date: 07/12/2023        # Measure date to display

...

To identify MYIDWIFI, browse on app core-saas-prod.greenspector.com. Select the right version in the list and copy the second number in the URL. It’s the id of audit.

...