Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Plattformadministratoren (Platform Administrators, PA) und Anwendungsoperatoren (Application Operators, AO) greifen in Grafana auf Messwerte zu, um die Nutzung und Kapazität des Systems zu überwachen. Diesen Messwerten sind Labels zugeordnet, um gemessene Merkmale wie den Namen der Lagerhaltungseinheit (Stock-Keeping Unit, SKU), den Mandantentyp und den Bucket zu unterscheiden.
Je nach Ihrer Rolle haben Sie Zugriff auf die folgenden Messwerte im Grafana-Dashboard:
Grafana-Messwerte
Name
Beschreibung
Labels
Rollen
obj_tenant_used_capacity_bytes_count
Anzahl der im Objektspeicher verwendeten Byte.
Bucket
SKU-ID
SKU-Name
Mandantentyp
PA und AO
obj_tenant_objects_count
Anzahl der Objekte im Objektspeicher.
Bucket
SKU-ID
SKU-Name
Mandantentyp
PA und AO
obj_tenant_quota_bytes
Kontingent eines Mandanten im Objektspeicher.
SKU-ID
SKU-Name
Mandantentyp
PA
Die folgende Tabelle enthält einige Beispiele für die Verwendung der vorherigen Grafana-Messwerte:
Beispielabfragen
Abfrage
Beschreibung
Rollen
(sum by (tenant_type, sku_id) (obj_tenant_used_capacity_bytes_count) / sum by (tenant_type, sku_id) (obj_tenant_quota_bytes))
Prozentsatz der verwendeten Kapazität pro Mandant.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003ePlatform Administrators (PA) and Application Operators (AO) use Grafana to monitor system usage and capacity through metrics.\u003c/p\u003e\n"],["\u003cp\u003eGrafana metrics, such as \u003ccode\u003eobj_tenant_used_capacity_bytes_count\u003c/code\u003e, \u003ccode\u003eobj_tenant_objects_count\u003c/code\u003e, and \u003ccode\u003eobj_tenant_quota_bytes\u003c/code\u003e, track object storage usage, object count, and tenant quotas.\u003c/p\u003e\n"],["\u003cp\u003eMetrics include labels like Bucket, SKU ID, SKU name, and Tenant type to categorize the data.\u003c/p\u003e\n"],["\u003cp\u003eSpecific queries in Grafana can show the percentage of used capacity per tenant or bytes and objects used in each bucket, according to the role.\u003c/p\u003e\n"],["\u003cp\u003ePA and AO have different access to these metrics and queries, with only PAs able to query the percentage of used capacity per tenant.\u003c/p\u003e\n"]]],[],null,["# Usage and capacity monitoring\n\nPlatform Administrators (PA) and Application Operators (AO) access metrics in\nGrafana to monitor usage and capacity in the system. These metrics have\nassociated labels to differentiate measured characteristics, such as the\nstock-keeping unit (SKU) name, tenant type, and bucket.\n\nAccording to your role, you have access to the following metrics from the\nGrafana dashboard:\n\nThe following table contains some examples of how to use the previous Grafana\nmetrics:"]]