Skip to content

Commit

Permalink
Fix PrometheusMetricsTest.testEscapeLabelValue
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh-ctds committed Apr 16, 2024
1 parent 4cb6ec9 commit 1badd33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ public void testEscapeLabelValue() throws Exception {
assertEquals(subCountLines.size(), 1);
assertEquals(subCountLines.get(0),
"pulsar_subscription_msg_drop_rate{cluster=\"test\",namespace=\"prop/ns-abc1\","
+ "topic=\"persistent://prop/ns-abc1/\\\"mytopic\",subscription=\"s\\\"ub\\\\\"} 0.0");
+ "topic=\"persistent://prop/ns-abc1/\\\"mytopic\",subscription=\"s\\\"ub\\\"} 0.0");
}

}

0 comments on commit 1badd33

Please sign in to comment.