Skip to content

Commit

Permalink
Update opentelemetry-best-practices-resources.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjalee-NewRelic authored Jan 30, 2025
1 parent 42a7433 commit 199578f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ The memcacahed cluster entity to which the service is connecting should have the
* `aws.elasticache.configurationEndpointAddress` or `aws.elasticache.endpointAddress`: AWS connection endpoint of the memcached cluster matching with the span attribute `net.peer.name` of the service.
* `aws.elasticache.configurationEndpointPort` or `aws.elasticache.endpointPort`: Port number on which memcached cluster is running matching with the span attribute `net.peer.port` of the service.

If the above condition is met, the service map shows the service calling instrumented memcached cluster. If the condition is not met, the service map shows the service calling uninstrumented external service

## Adding custom tags to an entity [#tags]

You can use tags to organize and filter your entities in the UI.
Expand Down

0 comments on commit 199578f

Please sign in to comment.