Service Telemetry Framework

Service telemetry troubleshooting. When issues arise and you don’t see any metrics happening on Grafana dashboard you can follow these troubleshooting step to narrow down to where the issues are. In my examples here I will be using STF version 1.5 see infrawatch to see the upstream documentation for Service Telemetry Framework. I will be also using OpenStack version 17 code named Wallaby the Upstream version. See here Openstack.org Openstack Check the logs that any errors are happening in OpenStack both on the Controllers and the compute nodes....

March 19, 2023 · 4 min · 835 words · Chris Brown

Service Telemetry Framwork

STF 1.5 installation notes These installation notes are based on the Red Hat documentations Here and also the upstream documentation here Here oc new-project service-telemetry oc create -f - <<EOF apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: name: service-telemetry-operator-group namespace: service-telemetry spec: targetNamespaces: - service-telemetry EOF oc create -f - <<EOF apiVersion: project.openshift.io/v1 kind: Project metadata: name: openshift-cert-manager-operator spec: finalizers: - kubernetes EOF oc create -f - <<EOF apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: name: openshift-cert-manager-operator namespace: openshift-cert-manager-operator spec: {} EOF oc create -f - <<EOF apiVersion: operators....

March 13, 2023 · 3 min · 482 words · Chris Brown