1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-10 00:29:12 +02:00
opentelemetry-go/exporters/otlp/otlplog/otlploghttp
renovate[bot] 8c3120f455
chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-20240520151616-dc85e6b867a5 (#5388)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[google.golang.org/genproto/googleapis/api](https://togithub.com/googleapis/go-genproto)
| `v0.0.0-20240515191416-fc5f0ca64291` ->
`v0.0.0-20240520151616-dc85e6b867a5` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgenproto%2fgoogleapis%2fapi/v0.0.0-20240520151616-dc85e6b867a5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgenproto%2fgoogleapis%2fapi/v0.0.0-20240520151616-dc85e6b867a5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgenproto%2fgoogleapis%2fapi/v0.0.0-20240515191416-fc5f0ca64291/v0.0.0-20240520151616-dc85e6b867a5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgenproto%2fgoogleapis%2fapi/v0.0.0-20240515191416-fc5f0ca64291/v0.0.0-20240520151616-dc85e6b867a5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-20 16:41:49 -07:00
..
internal Update all semconv use to v1.25.0 (#5374) 2024-05-19 07:16:33 +02:00
client_test.go Update all semconv use to v1.25.0 (#5374) 2024-05-19 07:16:33 +02:00
client.go Revert the usage of go.opentelemetry.io/proto/slim (#5253) 2024-04-23 07:12:25 +02:00
config_test.go Add the otlploghttp HTTP client (#5224) 2024-04-19 10:17:11 -07:00
config.go Fix package prefix of error in otlploghttp (#5371) 2024-05-17 09:23:39 +02:00
doc.go Add otlploghttp package documentation (#5150) 2024-04-05 08:29:49 +02:00
example_test.go Add example test to otlploghttp (#5235) 2024-04-20 11:51:04 +02:00
exporter_test.go Revert the usage of go.opentelemetry.io/proto/slim (#5253) 2024-04-23 07:12:25 +02:00
exporter.go Remove left-over TODO in otlploghttp (#5256) 2024-04-23 18:34:55 +02:00
go.mod chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-20240520151616-dc85e6b867a5 (#5388) 2024-05-20 16:41:49 -07:00
go.sum chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-20240520151616-dc85e6b867a5 (#5388) 2024-05-20 16:41:49 -07:00
README.md Add otlploghttp exporter skeleton (#5138) 2024-04-04 08:25:22 +02:00
version_test.go Add otlploghttp exporter skeleton (#5138) 2024-04-04 08:25:22 +02:00
version.go Release 1.26.0/0.48.0/0.2.0-alpha (#5260) 2024-04-24 07:27:22 -07:00

OTLP Log HTTP Exporter

PkgGoDev