diff --git a/public/app/features/annotations/api.ts b/public/app/features/annotations/api.ts index 4975f3e1d49..c4d5622ce55 100644 --- a/public/app/features/annotations/api.ts +++ b/public/app/features/annotations/api.ts @@ -39,7 +39,7 @@ class LegacyAnnotationServer implements AnnotationServer { } async tags() { - const response = await getBackendSrv().get('/api/annotations/tags'); + const response = await getBackendSrv().get('/api/annotations/tags?limit=1000'); return response.result.tags.map(({ tag, count }) => ({ term: tag, count,