Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[connector/servicegraph] Extract the getDimensionValue function as a common function. #34908

Merged
merged 20 commits into from
Sep 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make -j2 goporto
Signed-off-by: Jared Tan <[email protected]>
JaredTan95 committed Aug 28, 2024
commit 09192d66ee3d2fb46941756bed6c2958529399ae
2 changes: 1 addition & 1 deletion pkg/pdatautil/attributes.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package pdatautil
package pdatautil // import "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil"
JaredTan95 marked this conversation as resolved.
Show resolved Hide resolved

import "go.opentelemetry.io/collector/pdata/pcommon"