cloud-gov / cg-atlas

Repository hosting issues and artifacts related to operations of the cloud.gov platform
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

Handle false positive pages about expiration of sporadic logs #184

Closed jmcarp closed 7 years ago

jmcarp commented 7 years ago

Some log groups fed by awslogs only log sporadically--some groups, like kubernetes-minion, only contain streams for pre-start and post-start logs. At the moment, these log groups will trigger pages after they expire and won't resolve until the deployment they're on restarts. We might be able to fix this by grouping logs differently, or by whitelisting offending log groups, etc.

jmcarp commented 7 years ago

@sharms and I put together a quick implementation in https://github.com/18F/cg-riemann-boshrelease/pull/46.