holmesgpt 0.14.1__tar.gz → 0.14.2__tar.gz

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.

Files changed (243) hide show
  1. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/PKG-INFO +1 -1
  2. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/__init__.py +1 -1
  3. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/common/env_vars.py +2 -2
  4. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/toolset_grafana_tempo.py +3 -3
  5. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/prometheus/prometheus.py +1 -3
  6. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/prometheus/prometheus_instructions.jinja2 +14 -10
  7. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/pyproject.toml +1 -1
  8. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/LICENSE.txt +0 -0
  9. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/README.md +0 -0
  10. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/.git_archival.json +0 -0
  11. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/clients/robusta_client.py +0 -0
  12. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/common/openshift.py +0 -0
  13. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/config.py +0 -0
  14. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/__init__.py +0 -0
  15. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/config.py +0 -0
  16. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/conversations.py +0 -0
  17. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/investigation.py +0 -0
  18. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/investigation_structured_output.py +0 -0
  19. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/issue.py +0 -0
  20. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/llm.py +0 -0
  21. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/models.py +0 -0
  22. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/openai_formatting.py +0 -0
  23. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/performance_timing.py +0 -0
  24. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/prompt.py +0 -0
  25. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/resource_instruction.py +0 -0
  26. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/runbooks.py +0 -0
  27. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/safeguards.py +0 -0
  28. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/supabase_dal.py +0 -0
  29. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/todo_tasks_formatter.py +0 -0
  30. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/tool_calling_llm.py +0 -0
  31. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/tools.py +0 -0
  32. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/tools_utils/__init__.py +0 -0
  33. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/tools_utils/data_types.py +0 -0
  34. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/tools_utils/tool_context_window_limiter.py +0 -0
  35. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/tools_utils/tool_executor.py +0 -0
  36. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/tools_utils/toolset_utils.py +0 -0
  37. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/toolset_manager.py +0 -0
  38. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/tracing.py +0 -0
  39. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/transformers/__init__.py +0 -0
  40. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/transformers/base.py +0 -0
  41. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/transformers/llm_summarize.py +0 -0
  42. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/transformers/registry.py +0 -0
  43. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/core/transformers/transformer.py +0 -0
  44. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/interactive.py +0 -0
  45. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/main.py +0 -0
  46. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/__init__.py +0 -0
  47. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/destinations/__init__.py +0 -0
  48. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/destinations/slack/__init__.py +0 -0
  49. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/destinations/slack/plugin.py +0 -0
  50. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/interfaces.py +0 -0
  51. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/__init__.py +0 -0
  52. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/_ai_safety.jinja2 +0 -0
  53. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/_current_date_time.jinja2 +0 -0
  54. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/_default_log_prompt.jinja2 +0 -0
  55. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/_fetch_logs.jinja2 +0 -0
  56. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/_general_instructions.jinja2 +0 -0
  57. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/_global_instructions.jinja2 +0 -0
  58. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/_permission_errors.jinja2 +0 -0
  59. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/_runbook_instructions.jinja2 +0 -0
  60. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/_toolsets_instructions.jinja2 +0 -0
  61. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/generic_ask.jinja2 +0 -0
  62. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/generic_ask_conversation.jinja2 +0 -0
  63. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/generic_ask_for_issue_conversation.jinja2 +0 -0
  64. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/generic_investigation.jinja2 +0 -0
  65. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/generic_post_processing.jinja2 +0 -0
  66. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/generic_ticket.jinja2 +0 -0
  67. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/investigation_output_format.jinja2 +0 -0
  68. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/investigation_procedure.jinja2 +0 -0
  69. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/kubernetes_workload_ask.jinja2 +0 -0
  70. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/prompts/kubernetes_workload_chat.jinja2 +0 -0
  71. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/runbooks/CLAUDE.md +0 -0
  72. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/runbooks/README.md +0 -0
  73. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/runbooks/__init__.py +0 -0
  74. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/runbooks/catalog.json +0 -0
  75. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/runbooks/jira.yaml +0 -0
  76. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/runbooks/kube-prometheus-stack.yaml +0 -0
  77. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/runbooks/networking/dns_troubleshooting_instructions.md +0 -0
  78. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/runbooks/upgrade/upgrade_troubleshooting_instructions.md +0 -0
  79. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/sources/github/__init__.py +0 -0
  80. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/sources/jira/__init__.py +0 -0
  81. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/sources/opsgenie/__init__.py +0 -0
  82. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/sources/pagerduty/__init__.py +0 -0
  83. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/sources/prometheus/__init__.py +0 -0
  84. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/sources/prometheus/models.py +0 -0
  85. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/sources/prometheus/plugin.py +0 -0
  86. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/__init__.py +0 -0
  87. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/aks-node-health.yaml +0 -0
  88. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/aks.yaml +0 -0
  89. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/argocd.yaml +0 -0
  90. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/atlas_mongodb/instructions.jinja2 +0 -0
  91. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/atlas_mongodb/mongodb_atlas.py +0 -0
  92. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/aws.yaml +0 -0
  93. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/__init__.py +0 -0
  94. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/apis/alert_monitoring_api.py +0 -0
  95. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/apis/azure_sql_api.py +0 -0
  96. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/apis/connection_failure_api.py +0 -0
  97. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/apis/connection_monitoring_api.py +0 -0
  98. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/apis/storage_analysis_api.py +0 -0
  99. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/azure_base_toolset.py +0 -0
  100. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/azure_sql_instructions.jinja2 +0 -0
  101. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/azure_sql_toolset.py +0 -0
  102. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/install.md +0 -0
  103. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/__init__.py +0 -0
  104. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/analyze_connection_failures.py +0 -0
  105. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/analyze_database_connections.py +0 -0
  106. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/analyze_database_health_status.py +0 -0
  107. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/analyze_database_performance.py +0 -0
  108. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/analyze_database_storage.py +0 -0
  109. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/get_active_alerts.py +0 -0
  110. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/get_slow_queries.py +0 -0
  111. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/get_top_cpu_queries.py +0 -0
  112. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/get_top_data_io_queries.py +0 -0
  113. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/tools/get_top_log_io_queries.py +0 -0
  114. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/azure_sql/utils.py +0 -0
  115. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/__init__.py +0 -0
  116. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/argocd/__init__.py +0 -0
  117. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/argocd/constants.py +0 -0
  118. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/aws/__init__.py +0 -0
  119. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/aws/constants.py +0 -0
  120. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/azure/__init__.py +0 -0
  121. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/azure/constants.py +0 -0
  122. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/bash_instructions.jinja2 +0 -0
  123. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/bash_toolset.py +0 -0
  124. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/common/bash.py +0 -0
  125. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/common/bash_command.py +0 -0
  126. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/common/config.py +0 -0
  127. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/common/stringify.py +0 -0
  128. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/common/validators.py +0 -0
  129. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/docker/__init__.py +0 -0
  130. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/docker/constants.py +0 -0
  131. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/helm/__init__.py +0 -0
  132. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/helm/constants.py +0 -0
  133. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/kubectl/__init__.py +0 -0
  134. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/kubectl/constants.py +0 -0
  135. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/kubectl/kubectl_describe.py +0 -0
  136. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/kubectl/kubectl_events.py +0 -0
  137. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/kubectl/kubectl_get.py +0 -0
  138. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/kubectl/kubectl_logs.py +0 -0
  139. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/kubectl/kubectl_run.py +0 -0
  140. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/kubectl/kubectl_top.py +0 -0
  141. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/parse_command.py +0 -0
  142. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/__init__.py +0 -0
  143. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/base64_util.py +0 -0
  144. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/cut.py +0 -0
  145. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/grep/__init__.py +0 -0
  146. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/head.py +0 -0
  147. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/jq.py +0 -0
  148. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/sed.py +0 -0
  149. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/sort.py +0 -0
  150. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/tail.py +0 -0
  151. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/tr.py +0 -0
  152. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/uniq.py +0 -0
  153. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/bash/utilities/wc.py +0 -0
  154. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/confluence.yaml +0 -0
  155. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/consts.py +0 -0
  156. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/coralogix/api.py +0 -0
  157. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/coralogix/toolset_coralogix_logs.py +0 -0
  158. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/coralogix/utils.py +0 -0
  159. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/datadog_api.py +0 -0
  160. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/datadog_general_instructions.jinja2 +0 -0
  161. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/datadog_logs_instructions.jinja2 +0 -0
  162. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/datadog_metrics_instructions.jinja2 +0 -0
  163. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/datadog_rds_instructions.jinja2 +0 -0
  164. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/datadog_traces_formatter.py +0 -0
  165. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/instructions_datadog_traces.jinja2 +0 -0
  166. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/toolset_datadog_general.py +0 -0
  167. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/toolset_datadog_logs.py +0 -0
  168. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/toolset_datadog_metrics.py +0 -0
  169. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/toolset_datadog_rds.py +0 -0
  170. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/datadog/toolset_datadog_traces.py +0 -0
  171. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/docker.yaml +0 -0
  172. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/git.py +0 -0
  173. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/__init__.py +0 -0
  174. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/base_grafana_toolset.py +0 -0
  175. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/common.py +0 -0
  176. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/grafana_api.py +0 -0
  177. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/grafana_tempo_api.py +0 -0
  178. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/loki_api.py +0 -0
  179. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/toolset_grafana.py +0 -0
  180. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/toolset_grafana_loki.py +0 -0
  181. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/toolset_grafana_tempo.jinja2 +0 -0
  182. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/grafana/trace_parser.py +0 -0
  183. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/helm.yaml +0 -0
  184. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/internet/internet.py +0 -0
  185. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/internet/notion.py +0 -0
  186. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/investigator/__init__.py +0 -0
  187. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/investigator/core_investigation.py +0 -0
  188. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/investigator/investigator_instructions.jinja2 +0 -0
  189. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/investigator/model.py +0 -0
  190. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/kafka.py +0 -0
  191. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/kubernetes.yaml +0 -0
  192. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/kubernetes_logs.py +0 -0
  193. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/kubernetes_logs.yaml +0 -0
  194. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/logging_utils/__init__.py +0 -0
  195. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/logging_utils/logging_api.py +0 -0
  196. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/logging_utils/types.py +0 -0
  197. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/mcp/toolset_mcp.py +0 -0
  198. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/newrelic.py +0 -0
  199. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/opensearch/__init__.py +0 -0
  200. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/opensearch/opensearch.py +0 -0
  201. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/opensearch/opensearch_logs.py +0 -0
  202. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/opensearch/opensearch_traces.py +0 -0
  203. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/opensearch/opensearch_traces_instructions.jinja2 +0 -0
  204. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/opensearch/opensearch_utils.py +0 -0
  205. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/prometheus/utils.py +0 -0
  206. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/rabbitmq/api.py +0 -0
  207. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/rabbitmq/rabbitmq_instructions.jinja2 +0 -0
  208. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/rabbitmq/toolset_rabbitmq.py +0 -0
  209. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/robusta/__init__.py +0 -0
  210. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/robusta/robusta.py +0 -0
  211. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/robusta/robusta_instructions.jinja2 +0 -0
  212. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/runbook/__init__.py +0 -0
  213. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/runbook/runbook_fetcher.py +0 -0
  214. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/service_discovery.py +0 -0
  215. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/servicenow/install.md +0 -0
  216. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/servicenow/instructions.jinja2 +0 -0
  217. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/servicenow/servicenow.py +0 -0
  218. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/slab.yaml +0 -0
  219. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/toolsets/utils.py +0 -0
  220. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/plugins/utils.py +0 -0
  221. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/__init__.py +0 -0
  222. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/cache.py +0 -0
  223. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/cert_utils.py +0 -0
  224. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/colors.py +0 -0
  225. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/config_utils.py +0 -0
  226. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/console/consts.py +0 -0
  227. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/console/logging.py +0 -0
  228. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/console/result.py +0 -0
  229. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/default_toolset_installation_guide.jinja2 +0 -0
  230. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/definitions.py +0 -0
  231. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/env.py +0 -0
  232. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/file_utils.py +0 -0
  233. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/global_instructions.py +0 -0
  234. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/holmes_status.py +0 -0
  235. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/holmes_sync_toolsets.py +0 -0
  236. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/keygen_utils.py +0 -0
  237. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/llms.py +0 -0
  238. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/markdown_utils.py +0 -0
  239. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/pydantic_utils.py +0 -0
  240. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/sentry_helper.py +0 -0
  241. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/stream.py +0 -0
  242. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/utils/tags.py +0 -0
  243. {holmesgpt-0.14.1 → holmesgpt-0.14.2}/holmes/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: holmesgpt
