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

Google k8s POC #142

Merged
merged 19 commits into from
Feb 2, 2022
Merged

Google k8s POC #142

merged 19 commits into from
Feb 2, 2022

Conversation

jsirianni
Copy link
Member

@jsirianni jsirianni commented Nov 30, 2021

Proposed Change

This PR contains everything required for our Google Cloud Ops POC, leveraging the following:

  • K8s cluster metrics
  • K8s node metrics (node, pod, container)
  • Mysql metrics
  • Statsd metrics
  • JMX metrics

Notable changes

  • Added unused --log-level flag, this should be implemented. It is required by the OTEL K8s operator
  • Updated Makefile tidy target to mimic the Open Telemetry Contrib repo's implementation
  • Upgraded to OTEL v0.40.0, v0.39.0 required some changes:
  • Removed pkg/collector/provider.go in favor of go.opentelemetry.io/collector/config/configmapprovider.NewDefault()
    • the interface changed, and I discovered this built in capability for reading a config file
  • ArrayVal() was replaced with SliceVal()
  • Added new components required for our Google POC

This branch was been in use for 1+ month while we built a POC involving Kubernetes and Google Cloud Monitoring.

Checklist
  • Changes are tested
  • Changes are documented

@jsirianni jsirianni marked this pull request as ready for review February 1, 2022 22:43
@jsirianni jsirianni requested a review from a team as a code owner February 1, 2022 22:43
@jsirianni jsirianni merged commit b16bafc into master Feb 2, 2022
@jsirianni jsirianni deleted the google-k8s-poc branch February 2, 2022 15:32
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.

2 participants