Skip to content

Commit 9aa54ff

Browse files
API edits
1 parent 2e377e4 commit 9aa54ff

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

modules/ROOT/nav.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
* xref:analytics-landing-page.adoc[View Mule API Analytics]
5757
** xref:viewing-api-analytics.adoc[Review Mule API Analytics Usage]
5858
** xref:analytics-chart.adoc[Review Mule API Analytics Charts Usage]
59-
** xref:analytics-event-api.adoc[Review Mule API Analytics Event API]
60-
** xref:analytics-event-forward.adoc[Review Mule API Analytics Event Forwarding]
59+
** xref:analytics-event-api.adoc[Review API Analytics Event API]
60+
** xref:analytics-event-forward.adoc[Review API Analytics Event Forwarding]
6161
* xref:mule-oauth-provider-landing-page.adoc[Mule OAuth 2.0 Provider]
6262
** xref:about-configure-api-for-oauth.adoc[OAuth 2.0 Policy Prerequisites]
6363
** xref:external-oauth-2.0-token-validation-policy.adoc[OAuth 2.0 Access Token Enforcement Using Mule OAuth Provider]

modules/ROOT/pages/analytics-event-api.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
= Reviewing Mule API Analytics Event API
1+
= Reviewing API Analytics Event API
22
ifndef::env-site,env-github[]
33
include::_attributes.adoc[]
44
endif::[]
55
:keywords: analytics, api, reports
66

77
//Rename topic to Generating Analytics Reports for APIs
88

9-
API Manager gathers analytics data for each Mule API that you manage. You can generate this data in reports and charts, using the Mule API Analytics Event API. You can create reports for a specific environment or for multiple APIs, and you can create different reports for the same API.
9+
API Manager gathers analytics data for each Mule API that you manage. You can generate this data in reports and charts, using the API Analytics Event API. You can create reports for a specific environment or for multiple APIs, and you can create different reports for the same API.
1010

1111
== Requirements and Restrictions
1212

@@ -240,8 +240,8 @@ Your report can query data for one or more of the available data fields:
240240
In your query, if the `Content-Length` header is:
241241

242242
* Present: `Response Size` is set to that value.
243-
* Not present and the payload is a String: Analytics calculates the length of the String and reports that value.
244-
* Not present and the payload is not a String: Analytics reports the response size as -1.
243+
* Not present and the payload is a String: Mule API Analytics calculates the length of the String and reports that value.
244+
* Not present and the payload is not a String: Mule API Analytics reports the response size as -1.
245245
+
246246
For example, if the output returned is a DataWeave stream and the `Content-Length` header is not present, the Analytics Event API does not report a response size because the value is not a String. However if your application performs a String conversion, the response size is listed.
247247

modules/ROOT/pages/analytics-event-forward.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ ifndef::env-site,env-github[]
33
include::_attributes.adoc[]
44
endif::[]
55

6-
Sometimes you need to forward the Anypoint API Analytics events to a third-party system. An example of this could be integrating with ELK or other analytics system.
6+
Sometimes you need to forward the Mule API Analytics events to a third-party system. An example of this could be integrating with ELK or other analytics system.
77

88
There are three ways to export events:
99

1010
* Use the API Analytics Report API to pull the data. One consideration with this method is that the API has limit on the number and frequency of events that can be reported. Additionally, events may have delays of up to 10 minutes from the time the event is generated to the moment it is available for query.
1111
12-
* Forward API Analytics events from the Gateway to configured HTTP endpoint. To configure this on CloudHub, configure the `anypoint.platform.analytics_base_uri` gateway property from the Settings tab of Runtime Manager.
12+
* Forward Mule API Analytics events from the Gateway to configured HTTP endpoint. To configure this on CloudHub, configure the `anypoint.platform.analytics_base_uri` gateway property from the Settings tab of Runtime Manager.
1313
+
1414
Setting this property configures the base URL where the events are posted.
1515
1616
image::analytics-event-forwarding.png[Event Forwarding]
1717

1818
In the example shown above, the events are published to `+http://<your-address-here>/v2/analytics/events+` using the POST method and GZIP for compression.
1919

20-
The disadvantage of this approach is that events are not published to Anypoint Platform and neither API Analytics nor API Manager display information about API calls.
20+
The disadvantage of this approach is that events are not published to Anypoint Platform and neither Mule API Analytics nor API Manager display information about API calls.
2121

2222
* Use Runtime Manager to xref:runtime-manager::sending-data-from-arm-to-external-analytics-software.adoc[Export Data to External Analytics Tools]
2323

0 commit comments

Comments
 (0)