You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
We need to ensure that our documentation of best practice regarding resource usage is up to date. Specifically, we want users to rely on configuring a resource to define service name and arbitrary span tags, per:
OpenTelemetry::SDK.configure do |c|
c.resource = OpenTelemetry::SDK::Resources::Resource.create({
'service_name' => 'my-application-name',
'service.version' => version,
})
end
Also should think about whether we can automate some of this so that setting environment variables can auto create resources. This would be similar to a resource detector
The text was updated successfully, but these errors were encountered:
Following the work here: #8
We need to ensure that our documentation of best practice regarding resource usage is up to date. Specifically, we want users to rely on configuring a resource to define service name and arbitrary span tags, per:
open-telemetry/opentelemetry-ruby#312 (comment)
Also should think about whether we can automate some of this so that setting environment variables can auto create resources. This would be similar to a resource detector
The text was updated successfully, but these errors were encountered: