mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
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:
parent
ecbea92dbb
commit
977cb05b44
@ -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()
|
||||
|
@ -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",
|
||||
|
@ -6414,7 +6414,7 @@
|
||||
},
|
||||
"opentelemetry-fluentd": {
|
||||
"baseline": "2.0.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"opentracing": {
|
||||
"baseline": "1.6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8fbaf952420269223ba6185ec91ffedb87882aa3",
|
||||
"version-semver": "2.0.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "e9ffc101ca11ffd64b1a2bd73ae7e11bf7f28cfc",
|
||||
"version-semver": "2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user