File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 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+
15package eventhandler
26
37import (
Original file line number Diff line number Diff line change 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+
15package eventhandler
26
37import (
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments