Skip to content

Commit 1c6d9f9

Browse files
authored
chore: removing unnecessary comments (#6184)
The comment at the top is no longer true, the one at the bottom is no longer applicable as it was decided to wait to support JSON format parsing. Signed-off-by: Alex Boten <[email protected]>
1 parent 722a536 commit 1c6d9f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config/config.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ func (s *SDK) Shutdown(ctx context.Context) error {
6363
}
6464

6565
// NewSDK creates SDK providers based on the configuration model.
66-
//
67-
// Caution: The implementation only returns noop providers.
6866
func NewSDK(opts ...ConfigurationOption) (SDK, error) {
6967
o := configOptions{}
7068
for _, opt := range opts {
@@ -129,9 +127,6 @@ func WithOpenTelemetryConfiguration(cfg OpenTelemetryConfiguration) Configuratio
129127
})
130128
}
131129

132-
// TODO: implement parsing functionality:
133-
// - https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4412
134-
135130
// ParseYAML parses a YAML configuration file into an OpenTelemetryConfiguration.
136131
func ParseYAML(file []byte) (*OpenTelemetryConfiguration, error) {
137132
var cfg OpenTelemetryConfiguration

0 commit comments

Comments
 (0)