Skip to content
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

Create a publisher for seq #24

Merged
merged 8 commits into from
Dec 20, 2018
Merged

Conversation

Franklin89
Copy link
Contributor

@Franklin89 Franklin89 commented Dec 12, 2018

Looking for suggestions and feedback on this. Also for the message template, I am unsure about a good message that could be displayed.

Usage:

services.AddHealthChecks()
    .AddSqlServer(configuration.GetConnectionString("DefaultConnection"))
    .AddSeqPublisher(options => 
    {
       options.Endpoint = configuration["Seq:Endpoint"];
       options.ApiKey = configuration["Seq:Apikey"];
     });

Dashboards similar to the ones described for App Insights can be created:
image

@unaizorrilla
Copy link
Collaborator

Hi @Franklin89

Let me this week to check this PR, thanks!

@CarlosLanderas
Copy link
Contributor

@Franklin89 could you address the merge problem in this PR? Thanks

@Franklin89
Copy link
Contributor Author

@CarlosLanderas of course, do you have an idea for the message that should be sent to SEQ?

Currently it just shows this, but I have no Idea at the moment what the best message is for a User:
image

@unaizorrilla
Copy link
Collaborator

Hi @Franklin89

can you fix this minor issues?

@Franklin89
Copy link
Contributor Author

@unaizorrilla I made the requested changes. Let me know if there is anything else that should be done.

@Franklin89 Franklin89 changed the title [WIP] Create a publisher for seq Create a publisher for seq Dec 20, 2018
@unaizorrilla unaizorrilla merged commit 44662f6 into Xabaril:master Dec 20, 2018
@unaizorrilla
Copy link
Collaborator

Merged with some minor changes! Matteo, can you try to add a Seq docker image in the docker-compose in order to test this publisher?

@sungam3r sungam3r mentioned this pull request Jul 30, 2023
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.

3 participants