DBmarlin Instana button links to wrong service in Instana

💪 Now available
Mick Mcguinness

The link for the button is generated by making Instana API calls to find a Service name that matches. But in some cases, there may be more than 1 service and so the types and technologies should also be matched.

In the example below we should match on label=xyz and types=DATABASE and technologies=mySqlDatabase rather than just the label=xyz which would match on the HTTP service which is not a database.

  {
     "id":"0000000000000000000000000000000000000000",
     "label":"xyz",
     "types":[
        "HTTP"
     ],
     "technologies":[
        "solr",
        "tomcatApplicationContainer"
     ],
  {
     "id":"0000000000000000000000000000000000000000",
     "label":"xyz",
     "types":[
        "DATABASE"
     ],
     "technologies":[
        "mySqlDatabase"
     ],
     "processSnapshotIds":[

     ],
     },

1 year ago

Activity
Mick Mcguinness

Fixed in v3.4.0

0    10 months ago    Reply

Comment must be at least 20 characters.
Cancel
Mick Mcguinness changed status to 💪 Now available

1 year ago

Categories
Bug