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

  • Keycloak, OTP, FIDO

    11.06.2021

    Ich berichtete neulich über die Installation und erste Tests von Keycloak. Nun bin ich tiefer eingetaucht und habe die diversen Möglichkeiten untersucht, die Authentifizierung mittels zweiten Faktors sicherer zu machen.

    Weiterlesen

Neueste Artikel

  • Performanceverbesserungen in dWb+ 4.4pre2 build 11264

    In meinem letzten Artikel zum Thema dWb+ beschrieb ich ein neues Feature der Lösung - nunmehr wende ich mich einer wichtigen nichtfunktionalen Anforderung zu

    Weiterlesen
  • Flat Notes und Navidrome neu im Docker-Zoo

    Ein weiteres Self-Hosting-Experiment hat zu zwei neuen Diensten in meinem Docker-Zoo geführt...

    Weiterlesen
  • TPM per PKCS#11 in Java-Anwendungen nutzen

    Nach meinen Erfolgen mit einem TPM in der Version 1.2 zur Absicherung von SSH-Verbindungen wollte ich versuchen, seine Funktionalität in Java-Anwendungen zu integrieren...

    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.