You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article explains how to setup Glowroot on Azure Cosmos DB Cassandra API. Glowroot is an APM tool that helps you get to monitor you application performance.
16
+
Glowroot is an application performance management tool used to optimize and monitor the performance of your applications. This article explains how you can now use Glowroot within Azure Cosmos DB Cassandra API to monitor your application's performance.
17
17
18
18
## Prerequisites and Setup
19
19
@@ -28,7 +28,7 @@ This article explains how to setup Glowroot on Azure Cosmos DB Cassandra API. Gl
28
28
## Run Glowroot central collector with Cosmos DB endpoint
29
29
Once the endpoint configuration has been completed.
30
30
1.[Download Glowroot central collector distribution](https://github.com/glowroot/glowroot/wiki/Central-Collector-Installation#central-collector-installation)
31
-
2. In the glowroot-central.properties file, populate the following properties from your Cosmos DB Cassandra endpoint
31
+
2. In the glowroot-central.properties file, populate the following properties from your Cosmos DB Cassandra API endpoint
32
32
* cassandra.contactPoints
33
33
* cassandra.username
34
34
* cassandra.password
@@ -40,4 +40,5 @@ Once the endpoint configuration has been completed.
40
40
Open a support ticket if you have issues running or testing Glowroot. Providing the subscription ID and account name where your Glowroot test will be running.
41
41
42
42
## Next steps
43
+
- Get started with [creating a Cassandra API account, database, and a table](create-account-java.md) by using a Java application.
43
44
- Learn about [supported features](cassandra-support.md) in the Azure Cosmos DB Cassandra API.
0 commit comments