Skip to content

Commit

Permalink
rename to beyla
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed Feb 25, 2025
1 parent 2225512 commit bb1f5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/export/otel/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func getResourceAttrs(hostID string, service *svc.Attrs) []attribute.KeyValue {

func newResourceInternal(hostID string) *resource.Resource {
attrs := []attribute.KeyValue{
semconv.ServiceName("beyla-internal"),
semconv.ServiceName("beyla"),
semconv.ServiceInstanceID(uuid.New().String()),
semconv.TelemetrySDKLanguageKey.String(semconv.TelemetrySDKLanguageGo.Value.AsString()),
// We set the SDK name as Beyla, so we can distinguish beyla generated metrics from other SDKs
Expand Down

0 comments on commit bb1f5c0

Please sign in to comment.