-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
62 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
## Json string map to Pinpoint item | ||
|
||
Json String | Pinpoint Name | Details | ||
:---|:---|:--- | ||
tid|transactionId|Transaction ID | ||
sid|SpanId|Span ID | ||
S|startTime|Start time of request | ||
E|elapsed|Elapse time | ||
FT|front type|Language type(PHP:1500, Python:1700) | ||
appname|applicationName|Application name | ||
appid|agentId|Agent ID | ||
stp|serviceType|Service type([See details](https://github.com/naver/pinpoint/blob/master/commons/src/main/java/com/navercorp/pinpoint/common/trace/ServiceType.java)) | ||
name| apids|Function name | ||
uri|rpc|URI | ||
clues|TAnnotation|-1:arguments<br>14:return<br>40:http url<br>41:http param<br>42:http param entity<br>45:cookies<br>46:http status code | ||
psid|parentSpanId|Parent span ID | ||
nsid|nextSpanId|Next span ID | ||
dst|destinationId|Destination ID | ||
client|remoteAddr|Client address | ||
server|endPoint|Server address | ||
ERR|err|Error | ||
EXP|exp|Exception | ||
pname|parentApplicationName|Parent application name | ||
ptype|parentApplicationType|Parent application type | ||
Ah|acceptorHost|Acceptor host | ||
NP|NginxProxy header|Nginx proxy header | ||
AP|ApacheProxy header|Apache proxy header | ||
Go to file https://github.com/pinpoint-apm/pinpoint-c-agent/blob/1992a082d370cac1496e48fbe8de3851016ef20a/collector-agent/agent/AgentRouter.go#L73 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.