File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
charts/logzio-apm-collector Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,10 @@ resourcedetection/distribution:
110
110
detectors: ["eks", "ec2"]
111
111
{ {- else if eq . " aks" } }
112
112
resourcedetection/distribution:
113
- detectors: ["env ", "aks "]
113
+ detectors: ["aks ", "azure "]
114
114
{ {- else if eq . " gke" } }
115
115
resourcedetection/distribution:
116
- detectors: ["env", " gcp"]
116
+ detectors: ["gcp"]
117
117
{ {- else } }
118
118
resourcedetection/all:
119
119
detectors: [ec2, azure, gcp]
Original file line number Diff line number Diff line change @@ -37,7 +37,12 @@ global:
37
37
distribution : " "
38
38
# Optional - Control enabling of the OpenTelemetry Collector's resource detection feature. Dependent on `distribution` value.
39
39
resourceDetection :
40
- enabled : true
40
+ enabled : false
41
+
42
+ # Optional - Overrides `global.resourceDetection.enabled`.
43
+ # Control whether the OpenTelemetry Collector's resource detection feature is enabled. Dependent on `distribution` value.
44
+ resourceDetection :
45
+ enabled : true
41
46
42
47
# Allows changing the OpenTelemetry Collector log level
43
48
otelLogLevel : " info"
You can’t perform that action at this time.
0 commit comments