Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit c8255a3

Browse files
authored
Update CosmosClientMetricsQuickStartAsync.java
1 parent 4891603 commit c8255a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/azure/cosmos/examples/prometheus/async/CosmosClientMetricsQuickStartAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private void clientMetricsPrometheusDemo() {
118118
// </PrometheusTargetServer>
119119

120120
// <CosmosClient>
121-
// Create sync client
121+
// Create async client
122122
client = new CosmosClientBuilder()
123123
.endpoint(AccountSettings.HOST)
124124
.key(AccountSettings.MASTER_KEY)

0 commit comments

Comments
 (0)