Commit Graph

27 Commits

Author SHA1 Message Date
Bruce Mitchener
ce46ba8777
[opentelemetry-cpp] Update to 1.13.0 (#35996) 2024-01-05 13:57:04 -08:00
jim wang
f5531da251
[opentelemetry-cpp] Fix otlp-grpc feature does not support uwp (#35204)
* Add unsupported platforms

* update version

* uwp

* udpate version
2023-11-29 01:18:10 -08:00
jim wang
7dc6a4e174
[opentelemetry-cpp] update to 1.12.0 (#33983)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* update to 1.11.0

* update version

* update

* update version

* update version

* update version

* fix missing header file

* update version

* Fix feature otlp content

* update version

* update to 1.12.0

* update version

* update version
2023-10-27 11:24:01 -07:00
Frank
7c13895ff7
[opentelemetry-cpp] Fix warning and miss include files (#33861)
* [opentelemetry-cpp] Fix warning and miss include files

* version

* update patch

* version
2023-09-22 16:03:49 -07:00
jim wang
85da6f8e19
[opentelemetry_cpp] Update to 1.9.1 (#31754)
* update to 1.9.1

* update versions

* add blank line

* update version
2023-06-02 11:16:57 -07:00
Kevin Lalumiere
c0b1007fe7
Fix microsoft/vcpkg#31218 (#31219) 2023-05-04 10:27:02 -07:00
Tom Tan
03a211eb3a
[opentelemtry-cpp] Fix install feature otlp-http (#30970)
* [opentelemtry-cpp] Fix install feature otlp-http

* Update port-version

* Update sha512
2023-04-20 16:02:42 -07:00
Mengna Li
f0b5a6b60a
[opentelemetry-cpp] Add otlp-grpc (#30770)
* Add otlp-grpc

* update
2023-04-13 14:58:46 -07:00
Carlos O'Ryan
43401f5835
[opentelemetry-cpp] unvendor absl polyfills (#30720)
* [opentelemetry-cpp] unvendor absl polyfills

By default opentelemetry vendors-in a copy of some Abseil polyfills
(e.g. `absl::variant`). That makes it hard (I would claim nearly
impossible) to use both the abseil and the opentelemetry-cpp ports at
the same time, as both define `absl::variant` in some of their headers.

It seems better to always use the `-DHAVE_ABSEIL=ON` CMake option and
depend on the abseil port.  Outside vcpkg it may be useful to use such
vendored-in copies of the code, as that "simplifies" dependency
management. In the context of vcpkg that is just wasteful.

Simplified how to support `abseil[cxx17]` by removing some code in
opentelemetry that forcibly downgraded the compiler to use C++11. Add a
missing dependency for gRPC generated code. This code indirectly depends
on Abseil too.

* Opentelemetry is missing a find_dependency() when -DHAVE_ABSEIL=ON
2023-04-10 12:50:22 -07:00
Kevin Lalumiere
54ee9fb002
[opentelemetry-cpp] Fix #30491 (#30492)
* Fix #30491

* Upgrade version

* Use options and host dependency
2023-04-04 15:23:02 -07:00
autoantwort
6d49a9591e
[opentelemetry-cpp] fix otlp feature on mac (#30466) 2023-03-28 13:35:06 -07:00
Tom Tan
a9875b3b9b
[opentelemetry-cpp] Update to v1.8.3 (#30151) 2023-03-15 10:28:02 -07:00
Tom Tan
0d0a01598c
[opentelemetry-cpp] Update to v1.8.2 (#29483)
* Update opentelemetry-cpp to v1.8.2

* Add feature description to otlp-http

* Update opentelemetry-cpp.json

* use ${VERSION} in portfile.cmake

* update version

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Lily Wang <494550702@qq.com>
2023-02-07 15:31:57 -08:00
Gregor Jasny
2d9fa7a50a
[opentelemetry-cpp] Update vcpkg schema URL (#28346) 2022-12-19 14:55:34 -08:00
Tom Tan
419c431c70
Update OpenTelemetry-cpp to 1.8.1 (#28333) 2022-12-14 10:33:51 -08:00
Tom Tan
e6acba61e8
Update OpenTelemetry-cpp to 1.7.0 (#27599) 2022-11-02 11:53:15 -07:00
Dennis
a2261f65ea
[opentelemetry-cpp] Update to 1.6.0 and fix abseil[cxx17] (#26857)
* opentelemetry-cpp: Update to 1.6.0 and fix abseil[cxx17]

* opentelemetry-cpp: Adjust versions json

* opentelemetry-cpp: Re-add 1.5.0p1 version
2022-10-14 17:52:31 -07:00
Thomas1664
5bc980361a
[jsonnet, opentelemetry-cpp] Remove !(windows & !static) (#26953)
* jsonnet

* opentelemetry-cpp

* version

* [mfl] Disable tests

* version

* Restore version db

* mfl

* version

* simplify

* CR

* version

* Fix deprecated functions

* wrong pr

* version

* revert
2022-09-26 11:35:51 -07:00
Tom Tan
ce4aaba77f
[opentelemetry-cpp] update version to 1.5.0 (#26234) 2022-08-09 13:44:03 -07:00
João Soares
00323023d2
[opentelemetry-cpp] update version to 1.4.1 (#25873)
* [opentelemetry-cpp] update opentelemetry-cpp to v1.4.1

* enable logs and metrics preview

* update versions database

* update azure-core-tracing-opentelemetry-cpp to use opentelemetry-cpp 1.4.1

* azure-core-tracing-opentelemetry-cpp: remove hard depdency on opentelemetry version instead of using 1.4.1

* Nitpick on using identical patch file.

Co-authored-by: João Soares <joao.soares@xpi.com.br>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-07-22 13:52:15 -07:00
Tom Tan
f0aa678b74
[opentelemetry-cpp] update version to 1.3.0 (#24170) 2022-04-18 09:49:16 -07:00
jmanjon
0e8ad3b3c6
[opentelemetry-cpp] update version to v1.2.0 (#22925)
* [opentelemetry-cpp] update version to v1.2.0

* [opentelemetry-cpp] update version to v1.2.0

* [opentelemetry-cpp] update version to v1.2.0

* Fix version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-02-04 01:15:44 -08:00
jmanjon
429f068ec7
[opentelemetry-cpp] update version to v1.1.1 (#22804)
* Upgrade opentelemetry-cpp version to v1.1.1

* delete port-version

* Update ports/opentelemetry-cpp/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-01-27 09:01:29 -08:00
jmanjon
51db4ad17a
[opentelemetry-cpp] Add missing features #21124 (#21149)
* [opentelemetry-cpp] Add missing features #21124

* add port-version

* update version

* [opentelemetry-cpp] Add missing features #21124
Add dependencies to OTLP feature

* Update version database

* fix version issue

* update version

Co-authored-by: Juande Manjon <Juande.Manjon@advent.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-05 13:00:50 -07:00
Tom Tan
a875d75674
Update opentelemetry-cpp port to v1.0.1 (#21004) 2021-10-27 00:03:56 -07:00
Sergii Baitala
680de654a9
[opentelemetry-cpp] Update to v1.0.0 (#20260) 2021-09-20 12:29:40 -07:00
Sergii Baitala
bfc992771e
[opentelemetry-cpp] New port (#19536)
* add openteletry-cpp

* update vcpkg

* Apply suggestions from code review

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update version

* check etw for linux/osx

* Remove otlp feature

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-08-18 17:14:57 -07:00