You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error has occurred while serving metrics:
collected metric "count_docs_by_type_and_region_last_hour_global" { label:<name:"_idForm" value:"107-1/\321\203" > label:<name:"_idRegion" value:"10" > label:<name:"server" value:"main" > gauge:<value:212 > } was collected before with the same name and label values
But when using the same query for all documents for all time, we get an error:
An error has occurred while serving metrics:
collected metric "count_docs_by_type_and_region_last_hour_global" { label:<name:"_idForm" value:"107-1/\321\203" > label:<name:"_idRegion" value:"10" > label:<name:"server" value:"main" > gauge:<value:212 > } was collected before with the same name and label values
looking at the service-monitor, the interval is set to 60s and with a scrapeTimeout of 10s if that matters
for other metrics which have a cache like 1h this does not happen
Describe the bug
An error has occurred while serving metrics:
collected metric "count_docs_by_type_and_region_last_hour_global" { label:<name:"_idForm" value:"107-1/\321\203" > label:<name:"_idRegion" value:"10" > label:<name:"server" value:"main" > gauge:<value:212 > } was collected before with the same name and label values
To Reproduce
configuration
Environment
Additional context
We use this pipeline to find documents that were created an hour ago by adding the following code:
But when using the same query for all documents for all time, we get an error:
An error has occurred while serving metrics:
collected metric "count_docs_by_type_and_region_last_hour_global" { label:<name:"_idForm" value:"107-1/\321\203" > label:<name:"_idRegion" value:"10" > label:<name:"server" value:"main" > gauge:<value:212 > } was collected before with the same name and label values
Logs
The text was updated successfully, but these errors were encountered: