Skip to content

Commit

Permalink
feat: refine settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Jan 24, 2024
1 parent 8a45c40 commit 6e3b9d3
Show file tree
Hide file tree
Showing 60 changed files with 327 additions and 1,604 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ type MetricsSpec struct {

// OpenTelemetryConfigurationSpec defines the desired state of OpenTelemetryConfiguration
type OpenTelemetryConfiguration struct {
ConfigurationProperties `json:",inline"`
// +optional
Traces *TracesSpec `json:"traces,omitempty"`
// +optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package v1beta1

import (
"fmt"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

Expand Down

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

Loading

0 comments on commit 6e3b9d3

Please sign in to comment.