forked from odigos-io/odigos
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge main #1
Merged
Merged
merge main #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - Add `odigos describe` command to describe the general status of odigos itself. Currently implemented Cluster Collector Information - Add conditions to collectors group status to record if the collectors deployment failed to succeed. For example - this can happen in the present of validation webhook that rejects the deployment if the image is not signed according to some requirements - move some code from `cli` to `k8sutils` to make it available for all modules in the code. - some cleanups on logging, so if the deployment fails to succeed, it is only printed once to autoscaler logs
Updates for the qryn opensource and qryn/gigapipe integrations --------- Co-authored-by: akvlad <akvlad90@gmail.com> Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
This PR: - record the status of autoscaler node collector info into the collector group condition to make it available for display. - enhance the `odigos describe` command to include info about the node collector deployment: ![image](https://github.com/user-attachments/assets/9d45ebb0-8a3d-44c7-a3da-de3daaacb167)
- docs - add `gigapipe` destination to `mint.json` for it to show up in docs. - ui - fix the destination category so it shows up in the UI with the other destinations as self hosted. - ui - make the required qryn URL field first in the list, so it shows up first in ui
…1593) Co-authored-by: Tamir David <tamirdavid@Tamirs-MacBook-Pro.local> Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
…1602) This PR moves the scheduler component to use `instrumentationconfigs` instead of `instrumentedapplications`. There is an effort to merge them any only use one CRD - the `instrumentationconfigs`. The content of the object is not examined, it only checks if we have any `instrumentationconfigs` or not. Thus it should be safe.
Update the architecture section in odigos docs: - Document each odigos component - Move the page to be under "Architecture" section instead of "Concepts" - Make sure the text is up to date and reflects the current status of odigos --------- Co-authored-by: Daria Dovzhikova <dovzhikova@gmail.com> Co-authored-by: Arirec <125489097+Arirec@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.