-
Notifications
You must be signed in to change notification settings - Fork 801
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 option to publish only healthreports reporing a failure #138
Comments
You can filter on Application Insights using the status property if you are interested only on failures. |
I understand, but I do pay for that ingested data. So I would prefer to prevent it from entering Application Insights at all (we do have a large application generating high volumes of telemetry). |
You can reduce the amount of data on AI using sampling! |
Also correct, but that might sample out unhealthy reports as well. |
So summarized, this are the current options:
So I still see added value for being able to create a flag indicating only reports indicating a failure are send to Application Insights. |
I'm not sure, let me check this with more people on the project and I try to respond you ASAP! |
After talking with @unaizorrilla we think what you propose, @Expecho, makes sense. Let me a couple of days to work in it. |
or @Expecho you can contribute this? |
@lfraile @unaizorrilla Sure, no problem. I will give it a go later this week! |
@lfraile @unaizorrilla I think we need to discuss the testing part of this proposed change. See the PR for details. I have an idea in my mind but it involves adding an extra dependency. |
Will take a look tomorrow
…________________________________
De: Peter Bons <notifications@github.com>
Enviado: Thursday, April 4, 2019 9:13:13 PM
Para: Xabaril/AspNetCore.Diagnostics.HealthChecks
Cc: Luis Fraile Hernandez; Mention
Asunto: Re: [Xabaril/AspNetCore.Diagnostics.HealthChecks] Create option to publish only healthreports reporing a failure (#138)
@lfraile<https://github.com/lfraile> @unaizorrilla<https://github.com/unaizorrilla> I think we need to discuss the testing part of this proposed change. See the PR for details.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#138 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AA_5_tiC58YalxRfBBe2OVgSEJAjFmWLks5vdk7IgaJpZM4cU851>.
|
Closed by #143 |
Given the
AddApplicationInsightsPublisher()
method, I would love to have it support a flag indicating only reports indicating a failure are send to Application Insights. I am only interested in the amount of failures over time and since I am paying for the amount of data ingested I would like to filter out the normal state.Other option would be to create an
ITelemetryProcessor
to filter out the items but I'd rather have built-in support.I am more than willing to create a PR so we can take a closer look at how an implementation might look like.
The text was updated successfully, but these errors were encountered: