We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ae8ce commit e7172fdCopy full SHA for e7172fd
otelconf/config_json.go
@@ -194,11 +194,6 @@ func (j *LogRecordExporter) UnmarshalJSON(b []byte) error {
194
return nil
195
}
196
197
-// MarshalJSON implements json.Marshaler.
198
-func (j *AttributeType) MarshalJSON() ([]byte, error) {
199
- return json.Marshal(j.Value)
200
-}
201
-
202
// UnmarshalJSON implements json.Unmarshaler.
203
func (j *TextMapPropagator) UnmarshalJSON(b []byte) error {
204
type Plain TextMapPropagator
0 commit comments