Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkpoint checkin #1

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

checkpoint checkin #1

wants to merge 6 commits into from

Conversation

humoflife
Copy link
Collaborator

Description of your changes

Added the following tested items to this checkpoint check in.

  • xmetrics datadog dashboard json
  • xmetrics datadog dashboard png
  • xmetrics datadog agent config
  • xmetrics datadog image build

Fixes #

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

How has this code been tested

  • make e2e
  • dashboard loaded into datadog, xmetrics installed, claims run and dashboard data verified.

@@ -0,0 +1,7 @@
FROM gcr.io/datadoghq/agent:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we switch Dockerfiles and files to cluster/images//*
like: https://github.com/crossplane-contrib/x-metrics/tree/main/cluster/images/x-metrics

and please add the following section in makefile:
https://github.com/crossplane-contrib/x-metrics/blob/main/Makefile#L47-L54

then the docker build process is used from upbound build module

echo_info "Building and Loading Datadog XMetrics Agent with Upbound integration"
CWD=$(pwd)
cd ${SCRIPT_DIR}/../.up/config/datadog-xm
docker build -t datadog-upbound_xmetrics:v1.0.0 .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can skip the build when using the build process from build module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants