Skip to content

Tags: robusta-dev/holmesgpt

Tags

0.6.1

Toggle 0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use internet tool by default on the chart (#194)

increase default memory allocation to support browsing

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add resources requests & limit to charts (#184)

0.5.2

Toggle 0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added fallback for token count (#156)

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfix - backwards compatibility with model names for openai (#153)

--model="openai/gpt-4o" would throw an exception due to no longer
including the prefix openai in the model_cost table

https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json

<img width="1263" alt="Screen Shot 2024-10-08 at 19 20 18"
src="https://github.com/user-attachments/assets/849978e2-3184-4ae7-b1db-381ff986c117">

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change `robusta-ai` auth to be based on ui token (#149)

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
MAIN-2220 remove old unnecessary code (#146)

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
extended sent instructions and do not override them (#126)

0.2.6

Toggle 0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update the helm chart to suppot working with litellm env vars (#92)

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update holmes chart (#66)

fix slack upload - change to new api

0.2.4

Toggle 0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added filter on alert by label (#45)

Example run
```
kubectl apply -f https://raw.githubusercontent.com/robusta-dev/kubernetes-demos/main/pending_pods/pending_pod_node_selector.yaml

# wait till alert fires...

poetry run python3 /Users/avirobusta/git/holmesgpt/holmes.py investigate alertmanager --alertmanager-url=http://localhost:9093/ --alert-label-key=pod --alert-label-value=user-profile-import

Configuration file exists at /Users/avirobusta/Library/Preferences/pypoetry, reusing this directory.

Consider moving TOML configuration files to /Users/avirobusta/Library/Application Support/pypoetry, as support for the legacy directory will be removed in an upcoming release.
Analyzing all 1 issues. (Use --alertmanager-alertname to filter.) Press Ctrl+C to stop.
Analyzing issue 1/1: KubePodNotReady...
No runbooks found for this issue. Using default behaviour. (Add runbooks to guide the investigation.)
Running `kubectl describe Pod user-profile-import -n default`                                                                                                                                                                           tools.py:89
────────────────────────────────────────────────────────
AI: Node Affinity Mismatch                                                                                                                                                                                                                             

Resource: Pod user-profile-import                                                                                                                                                                                                                  

Details: Pod user-profile-import is pending because 0/3 nodes match its node affinity/selector criteria.                                                                                                                                           
────────────────────────────────────────────────────────

```