Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit a0947a1

Browse files
OrGeva10gitbook-bot
authored andcommitted
GitBook: [#152] No subject
1 parent 3ffd868 commit a0947a1

File tree

1 file changed

+1
-1
lines changed
  • send-tracing-data-to-aspecto/opentelemetry

1 file changed

+1
-1
lines changed

send-tracing-data-to-aspecto/opentelemetry/ruby.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ require 'opentelemetry'
4444
OpenTelemetry::Trace.current_span.set_attribute('attribute.name', 'attribute value')
4545
```
4646

47-
Attribute name can be any static string. It is recommended to be namespaced with dot notation: `company.scope.name`: "my\__company.user.id", "my\_company.tier", "my\__company.features.promotion"
47+
Attribute name can be any static string, recommended to be namespaced with dot notation (`<company>.<scope>.<name>`), for example: "my\__company.user.id", "my\_company.tier", "my\__company.features.promotion".
4848

4949
Attribute value can be any string, number, boolean or array of these

0 commit comments

Comments
 (0)