Skip to content

Commit

Permalink
fix: add process_id in profile data query
Browse files Browse the repository at this point in the history
  • Loading branch information
taloric committed Sep 27, 2024
1 parent 4409e4c commit 097c368
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ is_ipv4 , is_ipv4 , is_ipv4

app_service , app_service , app_service , string_enum , , Service Info , 111 , 0
app_instance , app_instance , app_instance , string_enum , , Service Info , 111 , 0
process_id , process_id , process_id , int , , Service Info , 111 , 0

trace_id , trace_id , trace_id , string , , Tracing Info , 111 , 0
span_name , span_name , span_name , string , , Tracing Info , 111 , 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ is_ipv4 , IPv4 标志 ,

app_service , 应用服务 ,
app_instance , 应用实例 ,
process_id , 进程 ID ,

trace_id , TraceID ,
span_name , Span名称 ,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ is_ipv4 , IPv4 Flag ,

app_service , Application Service ,
app_instance , Application Instance ,
process_id , Process ID ,

trace_id , TraceID ,
span_name , Span Name ,
Expand Down

0 comments on commit 097c368

Please sign in to comment.