Fluentd add removal notice (#36367)

* add notice of removal

* version db

* fix typo

* version dv

---------

Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
This commit is contained in:
Javier Matos Denizac 2024-01-25 12:58:38 -08:00 committed by GitHub
parent ecbea92dbb
commit 977cb05b44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# Upon the next update, we plan to remove the standalone opentelemetry-fluentd port and incorporate it into opentelemetry-cpp as a feature.
# This is to avoid introducing a new pattern for managing exporters in the opentelemetry port.
if(VCPKG_TARGET_IS_WINDOWS)
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
endif()

View File

@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "opentelemetry-fluentd",
"version-semver": "2.0.0",
"port-version": 1,
"port-version": 2,
"description": "mdsd/fluentd exporter for OpenTelemetry C++",
"homepage": "https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/exporters",
"license": "Apache-2.0",

View File

@ -6414,7 +6414,7 @@
},
"opentelemetry-fluentd": {
"baseline": "2.0.0",
"port-version": 1
"port-version": 2
},
"opentracing": {
"baseline": "1.6.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8fbaf952420269223ba6185ec91ffedb87882aa3",
"version-semver": "2.0.0",
"port-version": 2
},
{
"git-tree": "e9ffc101ca11ffd64b1a2bd73ae7e11bf7f28cfc",
"version-semver": "2.0.0",