Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Apparent Issue with Decoupled Wordpress Installations #24

Open
SgiobairOg opened this issue Nov 12, 2018 · 1 comment
Open

Apparent Issue with Decoupled Wordpress Installations #24

SgiobairOg opened this issue Nov 12, 2018 · 1 comment

Comments

@SgiobairOg
Copy link

We have a 4.9.8 Installation running in an Azure App Service. The Application Insights plugin is installed and configured with the appropriate instrumentation key. Wordpress, in this instance, is being used only as a backend with a React application using the data via the WP Rest Api. From what we can tell, Application insights is only logging requests or errors that occur in the UI of the Worpress installation. We can see activity if we browse to /wp-admin/ for example but see nothing for any of the rest endpoints.

I'm trying to work out if we have some misconfiguration or, if the API never loads the plugin and therefore never logs any data.

@dulfe
Copy link
Contributor

dulfe commented Nov 30, 2018

This plugin tracks hits and loading time for PAGES (as well as inserting JS code for client tracking), not endpoints used by the REST API.

It could be a good idea looking into tracking REST API calls!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants