Skip to content

Commit

Permalink
CI cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Mar 2, 2024
1 parent ee0cc1e commit 91fccb3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions examples/yaml/anchors.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

# anchors.yaml demonstrates anchor substitution to reuse OTLP exporter configuration across signals.

file_format: "0.1"
Expand Down
3 changes: 3 additions & 0 deletions examples/yaml/extensions.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

# The file format version
file_format: "0.1"

Expand Down
3 changes: 3 additions & 0 deletions examples/yaml/kitchen-sink.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

# kitchen-sink.yaml demonstrates all configurable surface area, including explanatory comments.
#
# It DOES NOT represent expected real world configuration, as it makes strange configuration
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/configuration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

add_library(
opentelemetry_configuration
configuration_factory.cc document_node.cc yaml_configuration_factory.cc ryml_document.cc
ryml_document_node.cc)
configuration_factory.cc document_node.cc yaml_configuration_factory.cc
ryml_document.cc ryml_document_node.cc)

set_target_properties(opentelemetry_configuration PROPERTIES EXPORT_NAME
configuration)
Expand Down

0 comments on commit 91fccb3

Please sign in to comment.