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

[receiver/skywalking] Create skywalking component folder/structure #8107

Merged
merged 40 commits into from
Mar 2, 2022
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
3621312
remove usage of Deprecated LogRecord.Name field.
JaredTan95 Feb 11, 2022
e262fd7
Merge branch 'main' of https://github.com/open-telemetry/opentelemetr…
JaredTan95 Feb 13, 2022
50eed02
Merge branch 'main' of https://github.com/open-telemetry/opentelemetr…
JaredTan95 Feb 16, 2022
5d9b46d
Merge branch 'main' of https://github.com/open-telemetry/opentelemetr…
JaredTan95 Feb 17, 2022
4146721
first PR for skywaling/tracing receiver
JaredTan95 Feb 23, 2022
3f41a22
Merge branch 'main' into sw_reciever
JaredTan95 Feb 23, 2022
000d0ef
add change log
JaredTan95 Feb 23, 2022
b6416ef
fix go mod
JaredTan95 Feb 23, 2022
c29e2df
fix go mod
JaredTan95 Feb 23, 2022
7e171cf
fix goimports order
JaredTan95 Feb 23, 2022
722be02
fix build
JaredTan95 Feb 23, 2022
f5b6cc8
fix build
JaredTan95 Feb 23, 2022
2beb6c4
add sum
JaredTan95 Feb 23, 2022
c1f948c
polish
JaredTan95 Feb 23, 2022
f275ee4
update go sum
JaredTan95 Feb 23, 2022
137b3ab
polish go mod.
JaredTan95 Feb 23, 2022
05adcd1
make goporto
JaredTan95 Feb 23, 2022
3908cb3
polish
JaredTan95 Feb 23, 2022
2973c4a
polish
JaredTan95 Feb 24, 2022
208d01c
Merge branch 'main' into sw_reciever
JaredTan95 Feb 24, 2022
ff8a324
fix lint
JaredTan95 Feb 24, 2022
1147f04
Merge branch 'sw_reciever' of https://github.com/JaredTan95/opentelem…
JaredTan95 Feb 24, 2022
ce48c7a
Update factory.go
JaredTan95 Feb 24, 2022
22f779c
fix lint
JaredTan95 Feb 24, 2022
a3086fd
fix fmt
JaredTan95 Feb 24, 2022
1b78e25
fix unit test
JaredTan95 Feb 24, 2022
d802117
fix typo
JaredTan95 Feb 24, 2022
75602c8
Update receiver/skywalkingreceiver/config.go
JaredTan95 Feb 24, 2022
e1851a8
Update receiver/skywalkingreceiver/trace_receiver.go
JaredTan95 Feb 24, 2022
46999e6
Update receiver/skywalkingreceiver/trace_receiver.go
JaredTan95 Feb 24, 2022
3bbac8d
Update receiver/skywalkingreceiver/factory_test.go
JaredTan95 Feb 24, 2022
0e64519
Update config.yaml
JaredTan95 Feb 24, 2022
7250215
Update receiver/skywalkingreceiver/trace_receiver.go
JaredTan95 Feb 24, 2022
6302a13
Merge branch 'main' into sw_reciever
JaredTan95 Feb 26, 2022
0389cd1
Merge branch 'main' into sw_reciever
JaredTan95 Mar 1, 2022
b66a00c
add more UT for trace receiver.
JaredTan95 Mar 2, 2022
7390a69
fix fmt and lint
JaredTan95 Mar 2, 2022
6e52c83
add version.
JaredTan95 Mar 2, 2022
fe680d1
add com
JaredTan95 Mar 2, 2022
255bf24
fix com
JaredTan95 Mar 2, 2022
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
Next Next commit
remove usage of Deprecated LogRecord.Name field.
  • Loading branch information
JaredTan95 committed Feb 11, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 36213125ff8675e1daa55c6b62c3b3affa3cff9a
1 change: 0 additions & 1 deletion exporter/elasticsearchexporter/model.go
Original file line number Diff line number Diff line change
@@ -45,7 +45,6 @@ func (m *encodeModel) encodeLog(resource pdata.Resource, record pdata.LogRecord)
document.AddInt("TraceFlags", int64(record.Flags()))
document.AddString("SeverityText", record.SeverityText())
document.AddInt("SeverityNumber", int64(record.SeverityNumber()))
document.AddString("Name", record.Name())
document.AddAttribute("Body", record.Body())
document.AddAttributes("Attributes", record.Attributes())
document.AddAttributes("Resource", resource.Attributes())