Skip to content

What is the data basis for drawing graphs in the SERVICE GRAPH module #357

Closed Answered by vmihailenco
QuanZi123 asked this question in Q&A
Discussion options

You must be logged in to vote

General attributes

  • service.name is an attribute that represents the logical name of the service. Required.

  • _kind (span_kind) categorizes the type of work being represented by the span. Make sure your traces have client/server or producer/consumer span pairs. Required.

  • _status_code (span_status_code) provides information about the result of a specific operation or unit of work represented by this span. This attribute helps to monitor and understand the success, failure, or other conditions of a given operation. Recommended.

RPC calls

  • rpc.service represents the full (logical) name of the service being called. Optional.

DB calls

  • db.name contains the name of the database being acce…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by QuanZi123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants