holmesgpt 0.14.3a0__py3-none-any.whl → 0.14.4a0__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.

Potentially problematic release.


This version of holmesgpt might be problematic. Click here for more details.

holmes/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # This is patched by github actions during release
2
- __version__ = "0.14.3-alpha"
2
+ __version__ = "0.14.4-alpha"
3
3
 
4
4
  # Re-export version functions from version module for backward compatibility
5
5
  from .version import (
@@ -92,9 +92,12 @@ class PrometheusConfig(BaseModel):
92
92
  rules_cache_duration_seconds: Optional[int] = 1800 # 30 minutes
93
93
  additional_labels: Optional[Dict[str, str]] = None
94
94
  prometheus_ssl_enabled: bool = True
95
- query_response_size_limit_pct: Optional[int] = (
96
- 2 # Limit the max number of tokens that a query result can take to proactively prevent token limit issues. Expressed in % of the model's context window
97
- )
95
+
96
+ # Custom limit to the max number of tokens that a query result can take to proactively
97
+ # prevent token limit issues. Expressed in % of the model's context window.
98
+ # This limit only overrides the global limit for all tools (TOOL_MAX_ALLOCATED_CONTEXT_WINDOW_PCT)
99
+ # if it is lower.
100
+ query_response_size_limit_pct: Optional[int] = None
98
101
 
99
102
  @field_validator("prometheus_url")
100
103
  def ensure_trailing_slash(cls, v: Optional[str]) -> Optional[str]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: holmesgpt
3
- Version: 0.14.3a0
3
+ Version: 0.14.4a0
4
4
  Summary:
5
5
  Author: Natan Yellin
6
6
  Author-email: natan@robusta.dev
@@ -1,5 +1,5 @@
1
1
  holmes/.git_archival.json,sha256=PbwdO7rNhEJ4ALiO12DPPb81xNAIsVxCA0m8OrVoqsk,182
2
- holmes/__init__.py,sha256=Xkcdfkht6ggBl_hP1QR015rQn_M9AemtEWj2KaFd9X4,263
2
+ holmes/__init__.py,sha256=9FiOTz-KGiO83Ov6cuM3i36OTKuSEoscoIUzJoGYFlI,263
3
3
  holmes/clients/robusta_client.py,sha256=rWst1PANJaIsprp3jZ7RV5UpttM_YLBGQ8B5noZqvgg,1532
4
4
  holmes/common/env_vars.py,sha256=p9xO7bDjyPNJr7S4OO-GkMR1RYaj4aWxTtcy5JTzJKU,3521
5
5
  holmes/common/openshift.py,sha256=akbQ0GpnmuzXOqTcotpTDQSDKIROypS9mgPOprUgkCw,407
@@ -202,7 +202,7 @@ holmes/plugins/toolsets/opensearch/opensearch_logs.py,sha256=_j-JAhLWtxhBPafCvey
202
202
  holmes/plugins/toolsets/opensearch/opensearch_traces.py,sha256=Xd_toAzZikdUrInZG8_oBQ0gI-QCvYrf0w2ZciFC1kU,8869
203
203
  holmes/plugins/toolsets/opensearch/opensearch_traces_instructions.jinja2,sha256=Xn8AW4XCMYV1VkBbF8nNB9fUpKQ1Vbm88iFczj-LQXo,1035
204
204
  holmes/plugins/toolsets/opensearch/opensearch_utils.py,sha256=mh9Wp22tOdJYmA9IaFS7tD3aEENljyeuPOsF-lEe5C0,5097
205
- holmes/plugins/toolsets/prometheus/prometheus.py,sha256=As2WYpJNtFSxshv5OhLTsaoprJI_PBaUYfigPkrYlps,67609
205
+ holmes/plugins/toolsets/prometheus/prometheus.py,sha256=veoBZRy0ftfNeXUUNfZi8v1B_JsNNXMFucXd-01vQVs,67747
206
206
  holmes/plugins/toolsets/prometheus/prometheus_instructions.jinja2,sha256=taf5C-N9rdp1A7S__hETefcm2OaYHJLjs1ZbuqIsGtE,6383
207
207
  holmes/plugins/toolsets/prometheus/utils.py,sha256=ZenD354dP0sRmm0R-QBuAq1jyn40GjYf4wx15bXIYRc,775
208
208
  holmes/plugins/toolsets/rabbitmq/api.py,sha256=-BtqF7hQWtl_OamnQ521vYHhR8E2n2wcPNYxfI9r4kQ,14307
@@ -243,8 +243,8 @@ holmes/utils/sentry_helper.py,sha256=BPkyMs7Yo_0b7QLMmAQ3mKZyXTmxkgVRjr3kikr5ZX8
243
243
  holmes/utils/stream.py,sha256=B0PigMm2_KBwFKeVu0IxxR07gR65Eq3mJ5FntdVTNTo,3894
244
244
  holmes/utils/tags.py,sha256=SU4EZMBtLlIb7OlHsSpguFaypczRzOcuHYxDSanV3sQ,3364
245
245
  holmes/version.py,sha256=5-3__IY_2hcIC4WQyTqcdyX1QF-e2VfkYKrI4BIrq0Q,5992
246
- holmesgpt-0.14.3a0.dist-info/LICENSE.txt,sha256=RdZMj8VXRQdVslr6PMYMbAEu5pOjOdjDqt3yAmWb9Ds,1072
247
- holmesgpt-0.14.3a0.dist-info/METADATA,sha256=-Rtt-ctWPC6O2Iv-ijv_zTkobo4dZj_Iu-Giktm5D8o,16078
248
- holmesgpt-0.14.3a0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
249
- holmesgpt-0.14.3a0.dist-info/entry_points.txt,sha256=JdzEyZhpaYr7Boo4uy4UZgzY1VsAEbzMgGmHZtx9KFY,42
250
- holmesgpt-0.14.3a0.dist-info/RECORD,,
246
+ holmesgpt-0.14.4a0.dist-info/LICENSE.txt,sha256=RdZMj8VXRQdVslr6PMYMbAEu5pOjOdjDqt3yAmWb9Ds,1072
247
+ holmesgpt-0.14.4a0.dist-info/METADATA,sha256=sTDKlYJOK5I5hnc2sTIzsNDsKw_usivdEzdoupLYMH8,16078
248
+ holmesgpt-0.14.4a0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
249
+ holmesgpt-0.14.4a0.dist-info/entry_points.txt,sha256=JdzEyZhpaYr7Boo4uy4UZgzY1VsAEbzMgGmHZtx9KFY,42
250
+ holmesgpt-0.14.4a0.dist-info/RECORD,,