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 17, 2024
1 parent 631d097 commit 498b7c4
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 498b7c4

Please sign in to comment.