Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Kilimnik <[email protected]>
  • Loading branch information
benkilimnik committed Feb 6, 2024
1 parent 8bef916 commit 820eadb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions entity-types/ebpf-redis_server/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ synthesis:
# Server Entity for Server-Captured Spans (trace_role == server)
# Note: We're assuming that that the ebpf agent is installed on both hosts
# such that we have two spans, one client-side and one server-side
# If agent is only installed on one (i.e. we only receive one span), we
# create an uninstrumented entity.
# - name: ebpfRedisServerEntity # ServerCaptured
- compositeIdentifier:
separator: ":"
attributes:
- local_ip_addr
- local_port
name: ebpfRedisServerEntity # ServerCaptured
name: local_ip_addr
encodeIdentifierInGUID: true
conditions:
- attribute: redis.req_cmd
present: true
# dashboardTemplates:
# newRelic:
# template: dashboard.json
# - attribute: instrumentation.provider
# value: "nr_ebpf_agent"
# - attribute: kind # trace_role
# value: "server"
# tags:
# local_ip_addr:
# entityTagName: "ip"
# local_port:
# entityTagName: "port"
# - attribute: instrumentation.provider
# value: "nr_ebpf_agent"
# - attribute: kind # trace_role
# value: "server"
# tags:
# local_ip_addr:
# entityTagName: "ip"
# local_port:
# entityTagName: "port"

# Server Entity for Client-Captured Spans (trace_role == client)
# - compositeIdentifier:
Expand Down

0 comments on commit 820eadb

Please sign in to comment.