DX Application Performance Management

  • 1.  Configuring URL Grouping

    Posted Mar 08, 2019 05:48 PM

    I'm trying to monitor the following url below as example

     

    i made the following edits in IntroscopeAgent.profile but not seeing expected URLs as Frontends in the Investigator

     

    https://abc.abc.com/dpsapi/nhbapi/333/zzzzzzzzzzone/profiles/1234

    https://abc.abc.com/dpsapi/nhbapi/333/zzzzzzzzzzztwo/profiles/1234

    https://abc.abc.com/dpsapi/nhbapi/333/profile/update

     

    introscope.agent.urlgroup.keys=zzzzzzzzzzone,zzzzzzzzzzztwo,profile,default
    introscope.agent.urlgroup.group.zzzzzzzzzzone.pathprefix=/dpsapi/nhbapi/333/zzzzzzzzzzone/profiles/1234
    introscope.agent.urlgroup.group.zzzzzzzzzzone.format={path_delimited:/:0:100}
    introscope.agent.urlgroup.group.zzzzzzzzzzztwo.pathprefix=/dpsapi/nhbapi/333/zzzzzzzzzzztwo/profiles/1234
    introscope.agent.urlgroup.group.zzzzzzzzzzztwo.format={path_delimited:/:0:100}
    introscope.agent.urlgroup.group.profile.pathprefix=/dpsapi/nhbapi/333/profile/update
    introscope.agent.urlgroup.group.profile.format= {path_delimited:/:0:100}
    introscope.agent.urlgroup.group.default.pathprefix=*
    introscope.agent.urlgroup.group.default.format={path_delimited:/:0:50}

     

    Is everything correct? and what would i need to change?



  • 2.  Re: Configuring URL Grouping
    Best Answer



  • 3.  Re: Configuring URL Grouping

    Posted Mar 12, 2019 01:13 PM

    I'm still waiting for the debug logs

     

    i'm thinking its the format that is incorrect

     

    i want each urls to be visible in the frontends 

     

    https://abc.abc.com/dpsapi/nhbapi/333/zzzzzzzzzzone/profiles/1234

    https://abc.abc.com/dpsapi/nhbapi/333/zzzzzzzzzzztwo/profiles/1234

    https://abc.abc.com/dpsapi/nhbapi/333/profile/update

     

    i made the following updates

     

    introscope.agent.urlgroup.keys=zzzzzzzzzzone,zzzzzzzzzzztwo,profile,default
    introscope.agent.urlgroup.group.zzzzzzzzzzone.pathprefix=/dpsapi/nhbapi/333/zzzzzzzzzzone/profiles/1234
    introscope.agent.urlgroup.group.zzzzzzzzzzone.format= {path_delimited:/:0:9}
    introscope.agent.urlgroup.group.zzzzzzzzzzztwo.pathprefix=/dpsapi/nhbapi/333/zzzzzzzzzzztwo/profiles/1234
    introscope.agent.urlgroup.group.zzzzzzzzzzztwo.format={path_delimited:/:0:9}
    introscope.agent.urlgroup.group.profile.pathprefix=/dpsapi/nhbapi/333/profile/update
    introscope.agent.urlgroup.group.profile.format= {path_delimited:/:0:9}
    introscope.agent.urlgroup.group.default.pathprefix=*
    introscope.agent.urlgroup.group.default.format={path_delimited:/:0:50}

     

     

    is that correct?



  • 4.  Re: Configuring URL Grouping

    Broadcom Employee
    Posted Mar 12, 2019 01:28 PM

    Apart from debug logs, in the investigator you can also look at the traces under the nodes that you are getting and in there you can see the actual URL encountered - this may help in detrmining if the URLs seen are as you expect.

     

    Also it would be helpful if you could show what you are seeing in a screenshot

     

    thanks

    Mike



  • 5.  Re: Configuring URL Grouping

    Posted Apr 03, 2019 02:52 PM

    Where can i enable the debug logs? Currenly have the following IntroscopeAgent.profile file open...Where do i make changes?

     

    Introscope AutoProbe and Agent Configuration

     

    # CA Wily Introscope(R) Version 9.6.1.0 Release 9.6.1.0



  • 6.  Re: Configuring URL Grouping

    Posted Apr 03, 2019 03:12 PM

    Change INFO to DEBUG in following line

    log4j.logger.IntroscopeAgent=INFO, logfile



  • 7.  Re: Configuring URL Grouping

    Posted May 22, 2019 04:53 PM

    I made changes to IntroscopeAgentAPI.profile in URL Grouping with the following but still seeing old edits 

     

    i thought IntroscopeAgentAPI.profile was a hot property file and would not require any restart. So why are the URLS that appear below that are not reflecting the changes made in IntroscopeAgentAPI.profile 

     

    Please help

     

    introscope.agent.urlgroup.keys=byclass,default
    introscope.agent.urlgroup.group.byclass.pathprefix=/hmsapi/latelliapi/opioid/prescription/byclass
    introscope.agent.urlgroup.group.byclass.format={path_delimited:/:10:12}
    introscope.agent.urlgroup.group.byclass.format=TESTURL
    introscope.agent.urlgroup.group.default.pathprefix=*
    introscope.agent.urlgroup.group.default.format=Default