{
    "title": "[Hostman-dashboard] Variance",
    "type": "panel",
    "charts": [
        <% for geo in ["sas", "vla", "man"] %>
        {
            "type": "graphic",
            "title": "[<< geo.upper() >> Prod] Variance bundles",
            "width": 2,
            "stacked": true,
            "normalize": false,
            "signals": [
                {
                    "color": "#37bff2",
                    "tag": "itype=hmdashboard;ctype=production;geo=<<geo>>",
                    "host": "ASEARCH",
                    "title": "YandexPkgVariance",
                    "name": "havg(unistat-yandex-dpkg-bundles_ahhh)"
                }
            ],
            "consts": []
        },
        {
            "type": "graphic",
            "title": "[<< geo.upper() >> Prod] Variance square",
            "width": 2,
            "stacked": true,
            "normalize": false,
            "signals": [
                {
                    "tag": "itype=hmdashboard;ctype=production;geo=<<geo>>",
                    "host": "ASEARCH",
                    "title": "YandexPkgSquare",
                    "name": "havg(unistat-yandex-dpkg-squares_ahhh)"
                }
            ],
            "consts": [
                {
                    "value": 1,
                    "title": "Target"
                }
            ]
        },
        <% endfor %>
        {
            "type": "graphic",
            "title": "[Prestable] Variance bundles",
            "width": 2,
            "stacked": true,
            "normalize": false,
            "signals": [
                {
                    "color": "#37bff2",
                    "tag": "itype=hmdashboard;ctype=prestable",
                    "host": "ASEARCH",
                    "title": "YandexPkgVariance",
                    "name": "havg(unistat-yandex-dpkg-bundles_ahhh)"
                }
            ],
            "consts": []
        },
        {
            "type": "graphic",
            "title": "[Prestable] Variance square",
            "width": 2,
            "stacked": true,
            "normalize": false,
            "signals": [
                {
                    "tag": "itype=hmdashboard;ctype=prestable",
                    "host": "ASEARCH",
                    "title": "YandexPkgSquare",
                    "name": "havg(unistat-yandex-dpkg-squares_ahhh)"
                }
            ],
            "consts": [
                {
                    "value": 1,
                    "title": "Target"
                }
            ]
        },
    ]
}

