Open ridwanmsharif opened 1 day ago
This change removes as assumption that all metrics in a single scrape come from the same resource. This is indeed not true when honor_labels is set to true AND when the scraped metrics contain a job or instance label.
honor_labels
true
job
instance
Fixes #36477
Added unit tests
N/A
Description
This change removes as assumption that all metrics in a single scrape come from the same resource. This is indeed not true when
honor_labels
is set totrue
AND when the scraped metrics contain ajob
orinstance
label.Link to tracking issue
Fixes #36477
Testing
Added unit tests
Documentation
N/A