API Connect

 View Only

Disabling instana-autotrace for IBM API Connect

  • 1.  Disabling instana-autotrace for IBM API Connect

    Posted Mon March 18, 2024 11:46 AM
    Edited by Saber Hamidi Mon March 18, 2024 11:49 AM

    The Instana auto-trace is a good automated tracing feature of Instana that helps developers and DevOps teams gain deep insights into the performance of their applications by automatically tracing requests as they flow through various microservices. However, having Instana auto-trace enabled on your cluster will interfere with the communication of our portal pods and cause our pods to fail to get READY or result in some unexpected site affects. 

    Based on the type of environment, the commands below could be used to disable the instana-autotrace for IBM API Connect on the portal cluster.

    OCP/CP4I

    oc patch portalcluster small-ptl -n apic --type merge --patch '{"spec":{"template":[{"labels":{"instana-autotrace":"false"},"name":"www"}]}}'

    #APIConnect #developerportal #portal 



    The common above will cause the pods to restart and after that, any networking issue that was caused by the instana-autotrace will be resolved.