Skip to content

Conversation

@ruinan-liu
Copy link
Contributor

@ruinan-liu ruinan-liu commented Nov 7, 2025

Added below fields to EnoEvents table

synthName, synthUrl, synthCreationTimestamp

@jveski
Copy link
Collaborator

jveski commented Nov 10, 2025

There's already similar functionality in this controller: https://github.com/Azure/eno/blob/main/internal/controllers/composition/statuslogger.go

Personally I'd recommend avoiding the abstraction and just writing a dedicated controller for logging each type, since the total number of logging controllers will never be > 3. But feel free to continue with this approach - it will work either way.

EDIT: sent too soon 🤣

If you continue in the direction of a generic logging controller just make sure to replace the existing statuslogger so things are consistent across CR types.

Copy link
Contributor Author

@ruinan-liu ruinan-liu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replied to comments

@ruinan-liu ruinan-liu merged commit 2db8ede into main Nov 12, 2025
61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants