
Extend the platform,
empower your team.


ApigeeThis 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.
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 |
⚠️ NOTICE: This version requires a minimum Dynatrace and EEC version of 1.313
🚀 Improved in this version:
Client ID and Client Secret values for Oauth authentication.dt.security_contextInclude 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.