-
Notifications
You must be signed in to change notification settings - Fork 543
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
Add tests for Seq #6032
base: main
Are you sure you want to change the base?
Add tests for Seq #6032
Conversation
@Alirexaa did you figure this out? if not @sebastienros can likely help. |
I don't think this is a @sebastienros question, more a @nblumhardt one 😄 |
@nblumhardt, @liammclennan would you be willing to take over the seq packages for aspire? |
Hi @Alirexaa! Aside from pointing a logging library or OpenTelemetry SDK at it, you can add events to Seq by {"@t":"2025-02-03T12:34:56.789Z","@m":"Hello!"} The complete field reference is here. Hope this helps! |
@davidfowl Is there a change in direction around where the Aspire component library is being developed? (I haven't been keeping up to date 😅). We'd need to get an idea of what it entails, but in principle, happy to help if we can 👍 |
We've been working with various vendors to move integrations (where it makes sense).
|
@danmoseley, PR is ready for review. |
@davidfowl thanks for your reply; I think it might be the easiest way to keep the package up-to-date and moving forward 👍 There's one other open PR to the Seq component, #6878, which it'd be great to get some guidance on. Perhaps once that's merged or bounced, we open a ticket and figure out the best way to coordinate a transition? |
Description
Add tests for Seq resource.
I need to figure out how to send events to seq to add functional tests. (Seq.Api package doesn't support sending raw events)
Related #4741
Checklist
<remarks />
and<code />
elements on your triple slash comments?Microsoft Reviewers: Open in CodeFlow