Skip to content

Commit

Permalink
Add micrometer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanSS committed Apr 19, 2023
1 parent 8b7be02 commit d0f4442
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cosmosdb/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,18 @@ version = "1.1.2"
groupId = "io.projectreactor.netty"
artifactId = "reactor-netty-http"
version = "1.1.2"

[[platform.java11.dependency]]
groupId = "io.micrometer"
artifactId = "micrometer-observation"
version = "1.10.3"

[[platform.java11.dependency]]
groupId = "io.micrometer"
artifactId = "micrometer-core"
version = "1.10.3"

[[platform.java11.dependency]]
groupId = "io.micrometer"
artifactId = "micrometer-commons"
version = "1.10.3"

0 comments on commit d0f4442

Please sign in to comment.