Skip to content

Commit 6c680d5

Browse files
committed
add license
1 parent b27dfcf commit 6c680d5

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

internal/loadgen/eventhandler/apm-collector.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2+
// or more contributor license agreements. Licensed under the Elastic License 2.0;
3+
// you may not use this file except in compliance with the Elastic License 2.0.
4+
15
package eventhandler
26

37
import (

internal/loadgen/eventhandler/apm-writer.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2+
// or more contributor license agreements. Licensed under the Elastic License 2.0;
3+
// you may not use this file except in compliance with the Elastic License 2.0.
4+
15
package eventhandler
26

37
import (

internal/loadgen/i/handler.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2+
// or more contributor license agreements. Licensed under the Elastic License 2.0;
3+
// you may not use this file except in compliance with the Elastic License 2.0.
4+
15
// Package i provides interfaces shared by different event handlers,
26
// as we need to support both Elastic APM and OTLP data handling.
37
// Interfaces are in their own package to prevent cyclic import issues

0 commit comments

Comments
 (0)