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
Adding labels to the integration, and constructing the MSSQL panels on NR based on labels, which makes the out-of-the-box panels and inventories useless.
workato-integrationbot
changed the title
Ability to override instance name through configuration
nri-mssql - Ability to override instance name through configuration
Aug 1, 2024
Description
Currently, the entity name is constructed internally by the integration like this:
ms-instance:a7c4e04d109d:instance=a7c4e04d109d
Looking at the source code, this comes from:
const instanceNameQuery = "select COALESCE( @@SERVERNAME, SERVERPROPERTY('ServerName'), SERVERPROPERTY('MachineName')) as instance_name"
When working with dockerized/kuberentes environments, this stops making any sense:
The aim of the feature request is to add a configuration item that can be used to override the construct used to produce the inventory key manually.
Maybe something like this:
Acceptance Criteria
Describe Alternatives
Adding labels to the integration, and constructing the MSSQL panels on NR based on labels, which makes the out-of-the-box panels and inventories useless.
Dependencies
Additional context
Estimates
For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
Suggested T-Shirt size (S, M, L, XL, Unknown):
The text was updated successfully, but these errors were encountered: