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
Copy file name to clipboardExpand all lines: README.md
+17-20
Original file line number
Diff line number
Diff line change
@@ -4,40 +4,37 @@ languages:
4
4
- java
5
5
products:
6
6
- azure
7
-
description: "Getting Started with Sql - Getting Sql Server Metrics - in Java"
7
+
description: "Azure SQL sample for getting SQL Server and Databases metrics."
8
8
urlFragment: sql-database-java-get-sql-metrics
9
9
---
10
10
11
-
# Getting Started with Sql - Getting Sql Server Metrics - in Java #
11
+
# Getting SQL Server Metrics (Java)
12
12
13
+
Azure SQL sample for getting SQL Server and Databases metrics.
13
14
14
-
Azure SQL sample for getting SQL Server and Databases metrics
15
-
- Create a primary SQL Server with a sample database.
16
-
- Run some queries on the sample database.
17
-
- Create a new table and insert some values into the database.
18
-
- List the SQL subscription usage metrics, the database usage metrics and the other database metrics
19
-
- Use the Monitor Service Fluent APIs to list the SQL Server metrics and the SQL Database metrics
20
-
- Delete Sql Server
21
-
15
+
- Create a primary SQL Server with a sample database.
16
+
- Run some queries on the sample database.
17
+
- Create a new table and insert some values into the database.
18
+
- List the SQL subscription usage metrics, the database usage metrics and the other database metrics
19
+
- Use the Monitor Service Fluent APIs to list the SQL Server metrics and the SQL Database metrics
20
+
- Delete SQL Server
22
21
23
-
## Running this Sample ##
22
+
## Running this sample
24
23
25
24
To run this sample:
26
25
27
26
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
40
-
41
-
---
38
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
42
39
43
40
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
0 commit comments