Extend the platform,
empower your team.
Remotely monitor your Apigee proxies.
ExtensionThis extension provides the ability to remotely monitor Apigee through the Analytics Metrics API. Every minute, this extension polls Apigee to ingest data about how each proxy is performing.
The extension enables insights into the overall health of Apigee and API proxies.
Activate the extension in your environment using the in-product Hub, provide the necessary apigee proxy and authentication configuration. Follow the instructions and prompts within the extension settings.
Auth Types supported:
The extension requires an Apigee user with 'Apigee Analytics Viewer' permissions.
Google Apigee requires Google OAuth2 authentication through a GCP service account.
project-id-key.json
The extension uses the Analytics Metrics API to collect important proxy performance metrics.
Users can specify the metric dimensions to target within the extension configuration. Most Apigee dimensions are supported and available, but each endpoint is limited to 5 different dimensions to prevent excessive metric splitting. It is recommended to always include the ‘proxy’ (apiproxy) dimension, as this is what is used to model the Dynatrace entity for an Apigee API Proxy. For the full list of Apigee Dimensions refer to Apigee Dimensions.
Polled proxies are limited to 1000 per endpoint. If you have more than this, you can specific individual proxy names to monitor and/or set the sorting order for which 1000 proxies to return. Wildcards are supported in the list of named proxies. Proxy sort by options:
Below is a complete list of the feature sets provided in this version. To ensure a good fit for your needs, individual feature sets can be activated and deactivated by your administrator during configuration.
Metric name | Metric key | Description | Unit |
---|---|---|---|
Apigee API Connectivity | apigee.api.connectivity | Was Dynatrace able to poll the Apigee API without errors? | Percent |
Apigee Average Transactions per Second | apigee.throughput | The average number of transactions, meaning API proxy requests, per second. | Count |
Apigee Cache Hits | apigee.cache_hits | The number of successful API requests that use the Response Cache instead of the response from the target service. | Count |
Apigee Traffic (message count) | apigee.traffic | The total number of API calls processed by Edge in the specified time period. | Count |
Apigee Proxy Errors | apigee.errors | The total number of times API proxies failed over the specified time period. | Count |
Apigee Target Errors | apigee.target_errors | The total number of 5xx responses from the target service. These are target service errors not caused by Apigee. | Count |
Apigee Total Response Time | apigee.total_response_time | The amount of time in milliseconds, from when Edge receives a request from a client to when Edge sends the response back to the client. | MilliSecond |
Apigee Request Size | apigee.request_size | The size of the request payload received by Edge, in bytes. | Byte |
Apigee Response Size | apigee.response_size | The size of the response payload returned to the client, in bytes. | Byte |
Apigee Target Response Time | apigee.target_response_time | The amount of time in milliseconds, for the target server to respond to a call. | MilliSecond |
Apigee Response Processing Latency | apigee.response_latency | The amount of time in milliseconds, that it takes Edge to process API responses | MilliSecond |
Apigee Request Processing Latency | apigee.request_latency | The amount of time in milliseconds, that it takes Edge to process incoming requests. | MilliSecond |
Include chardet
as an install dependency.
Without this requests uses charset-normalizer
which requires an executable .so
file, which is often blocked on noexec
filesystems.
Note: This update requires Monitoring Configurations to be recreated. You cannot automatically update a configuration from 2.x.x to 3.0.0 due to the various configuration and UI changes.
Add metric feature set