Skip to content

Commit 04d3b43

Browse files
authored
[chore][pkg/ottl] Define PathGetSetter in ctxdatapoint (open-telemetry#38201)
1 parent 202570c commit 04d3b43

File tree

4 files changed

+2650
-632
lines changed

4 files changed

+2650
-632
lines changed

pkg/ottl/contexts/internal/ctxdatapoint/context.go

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ const (
77
Name = "datapoint"
88
DocRef = "https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/pkg/ottl/contexts/ottldatapoint"
99
)
10+
11+
type Context interface {
12+
GetDataPoint() any
13+
}

0 commit comments

Comments
 (0)