Dynatrace integration with Apache webserver -


i have apache webserver php module display information. i'd able data dynatrace , put data in webserver through cronjob. problem have no clue on how push data dynatrace server. there apis or different way of doing this?

thanks in advance.

dynatrace provides rest reporting interface can pull out data dynatrace can put on dashboard , in consumable such csv, xml, json, ... - here link public doc page on reporting interface: https://community.compuwareapm.com/community/display/docdt61/server-+and+clientside+xml+reporting

so - need following

1: create dashboard , put charts on show measures interested in, e.g: apache thread count, cpu, throughput, ...

2: save dashboard on dynatrace server

3: use rest interface query data , put external system

if have more questions on feel free post them on our own dynatrace community forum: https://community.compuwareapm.com/community/display/dtforum/dynatrace+forums+home

andi


Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -