I noticed an API Monitoring tab in the new version...
# support
r
I noticed an API Monitoring tab in the new version but can't find any documentation on it. Can anyone point me in the right direction or this tab is used? Thx
n
@Shivanshu Raj Shrivastava ^
s
hey @Randy the docs for API monitoring will be released soon this is the gist of the feature:
Copy code
API monitoring feature helps you monitor all the APIs that your internal services are calling, it uses net.peer.name, http.url, http.target and other attributes from the spans to derive third party API calls.

The feature requires instrumentation of your applications so that every external calls captures the required attributes net.peer.name, http.url, http.target
r
👍