Fixed
Details
Assignee
AlbertoAlbertoReporter
AlbertoAlbertoHB Grooming Date
Nov 08, 2022HB Backlog Status
Refined BacklogDocs Needed
YesSprint
NoneFix versions
Priority
Minor
Details
Details
Assignee
Alberto
AlbertoReporter
Alberto
AlbertoHB Grooming Date
Nov 08, 2022
HB Backlog Status
Refined Backlog
Docs Needed
Yes
Sprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created November 4, 2022 at 3:41 PM
Updated July 17, 2024 at 9:51 AM
Resolved May 18, 2023 at 1:46 PM
After investigating some cuestions from a client we noticed that there is a configuration for the Cortex TSS Plugin that is not supported.
https://docs.opennms.com/horizon/30/deployment/time-series-storage/timeseries/cortex.html#deployment
Basically the line
org.opennms.timeseries.tin.metatags.tag.label=${resource:label}
is not currently supported since the plugin only tracks in Cortex the tags defined here
https://github.com/OpenNMS/opennms/blob/develop/core/mate/model/src/main/java/org/opennms/core/mate/model/EntityScopeProviderImpl.java#L109
end here
https://github.com/OpenNMS/opennms/blob/develop/core/mate/model/src/main/java/org/opennms/core/mate/model/EntityScopeProviderImpl.java#L127