Erweiterung der Gitlab-Metriken in Grafana

vorhergehende Artikel in: Linux OpenSource TeleGrafana
03.07.2020

Ich habe meine Idee zur Visualisierung bestimmter Metriken aus Gitlab auf einem Grafana-Dashboard ausgebaut - ich erfasse nicht mehr nur in einem Projekt die offenen Issues pro Komponente sondern nun auch die offenen Issues auf Projektebene.

Daher habe ich das bereits aus dem Gist etwas variiert und das Dashboard ergänzt:

{
  "annotations": {
    "list": [
      {
        "builtIn": 1,
        "datasource": "-- Grafana --",
        "enable": true,
        "hide": true,
        "iconColor": "rgba(0, 211, 255, 1)",
        "name": "Annotations & Alerts",
        "type": "dashboard"
      }
    ]
  },
  "editable": true,
  "gnetId": null,
  "graphTooltip": 0,
  "id": 13,
  "iteration": 1589035932265,
  "links": [],
  "panels": [
    {
      "gridPos": {
        "h": 1,
        "w": 24,
        "x": 0,
        "y": 0
      },
      "id": 7,
      "title": "Issues by Project",
      "type": "row"
    },
    {
      "cacheTimeout": null,
      "gridPos": {
        "h": 4,
        "w": 24,
        "x": 0,
        "y": 1
      },
      "id": 5,
      "interval": "",
      "links": [
        {
          "dashboard": "http://gitlab.fritz.box/elbosso/java-class_src/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=geo",
          "title": "list $projectName Issues",
          "type": "absolute",
          "url": "http://gitlab.fritz.box/elbosso/java-class_src/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=$component"
        }
      ],
      "options": {
        "fieldOptions": {
          "calcs": [
            "mean"
          ],
          "defaults": {
            "max": 20,
            "min": 0
          },
          "mappings": [],
          "override": {},
          "thresholds": [
            {
              "color": "rgb(43, 43, 43)",
              "index": 0,
              "value": null
            },
            {
              "color": "green",
              "index": 1,
              "value": 1
            },
            {
              "color": "#EAB839",
              "index": 2,
              "value": 4
            },
            {
              "color": "red",
              "index": 3,
              "value": 10
            }
          ],
          "values": false
        },
        "orientation": "auto",
        "showThresholdLabels": false,
        "showThresholdMarkers": true
      },
      "pluginVersion": "6.2.2",
      "repeat": "projectName",
      "repeatDirection": "h",
      "scopedVars": {
        "projectName": {
          "selected": true,
          "text": "website",
          "value": "website"
        }
      },
      "targets": [
        {
          "alias": "$projectName",
          "groupBy": [],
          "measurement": "openIssues",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "count"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": [
            {
              "key": "host",
              "operator": "=",
              "value": "gitlab"
            },
            {
              "condition": "AND",
              "key": "projectName",
              "operator": "=~",
              "value": "/^$projectName$/"
            }
          ]
        }
      ],
      "title": "$projectName",
      "type": "gauge"
    },
    {
      "collapsed": false,
      "gridPos": {
        "h": 1,
        "w": 24,
        "x": 0,
        "y": 5
      },
      "id": 4,
      "panels": [],
      "title": "Issues in Project java-class_src by component",
      "type": "row"
    },
    {
      "cacheTimeout": null,
      "gridPos": {
        "h": 4,
        "w": 24,
        "x": 0,
        "y": 6
      },
      "id": 2,
      "links": [
        {
          "dashboard": "http://gitlab.fritz.box/elbosso/java-class_src/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=geo",
          "title": "list $component Issues",
          "type": "absolute",
          "url": "http://gitlab.fritz.box/elbosso/java-class_src/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=$component"
        }
      ],
      "options": {
        "fieldOptions": {
          "calcs": [
            "mean"
          ],
          "defaults": {
            "max": 20,
            "min": 0
          },
          "mappings": [],
          "override": {},
          "thresholds": [
            {
              "color": "rgb(43, 43, 43)",
              "index": 0,
              "value": null
            },
            {
              "color": "green",
              "index": 1,
              "value": 1
            },
            {
              "color": "#EAB839",
              "index": 2,
              "value": 4
            },
            {
              "color": "red",
              "index": 3,
              "value": 10
            }
          ],
          "values": false
        },
        "orientation": "auto",
        "showThresholdLabels": false,
        "showThresholdMarkers": true
      },
      "pluginVersion": "6.2.2",
      "repeat": "component",
      "repeatDirection": "h",
      "scopedVars": {
        "component": {
          "selected": true,
          "text": "Bug",
          "value": "Bug"
        }
      },
      "targets": [
        {
          "alias": "$component",
          "groupBy": [],
          "measurement": "openIssues",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "count"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": [
            {
              "key": "host",
              "operator": "=",
              "value": "gitlab"
            },
            {
              "condition": "AND",
              "key": "component",
              "operator": "=~",
              "value": "/^$component$/"
            }
          ]
        }
      ],
      "title": "$component",
      "type": "gauge"
    }
  ],
  "refresh": "1m",
  "schemaVersion": 18,
  "style": "dark",
  "tags": [],
  "templating": {
    "list": [
      {
        "allValue": null,
        "current": {
          "tags": [],
          "text": "Bug",
          "value": [
            "Bug"
          ]
        },
        "datasource": "InfluxDB monitoring",
        "definition": "SHOW TAG VALUES WITH KEY = \"component\"",
        "hide": 0,
        "includeAll": true,
        "label": null,
        "multi": true,
        "name": "component",
        "options": [],
        "query": "SHOW TAG VALUES WITH KEY = \"component\"",
        "refresh": 1,
        "regex": "",
        "skipUrlSync": false,
        "sort": 0,
        "tagValuesQuery": "",
        "tags": [],
        "tagsQuery": "",
        "type": "query",
        "useTags": false
      },
      {
        "allValue": null,
        "current": {
          "tags": [],
          "text": "website",
          "value": [
            "website"
          ]
        },
        "datasource": "InfluxDB monitoring",
        "definition": "SHOW TAG VALUES WITH KEY = \"projectName\"",
        "hide": 0,
        "includeAll": true,
        "label": null,
        "multi": true,
        "name": "projectName",
        "options": [],
        "query": "SHOW TAG VALUES WITH KEY = \"projectName\"",
        "refresh": 1,
        "regex": "",
        "skipUrlSync": false,
        "sort": 0,
        "tagValuesQuery": "",
        "tags": [],
        "tagsQuery": "",
        "type": "query",
        "useTags": false
      }
    ]
  },
  "time": {
    "from": "now-6h",
    "to": "now"
  },
  "timepicker": {
    "refresh_intervals": [
      "5s",
      "10s",
      "30s",
      "1m",
      "5m",
      "15m",
      "30m",
      "1h",
      "2h",
      "1d"
    ],
    "time_options": [
      "5m",
      "15m",
      "1h",
      "6h",
      "12h",
      "24h",
      "2d",
      "7d",
      "30d"
    ]
  },
  "timezone": "",
  "title": "Gitlab Overview Open Issues",
  "uid": "EhwYwVkgk",
  "version": 26
}

Alle Artikel rss Wochenübersicht Monatsübersicht Codeberg Repositories Mastodon Über mich home xmpp


Vor 5 Jahren hier im Blog

  • Multi-User-WebDAV, Docker, GitHub

    17.11.2019

    Nachdem ich mich in letzter Zeit verstärkt mit Docker und dem zugehörigen Ökosystem beschäftige, habe ich begonnen, verschiedenste Dienste in Containern zu testen um zu sehen, ob in manchen Fällen LXC oder KVM nicht doch die bessere Wahl wäre...

    Weiterlesen...

Neueste Artikel

  • Migration der Webseite und aller OpenSource Projekte

    In eigener Sache...

    Weiterlesen...
  • AutoHideToolbar für Java Swing

    Ich habe eine neue Java Swing Komponente erstellt: Es handelt sich um einen Wrapper für von JToolBar abgeleitete Klassen, die die Werkzeugleiste minimieren und sie nur dann einblenden, wenn der Mauszeiger über ihnen schwebt.

    Weiterlesen...
  • Integration von EBMap4D in die sQLshell

    Ich habe bereits in einem früheren Artikel über meine ersten Erfolge berichtet, der sQLshell auf Basis des bestehenden Codes aus dem Projekt EBMap4D eine bessere Integration für Geo-Daten zu spendieren und entsprechende Abfragen, bzw. deren Ergebnisse auf einer Kartenansicht zu visualisieren.

    Weiterlesen...

Manche nennen es Blog, manche Web-Seite - ich schreibe hier hin und wieder über meine Erlebnisse, Rückschläge und Erleuchtungen bei meinen Hobbies.

Wer daran teilhaben und eventuell sogar davon profitieren möchte, muss damit leben, daß ich hin und wieder kleine Ausflüge in Bereiche mache, die nichts mit IT, Administration oder Softwareentwicklung zu tun haben.

Ich wünsche allen Lesern viel Spaß und hin und wieder einen kleinen AHA!-Effekt...

PS: Meine öffentlichen Codeberg-Repositories findet man hier.