Last active
August 25, 2020 17:00
-
-
Save ryanvazquez/0be2209f08fd77162cf3bd60cd44d672 to your computer and use it in GitHub Desktop.
Sample YAML config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cost-insights: | |
backendUrl: http://some-url.com | |
metrics: | |
mmau: | |
name: Cost per Million MAU | |
description: > | |
This description appears in the subheader | |
legend: | |
title: Spotify MAU | |
description: > | |
This description appears in the tooltip | |
msc: | |
name: Cost per Million Subscribers | |
description: > | |
This description appears in the subheader | |
legend: | |
title: Spotify MSC | |
description: > | |
This description appears in the tooltip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cost-insights.metrics?
. Defaults to daily cost datacost-insights.metrics?.<metric>.name?
Defaults to default metric namecost-insights.metrics?.<metric>.description?
Defaults to null. (No subheader displayed)cost-insights.metrics?.<metric>.legend?
cost-insights.metrics?.<metric>.legend?.title?
Defaults tometric.name
cost-insights.metrics?.<metric>.legend?.description?
Defaults to null. (No tooltip displayed)