Skip to content

Clearing behavior and deduplicate needed for aggregating datasource..? #67

@dougsyer

Description

@dougsyer

looks to me like there is no clearing event for when an aggregating datasource is fixed. also, i think the dedup id will only show one error per datasource and if there was a clear, the event key would clear all errors potentially if one succeeeds:

if not targetValues:
if datasource.params['targets']:
msg = "No target values collected for datasource %s" % dsKey(datasource)
collectedEvents.append({
'summary': msg,
'eventKey': 'aggregatingDataSourcePlugin_novalues',
'severity': ZenEventClasses.Info if debug else ZenEventClasses.Debug,
})
logMethod = log.info if debug else log.debug
logMethod(msg)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions