Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
feat: add autoscaler ability to observ latencysampler actions + error…
Browse files Browse the repository at this point in the history
…sampler

Co-authored-by: Tamir David <[email protected]>
  • Loading branch information
tamirdavid1 and Tamir David authored Jul 4, 2024
1 parent 7649713 commit 19f5f88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/odigos/templates/autoscaler/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ rules:
- deleteattributes
- renameattributes
- probabilisticsamplers
- latencysamplers
- errorsamplers
verbs:
- watch
- get
Expand All @@ -73,6 +75,8 @@ rules:
- deleteattributes/status
- renameattributes/status
- probabilisticsamplers/status
- latencysamplers/status
- errorsamplers/status
verbs:
- get
- patch
Expand Down
1 change: 1 addition & 0 deletions charts/odigos/templates/datacollection/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rules:
- ""
resources:
- pods
- endpoints
- nodes/stats
- nodes/proxy
verbs:
Expand Down

0 comments on commit 19f5f88

Please sign in to comment.