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

Sometimes monitoring-integration is not creating alerting dashboard #381

Closed
GowthamShanmugam opened this issue Mar 20, 2018 · 1 comment
Closed

Comments

@GowthamShanmugam
Copy link
Collaborator

Before creating alert dashboard monitoring-integration checks the dashbaord for the same resource is already exists or not, the problem in this logic is even resource substring match with some other resource dashboard then it is considered as duplicate and dashboard is not created for the new resource.

for example: if dashbaord exists with name v11 then if it try to create new dashbaord for v1 then substring match with v11 so dashboard for v1 is not created

GowthamShanmugam added a commit to GowthamShanmugam/monitoring-integration that referenced this issue Mar 20, 2018
tendrl-bug-id: Tendrl#381

Signed-off-by: GowthamShanmugam <gshanmug@redhat.com>
GowthamShanmugam added a commit to GowthamShanmugam/monitoring-integration that referenced this issue Mar 20, 2018
tendrl-bug-id: Tendrl#381

Signed-off-by: GowthamShanmugam <gshanmug@redhat.com>
@GowthamShanmugam
Copy link
Collaborator Author

This issue is fixed

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

No branches or pull requests

1 participant