We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60fe26b + 24a99e4 commit 9d01c30Copy full SHA for 9d01c30
src/logquery/labels.rs
@@ -77,7 +77,7 @@ fn series_cache_key() -> String {
77
}
78
79
fn series_cache_key_with_matches(matches: &str) -> String {
80
- format!("{}-{}", series_cache_key(), matches)
+ series_cache_key() + KEY_SPLITER + matches
81
82
83
pub async fn query_label_values(
0 commit comments