DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Sentry Client Connection Pool is an improvement which make Sentry supports connection pooling in sentry client.
Enable Connection Pool in Client Side (sentry-site.xml)
| Config Property | Value | Description | Default |
|---|---|---|---|
| sentry.service.client.connection.pool.enabled | true | Whether connection pool are enabled. | false |
Connection Pool Performance Configuration
| Config Property | Default Value | Description |
|---|---|---|
| sentry.service.client.connection.pool.max-total | 8 | The max number of client instances in connection pool. |
| sentry.service.client.connection.pool.max-idle | 8 | The max number of idle client instances in connection pool. |
| sentry.service.client.connection.pool.min-idle | 0 | The min number of idle client instances in connection pool. |
Other Configuration about Connection Pool
| Config Property | Default Value | Description |
|---|---|---|
| sentry.service.client.connection.pool.retry-total | 3 | The max retry times of each operation when connection pool is enabled. |