qontract-reconcile 0.10.1rc952__py3-none-any.whl → 0.10.1rc953__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {qontract_reconcile-0.10.1rc952.dist-info → qontract_reconcile-0.10.1rc953.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.1rc952.dist-info → qontract_reconcile-0.10.1rc953.dist-info}/RECORD +6 -6
- reconcile/dynatrace_token_provider/integration.py +9 -5
- {qontract_reconcile-0.10.1rc952.dist-info → qontract_reconcile-0.10.1rc953.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.1rc952.dist-info → qontract_reconcile-0.10.1rc953.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.10.1rc952.dist-info → qontract_reconcile-0.10.1rc953.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.10.1rc952.dist-info → qontract_reconcile-0.10.1rc953.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.1rc953
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Home-page: https://github.com/app-sre/qontract-reconcile
|
6
6
|
Author: Red Hat App-SRE Team
|
{qontract_reconcile-0.10.1rc952.dist-info → qontract_reconcile-0.10.1rc953.dist-info}/RECORD
RENAMED
@@ -180,7 +180,7 @@ reconcile/cna/assets/asset_factory.py,sha256=7T7X_J6xIsoGETqBRI45_EyIKEdQcnRPt_G
|
|
180
180
|
reconcile/cna/assets/null.py,sha256=85mVh97atCoC0aLuX47poTZiyOthmziJeBsUw0c924w,1658
|
181
181
|
reconcile/dynatrace_token_provider/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
182
182
|
reconcile/dynatrace_token_provider/dependencies.py,sha256=uJLvR48kxfqjnBuP60XQx5RbkWPL3__FCgWjqwhKEjo,2160
|
183
|
-
reconcile/dynatrace_token_provider/integration.py,sha256=
|
183
|
+
reconcile/dynatrace_token_provider/integration.py,sha256=n_t_x-9USDtkT_8koOn7SxxXXxc3lAYbkZENlVm6t5c,14909
|
184
184
|
reconcile/dynatrace_token_provider/metrics.py,sha256=xiKkl8fTEBQaXJelGCPNTZhHAWdO1M3pCXNr_Tei63c,1285
|
185
185
|
reconcile/dynatrace_token_provider/ocm.py,sha256=IwksRMyGcJnamV88ORlBoyOr7uRENhMaHBoSXaGfwDY,2784
|
186
186
|
reconcile/external_resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -846,8 +846,8 @@ tools/test/test_qontract_cli.py,sha256=_D61RFGAN5x44CY1tYbouhlGXXABwYfxKSWSQx3Jr
|
|
846
846
|
tools/test/test_saas_promotion_state.py,sha256=dy4kkSSAQ7bC0Xp2CociETGN-2aABEfL6FU5D9Jl00Y,6056
|
847
847
|
tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
|
848
848
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
849
|
-
qontract_reconcile-0.10.
|
850
|
-
qontract_reconcile-0.10.
|
851
|
-
qontract_reconcile-0.10.
|
852
|
-
qontract_reconcile-0.10.
|
853
|
-
qontract_reconcile-0.10.
|
849
|
+
qontract_reconcile-0.10.1rc953.dist-info/METADATA,sha256=qfEkhRRwd-4gS2e4uBl6C2sJhJkvkdCLcVt1NL_4ZBE,2262
|
850
|
+
qontract_reconcile-0.10.1rc953.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
851
|
+
qontract_reconcile-0.10.1rc953.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
|
852
|
+
qontract_reconcile-0.10.1rc953.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
|
853
|
+
qontract_reconcile-0.10.1rc953.dist-info/RECORD,,
|
@@ -66,11 +66,15 @@ class DynatraceTokenProviderIntegration(
|
|
66
66
|
with metrics.transactional_metrics(self.name):
|
67
67
|
unhandled_exceptions = []
|
68
68
|
for ocm_env_name, ocm_client in dependencies.ocm_client_by_env_name.items():
|
69
|
-
clusters =
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
69
|
+
clusters: list[Cluster] = []
|
70
|
+
try:
|
71
|
+
clusters = ocm_client.discover_clusters_by_labels(
|
72
|
+
label_filter=subscription_label_filter().like(
|
73
|
+
"key", dtp_label_key("%")
|
74
|
+
),
|
75
|
+
)
|
76
|
+
except Exception as e:
|
77
|
+
unhandled_exceptions.append(f"{ocm_env_name}: {e}")
|
74
78
|
metrics.set_gauge(
|
75
79
|
DTPClustersManagedGauge(
|
76
80
|
integration=self.name,
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.1rc952.dist-info → qontract_reconcile-0.10.1rc953.dist-info}/top_level.txt
RENAMED
File without changes
|