mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-07 23:02:15 +02:00
Add application/json header
This commit is contained in:
parent
49043f6f97
commit
6929c15957
@ -105,6 +105,7 @@ func (e *Exporter) ExportSpans(ctx context.Context, batch []*export.SpanData) {
|
|||||||
e.logf("failed to create request to %s: %v", e.url, err)
|
e.logf("failed to create request to %s: %v", e.url, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
req.Header.Set("Content-Type", "application/json")
|
||||||
resp, err := e.client.Do(req)
|
resp, err := e.client.Do(req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
e.logf("request to %s failed: %v", e.url, err)
|
e.logf("request to %s failed: %v", e.url, err)
|
||||||
|
Loading…
Reference in New Issue
Block a user