Skip to content

Commit

Permalink
add copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Mange <[email protected]>
  • Loading branch information
thibaultmg committed Jan 15, 2025
1 parent bafbff8 commit b98b4c3
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cicd-scripts/metrics/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2021 Red Hat, Inc.
# Copyright Contributors to the Open Cluster Management project

DAHSBOARDS_DIR = ../../operators/multiclusterobservability/manifests/base/grafana
PLATFORM_DASH_DIR = $(DAHSBOARDS_DIR)/platform-mcoa
HCP_DASH_DIR = $(DAHSBOARDS_DIR)/hcp-mcoa
Expand Down
4 changes: 4 additions & 0 deletions cicd-scripts/metrics/cmd/dashcheck/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project
// Licensed under the Apache License 2.0

/*
CI tool that provides a simple CLI to ensure that a list of metrics used in dashboards is well federated by
the referenced scrapeConfigs.
Expand Down
4 changes: 4 additions & 0 deletions cicd-scripts/metrics/cmd/rulescheck/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project
// Licensed under the Apache License 2.0

/*
CI tool that provides a simple CLI to ensure that metrics resulting from rules evaluation defined in scrape configs
are defined in the listed rule files.
Expand Down
4 changes: 4 additions & 0 deletions cicd-scripts/metrics/internal/rule/rule.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project
// Licensed under the Apache License 2.0

package rule

import (
Expand Down
4 changes: 4 additions & 0 deletions cicd-scripts/metrics/internal/scrapeconfig/scrapeconfig.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project
// Licensed under the Apache License 2.0

package scrapeconfig

import (
Expand Down
4 changes: 4 additions & 0 deletions cicd-scripts/metrics/internal/utils/utils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project
// Licensed under the Apache License 2.0

package utils

// Diff returns the list of added elements (elements from slice b that are not found in a)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project
// Licensed under the Apache License 2.0

package rendering

import (
Expand Down

0 comments on commit b98b4c3

Please sign in to comment.