Skip to content

Commit b0b4e1b

Browse files
committed
Added infmration about postgres for SC
1 parent 5bcd16b commit b0b4e1b

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

servicecontrol/monitoring-instances/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ If running multiple setups of the Platform Tools (i.e. multiple versions of Serv
201201

202202
If using [MSMQ transport](/transports/msmq) and the monitoring instance is installed on a different machine to the ServiceControl error instance, then only the monitoring instance setting needs to be modified to include the machine name of the error instance in the queue address.
203203

204+
If using [PostgreSQL transport](/transports//postgresql/) then the schema name needs to be included in the `Monitoring/ServiceControlThroughputDataQueue` setting
205+
204206
| Context | Name |
205207
| --- | --- |
206208
| **Environment variable** | `MONITORING_SERVICECONTROLTHROUGHPUTDATAQUEUE` |

servicecontrol/servicecontrol-instances/configuration.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,23 @@ Specifies any additional databases on the same server that also contain NService
754754
| --- | --- |
755755
| string | |
756756

757+
## Usage Reporting when using the PostgreSQL transport
758+
759+
### LicensingComponent/PostgreSQL/ConnectionString
760+
761+
Version: 5.10.0+
762+
763+
The connection string that will provide at least read access to all queue tables.
764+
765+
| Context | Name |
766+
| --- | --- |
767+
| **Environment variable** | `LICENSINGCOMPONENT_POSTGRESQL_CONNECTIONSTRING` |
768+
| **App config key** | `LicensingComponent/PostgreSQL/ConnectionString` |
769+
770+
| Type | Default value |
771+
| --- | --- |
772+
| string | obtained from ServiceControl |
773+
757774
## Plugin-specific
758775

759776
### ServiceControl/HeartbeatGracePeriod

servicepulse/usage-config.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,16 @@ Refer to the [Usage Reporting when using the SqlServer transport](/servicecontro
9898

9999
User with rights to query [INFORMATION_SCHEMA].[COLUMNS] table.
100100

101+
### PostgreSQL
102+
103+
#### Settings
104+
105+
Refer to the [Usage Reporting when using the PostgreSQL transport](/servicecontrol/servicecontrol-instances/configuration.md#usage-reporting-when-using-the-postgresql-transport) section of the ServiceControl config file for an explanation of the PostgreSQL Server-specific settings.
106+
107+
#### Minimum Permissions
108+
109+
User with rights to query [INFORMATION_SCHEMA].[COLUMNS] table.
110+
101111
### RabbitMQ
102112

103113
#### Settings

0 commit comments

Comments
 (0)