Skip to content

Commit

Permalink
Update modifications again
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Mar 5, 2024
1 parent 3029ff1 commit 50a6501
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion internal/telemetrygen/logs/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
// This file is forked from https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/790e18f1733e71debc7608aed98ace654ac76a60/cmd/telemetrygen/internal/logs/logs.go,
// which is licensed under Apache-2 and Copyright The OpenTelemetry Authors.
//
// This file does not contain significant modifications.
// This original implementation is modified:
// - Start function now only creates a logger when it is not already configured in cfg

package logs

Expand Down
3 changes: 2 additions & 1 deletion internal/telemetrygen/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
// This file is forked from https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/790e18f1733e71debc7608aed98ace654ac76a60/cmd/telemetrygen/internal/metrics/metrics.go,
// which is licensed under Apache-2 and Copyright The OpenTelemetry Authors.
//
// This file does not contain significant modifications.
// This original implementation is modified:
// - Start function now only creates a logger when it is not already configured in cfg

package metrics

Expand Down
4 changes: 3 additions & 1 deletion internal/telemetrygen/traces/traces.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
// This file is forked from https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/790e18f1733e71debc7608aed98ace654ac76a60/cmd/telemetrygen/internal/traces/traces.go,
// which is licensed under Apache-2 and Copyright The OpenTelemetry Authors.
//
// This file is modified to use the correct error in batch span processor error logging.
// This original implementation is modified:
// - Start function now only creates a logger when it is not already configured in cfg
// - Use the correct error in batch span processor error logging.

package traces

Expand Down

0 comments on commit 50a6501

Please sign in to comment.