OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) | 1 年間 前 | |
---|---|---|
.. | ||
internal | 1 年間 前 | |
testdata | 2 年 前 | |
Makefile | 2 年 前 | |
README.md | 1 年間 前 | |
config.go | 1 年間 前 | |
config_test.go | 1 年間 前 | |
doc.go | 1 年間 前 | |
factory.go | 1 年間 前 | |
factory_test.go | 1 年間 前 | |
go.mod | 1 年間 前 | |
go.sum | 1 年間 前 | |
metadata.yaml | 1 年間 前 | |
skywalking_receiver.go | 1 年間 前 | |
skywalking_receiver_test.go | 1 年間 前 | |
sw_dummy_clr_service.go | 1 年間 前 | |
sw_dummy_event_service.go | 1 年間 前 | |
sw_dummy_meter_service.go | 1 年間 前 | |
sw_dummy_response_service.go | 1 年間 前 |
Status | |
---|---|
Stability | beta: traces |
development: metrics | |
Distributions | contrib, sumo |
Issues | |
Code Owners | @JaredTan95 |
Receives trace data and metric data in Skywalking format.
Note: The current metrics receiver only supports receiving JVM data.
By default, the Skywalking receiver will not serve any protocol. A protocol must be
named under the protocols
object for the Skywalking receiver to start. The
below protocols are supported, each supports an optional endpoint
object configuration parameter.
grpc
(default endpoint
= 0.0.0.0:11800)http
(default endpoint
= 0.0.0.0:12800)Examples:
receivers:
skywalking:
protocols:
grpc:
endpoint: 0.0.0.0:11800
http:
endpoint: 0.0.0.0:12800
service:
pipelines:
traces:
receivers: [skywalking]
metrics:
receivers: [skywalking]