File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
sdk/include/opentelemetry/sdk/configuration Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3434 * Yaml node OpenTelemetryConfiguration,
3535 * in file
3636 * https://github.com/open-telemetry/opentelemetry-configuration/blob/main/schema/opentelemetry_configuration.json
37+ *
38+ * Every property in the yaml schema is already documented in the
39+ * opentelemetry-configuration repository,
40+ * in file schema/type_descriptions.yaml, see
41+ * https://github.com/open-telemetry/opentelemetry-configuration/blob/main/schema/type_descriptions.yaml
42+ *
43+ * As a result, C++ class members representing yaml properties are not
44+ * commented with details, refer to the source of truth in
45+ * type_descriptions.yaml directly.
3746 */
3847
3948OPENTELEMETRY_BEGIN_NAMESPACE
You can’t perform that action at this time.
0 commit comments