Merge pull request #1764 from dhoppe/patch-1

Use description instead of message as field for annotations
This commit is contained in:
Ben Kochie 2021-01-24 14:56:03 +01:00 committed by GitHub
commit eefb18db02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@
}, },
annotations: { annotations: {
summary: 'Clock skew detected.', summary: 'Clock skew detected.',
message: 'Clock on {{ $labels.instance }} is out of sync by more than 300s. Ensure NTP is configured correctly on this host.', description: 'Clock on {{ $labels.instance }} is out of sync by more than 300s. Ensure NTP is configured correctly on this host.',
}, },
}, },
{ {
@ -247,7 +247,7 @@
}, },
annotations: { annotations: {
summary: 'Clock not synchronising.', summary: 'Clock not synchronising.',
message: 'Clock on {{ $labels.instance }} is not synchronising. Ensure NTP is configured on this host.', description: 'Clock on {{ $labels.instance }} is not synchronising. Ensure NTP is configured on this host.',
}, },
}, },
{ {