Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MIT

version: 2.1
Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MPL-2.0

version: 2
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MIT

language: go
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 HashiCorp, Inc.
Copyright IBM Corp. 2013, 2025

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion circonus/circonus.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

// Circonus Metrics Sink
Expand Down
2 changes: 1 addition & 1 deletion circonus/circonus_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package circonus
Expand Down
2 changes: 1 addition & 1 deletion compat/armon.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build armonmetrics || ignore || !hashicorpmetrics
// +build armonmetrics ignore !hashicorpmetrics

Check failure on line 5 in compat/armon.go

View workflow job for this annotation

GitHub Actions / build

buildtag: +build line is no longer needed (govet)

package metrics

Expand Down
2 changes: 1 addition & 1 deletion compat/circonus/armon.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build armonmetrics || ignore || !hashicorpmetrics
// +build armonmetrics ignore !hashicorpmetrics

Check failure on line 5 in compat/circonus/armon.go

View workflow job for this annotation

GitHub Actions / build

buildtag: +build line is no longer needed (govet)

package circonus

Expand Down
2 changes: 1 addition & 1 deletion compat/circonus/hashicorp.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build hashicorpmetrics
Expand Down
2 changes: 1 addition & 1 deletion compat/datadog/armon.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build armonmetrics || ignore || !hashicorpmetrics
Expand Down
2 changes: 1 addition & 1 deletion compat/datadog/hashicorp.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build hashicorpmetrics
Expand Down
2 changes: 1 addition & 1 deletion compat/hashicorp.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build hashicorpmetrics
// +build hashicorpmetrics

Check failure on line 5 in compat/hashicorp.go

View workflow job for this annotation

GitHub Actions / build

buildtag: +build line is no longer needed (govet)

package metrics

Expand Down
2 changes: 1 addition & 1 deletion compat/prometheus/armon.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build armonmetrics || ignore || !hashicorpmetrics
Expand Down
2 changes: 1 addition & 1 deletion compat/prometheus/hashicorp.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build hashicorpmetrics
Expand Down
2 changes: 1 addition & 1 deletion const_js.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion const_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build !windows && !js
Expand Down
2 changes: 1 addition & 1 deletion const_windows.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

// +build windows
Expand Down
2 changes: 1 addition & 1 deletion datadog/dogstatsd.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package datadog
Expand Down
2 changes: 1 addition & 1 deletion datadog/dogstatsd_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package datadog
Expand Down
2 changes: 1 addition & 1 deletion inmem.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion inmem_endpoint.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion inmem_endpoint_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion inmem_signal.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion inmem_signal_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion inmem_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion metrics.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion metrics_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion prometheus/prometheus.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build go1.9
Expand Down
2 changes: 1 addition & 1 deletion prometheus/prometheus_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package prometheus
Expand Down
2 changes: 1 addition & 1 deletion sink.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion sink_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion start.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion start_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion statsd.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion statsd_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion statsite.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
2 changes: 1 addition & 1 deletion statsite_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package metrics
Expand Down
Loading