3
- Version: 0.14.1
3
+ Version: 0.14.2
4
4
  Summary:
5
5
  Author: Natan Yellin
6
6
  Author-email: natan@robusta.dev
@@ -1,5 +1,5 @@
1
1
  # This is patched by github actions during release
2
- __version__ = "0.14.1"
2
+ __version__ = "0.14.2"
3
3
 
4
4
  # Re-export version functions from version module for backward compatibility
5
5
  from .version import (
@@ -73,11 +73,11 @@ LOG_LLM_USAGE_RESPONSE = load_bool("LOG_LLM_USAGE_RESPONSE", False)
73
73
  # For CLI only, enable user approval for potentially sensitive commands that would otherwise be rejected
74
74
  ENABLE_CLI_TOOL_APPROVAL = load_bool("ENABLE_CLI_TOOL_APPROVAL", True)
75
75
 
76
- MAX_GRAPH_POINTS = float(os.environ.get("MAX_GRAPH_POINTS", 200))
76
+ MAX_GRAPH_POINTS = float(os.environ.get("MAX_GRAPH_POINTS", 100))
77
77
 
78
78
  # Limit each tool response to N% of the total context window.
79
79
  # Number between 0 and 100
80
80
  # Setting to either 0 or any number above 100 disables the logic that limits tool response size
81
81
  TOOL_MAX_ALLOCATED_CONTEXT_WINDOW_PCT = float(
82
- os.environ.get("TOOL_MAX_ALLOCATED_CONTEXT_WINDOW_PCT", 10)
82
+ os.environ.get("TOOL_MAX_ALLOCATED_CONTEXT_WINDOW_PCT", 15)
83
83
  )
@@ -242,9 +242,9 @@ Examples:
242
242
  import logging
243
243
 
244
244
  logger = logging.getLogger(__name__)
245
- logger.info(f"Tempo query: {stats_query}")
245
+ logger.debug(f"Tempo query: {stats_query}")
246
246
 
247
- logger.info(f"start: {start}, end: {end}")
247
+ logger.debug(f"start: {start}, end: {end}")
248
248
 
249
249
  all_traces_response = api.search_traces_by_query(
250
250
  q=stats_query,
@@ -253,7 +253,7 @@ Examples:
253
253
  limit=1000,
254
254
  )
255
255
 
256
- logger.info(f"Response: {all_traces_response}")
256
+ logger.debug(f"Response: {all_traces_response}")
257
257
 
258
258
  traces = all_traces_response.get("traces", [])
259
259
  if not traces:
@@ -43,14 +43,12 @@ PROMETHEUS_METADATA_API_LIMIT = 100 # Default limit for Prometheus metadata API
43
43
  DEFAULT_QUERY_TIMEOUT_SECONDS = 20
44
44
  MAX_QUERY_TIMEOUT_SECONDS = 180
45
45
  # Default character limit for query responses to prevent token limit issues
46
- DEFAULT_QUERY_RESPONSE_SIZE_LIMIT = 20000
46
+ DEFAULT_QUERY_RESPONSE_SIZE_LIMIT = 30000
47
47
  # Default timeout for metadata API calls (discovery endpoints)
48
48
  DEFAULT_METADATA_TIMEOUT_SECONDS = 20
49
49
  MAX_METADATA_TIMEOUT_SECONDS = 60
50
50
  # Default time window for metadata APIs (in hours)
51
51
  DEFAULT_METADATA_TIME_WINDOW_HRS = 1
52
- # Sample size for data summaries when results are too large
53
- DATA_SUMMARY_SAMPLE_SIZE = 10
54
52
 
55
53
 
56
54
  class PrometheusConfig(BaseModel):
@@ -6,11 +6,20 @@
6
6
  * Combine multiple patterns with regex OR (|) to reduce API calls:
7
7
  - `{__name__=~"node_cpu.*|node_memory.*|node_disk.*"}` - get all node resource metrics in one call
8
8
  - `{__name__=~"container.*|pod.*|kube.*"}` - get all Kubernetes-related metrics
9
- - `{namespace=~"default|kube-system|monitoring"}` - metrics from multiple namespaces
9
+ - `{namespace=~"example1|example2|example3"}` - metrics from multiple namespaces
10
10
  * Use `get_metric_metadata` after discovering names to get types/descriptions if needed
11
11
  * Use `get_label_values` to discover pods, namespaces, jobs: e.g., get_label_values(label="pod")
12
12
  * Only use `get_series` when you need full label sets (slower than other methods)
13
13
 
14
+ ## Retrying queries that return too much data
15
+ * When a Prometheus query returns too much data (e.g., truncation error), you MUST retry with a more specific query or less data points or topk/bottomk
16
+ * NEVER EVER EVER answer a question based on Prometheus data that was truncated as you might be missing important information and give the totally wrong answer
17
+ * Prefer telling the user you can't answer the question because of too much data rather than answering based on incomplete data
18
+ * You are also able to show graphs to the user (using the promql embed functionality mentioned below) so you can show users graphs and THEY can interpret the data themselves, even if you can't answer.
19
+ * Do NOT hestitate to try alternative queries and try to reduce the amount of data returned until you get a successful query
20
+ * Be extremely, extremely cautious when answering based on get_label_values because the existence of a label value says NOTHING about the metric value itself (is it high, low, or perhaps the label exists in Prometheus but its an older series not present right now)
21
+ * DO NOT give answers about metrics based on what 'is typically the case' or 'common knowledge' - if you can't see the actual metric value, you MUST NEVER EVER answer about it - just tell the user your limitations due to the size of the data
22
+
14
23
  ## Alert Investigation & Query Execution
15
24
  * When investigating a Prometheus alert, ALWAYS call list_prometheus_rules to get the alert definition
16
25
  * Use Prometheus to query metrics from the alert promql
@@ -37,24 +46,19 @@
37
46
  * ALWAYS use `topk()` or `bottomk()` to limit the number of series returned
38
47
  * Standard pattern for high-cardinality queries:
39
48
  - Use `topk(5, <your_query>)` to get the top 5 series
40
- - Example: `topk(5, rate(container_cpu_usage_seconds_total{namespace="default"}[5m]))`
49
+ - Example: `topk(5, rate(container_cpu_usage_seconds_total{namespace="example"}[5m]))`
41
50
  - This prevents context overflow and focuses on the most relevant data
42
51
  * To also capture the aggregate of remaining series as "other":
43
52
  ```
44
- topk(5, rate(container_cpu_usage_seconds_total{namespace="default"}[5m]))
45
- or
46
- label_replace(
47
- (sum(rate(container_cpu_usage_seconds_total{namespace="default"}[5m])) - sum(topk(5, rate(container_cpu_usage_seconds_total{namespace="default"}[5m])))),
48
- "pod", "other", "", ""
49
- )
53
+ topk(5, rate(container_cpu_usage_seconds_total{namespace="example"}[5m])) or label_replace((sum(rate(container_cpu_usage_seconds_total{namespace="example"}[5m])) - sum(topk(5, rate(container_cpu_usage_seconds_total{namespace="example"}[5m])))), "pod", "other", "", "")
50
54
  ```
51
55
  * Common high-cardinality scenarios requiring topk():
52
56
  - Pod-level metrics in namespaces with many pods
53
57
  - Container-level CPU/memory metrics
54
58
  - HTTP metrics with many endpoints or status codes
55
59
  - Any query returning more than 10 time series
56
- * For initial exploration, use instant queries with `count()` to check cardinality:
57
- - Example: `count(count by (pod) (container_cpu_usage_seconds_total{namespace="default"}))`
60
+ * For initial exploration, you may use instant queries with `count()` to check cardinality:
61
+ - Example: `count(count by (pod) (container_cpu_usage_seconds_total{namespace="example"}))`
58
62
  - If count > 10, use topk() in your range query
59
63
  * When doing queries, always extend the time range, to 15 min before and after the alert start time
60
64
  * ALWAYS embed the execution results into your answer
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "holmesgpt"
3
- version = "0.14.1"
3
+ version = "0.14.2"
4
4
  description = ""
5
5
  authors = ["Natan Yellin <natan@robusta.dev>"]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes