Skip to content

Commit 172313b

Browse files
implementing feedbacks
1 parent 81d4231 commit 172313b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/integrations/microsoft-azure/opentelemetry/sql-server-opentelemetry.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ This will generate a command you can execute on the machine that you need to mon
108108
2. **SQL Server Connection Configuration**: To collect metrics, you'll need to provide connection details:
109109
- **Server Address**: The hostname or IP address of your SQL Server instance (default: 0.0.0.0)
110110
- **Port**: The port number for SQL Server connection (default: 1433)
111-
- **Username**: SQL Server authentication username (required for Linux, optional for Windows if using Windows Authentication)
112-
- **Password**: SQL Server authentication password (required for Linux, optional for Windows if using Windows Authentication)
111+
- **Username**: SQL Server authentication username
112+
- **Password**: SQL Server authentication password
113113

114114
3. **Monitoring a Named SQL Server Instance (Windows Only)**
115115

@@ -120,10 +120,7 @@ This will generate a command you can execute on the machine that you need to mon
120120

121121
---
122122
:::note
123-
**For Linux Users**
124-
These settings are not used for SQL Server on Linux because its instance architecture is different.
125-
126-
On Linux, SQL Server does not use named instances in the same way Windows does. Instead, each SQL Server instance on a Linux host is configured to listen on a unique TCP port. To connect to a specific instance, you specify its port number directly in the connection string (e.g., `your_server_hostname,1401`), rather than resolving an instance name.
123+
Monitoring metrics for named instance is not supported in linux.
127124
:::
128125

129126
4. You can add any custom fields which you want to tag along with the data ingested in Sumo Logic.

0 commit comments

Comments
 (0)