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

Switch k8s.deployment metrics to use pdata. #23416

Merged
merged 8 commits into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
remove schemaURL and windows build instructions
  • Loading branch information
atoulme committed Jun 15, 2023
commit 98dff440d7144a2f85fbabfff5a1ad8cdd8203cd
3 changes: 0 additions & 3 deletions receiver/k8sclusterreceiver/internal/deployment/doc.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

//go:build !windows
// +build !windows

//go:generate mdatagen metadata.yaml

package deployment // import "github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver/internal/deployment"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
type: k8s/deployment

sem_conv_version: 1.18.0

resource_attributes:
k8s.deployment.uid:
description: The UID of the Deployment.
Expand Down