Skip to content

Commit 2816f18

Browse files
author
Andrey Slotin
committed
Add copyright header
1 parent ce7da1d commit 2816f18

File tree

186 files changed

+558
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+558
-0
lines changed

acceptor/aws.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor
25

36
import "time"

acceptor/aws_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor_test
25

36
import (

acceptor/docker.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor
25

36
import (

acceptor/docker_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor_test
25

36
import (

acceptor/gcr.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor
25

36
// GCRServiceRevisionInstanceData is a representation of a Google Cloud Run service revision instance

acceptor/gcr_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor_test
25

36
import (

acceptor/http_client.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor
25

36
import (

acceptor/plugins.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
// Package acceptor provides marshaling structs for Instana serverless acceptor API
25
package acceptor
36

acceptor/process.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor
25

36
import "github.com/instana/go-sensor/process"

acceptor/process_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor_test
25

36
import (

acceptor/runtime.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor
25

36
import "strconv"

acceptor/runtime_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package acceptor_test
25

36
import (

adapters.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2019
3+
14
package instana
25

36
import (

adapters_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package instana_test
25

36
import (

agent.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2016
3+
14
package instana
25

36
import (

autoprofile/auto_profiler.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package autoprofile
25

36
import (

autoprofile/internal/allocation_sampler.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal
25

36
import (

autoprofile/internal/allocation_sampler_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal_test
25

36
import (

autoprofile/internal/block_sampler.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal
25

36
import (

autoprofile/internal/block_sampler_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal_test
25

36
import (

autoprofile/internal/cpu_sampler.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal
25

36
import (

autoprofile/internal/cpu_sampler_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal_test
25

36
import (

autoprofile/internal/flag.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal
25

36
import "sync/atomic"

autoprofile/internal/frame_filter.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal
25

36
import (

autoprofile/internal/logger/logger.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package logger
25

36
import (

autoprofile/internal/pprof/profile/encode.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
// Copyright 2014 The Go Authors. All rights reserved.
25
// Use of this source code is governed by a BSD-style
36
// license that can be found in the LICENSE file.

autoprofile/internal/pprof/profile/filter.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
// Copyright 2014 The Go Authors. All rights reserved.
25
// Use of this source code is governed by a BSD-style
36
// license that can be found in the LICENSE file.

autoprofile/internal/pprof/profile/legacy_profile.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
// Copyright 2014 The Go Authors. All rights reserved.
25
// Use of this source code is governed by a BSD-style
36
// license that can be found in the LICENSE file.

autoprofile/internal/pprof/profile/profile.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
// Copyright 2014 The Go Authors. All rights reserved.
25
// Use of this source code is governed by a BSD-style
36
// license that can be found in the LICENSE file.

autoprofile/internal/pprof/profile/profile_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
// Copyright 2015 The Go Authors. All rights reserved.
25
// Use of this source code is governed by a BSD-style
36
// license that can be found in the LICENSE file.

autoprofile/internal/pprof/profile/proto.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
// Copyright 2014 The Go Authors. All rights reserved.
25
// Use of this source code is governed by a BSD-style
36
// license that can be found in the LICENSE file.

autoprofile/internal/pprof/profile/proto_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package profile
25

36
import (

autoprofile/internal/pprof/profile/prune.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
// Copyright 2014 The Go Authors. All rights reserved.
25
// Use of this source code is governed by a BSD-style
36
// license that can be found in the LICENSE file.

autoprofile/internal/profile.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal
25

36
import (

autoprofile/internal/profile_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal_test
25

36
import (

autoprofile/internal/recorder.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal
25

36
import (

autoprofile/internal/recorder_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal_test
25

36
import (

autoprofile/internal/sampler_scheduler.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal
25

36
import (

autoprofile/internal/symbolizer.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
// +build go1.10
25

36
package internal

autoprofile/internal/symbolizer_1_9.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
// +build !go1.10
25

36
package internal

autoprofile/internal/timer.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal
25

36
import (

autoprofile/internal/timer_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal_test
25

36
import (

autoprofile/internal/uuid.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal
25

36
import (

autoprofile/internal/uuid_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package internal_test
25

36
import (

aws/ecs_metadata.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package aws
25

36
import (

aws/ecs_metadata_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package aws_test
25

36
import (

context.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2017
3+
14
package instana
25

36
import (

context_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package instana_test
25

36
import (

docker/container_stats.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package docker
25

36
import (

env_config.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package instana
25

36
import (

env_config_internal_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package instana
25

36
import (

eum.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2018
3+
14
package instana
25

36
import (

eum_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2018
3+
14
package instana_test
25

36
import (

event.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2017
3+
14
package instana
25

36
import (

event_internal_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2017
3+
14
package instana
25

36
import (

example/autoprofile/demo.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2020
3+
14
package main
25

36
import (

example/event/change/change_event_no_sensor.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// (c) Copyright IBM Corp. 2021
2+
// (c) Copyright Instana Inc. 2017
3+
14
package main
25

36
import (

0 commit comments

Comments
 (0)