diff --git a/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/Chart.yaml b/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/Chart.yaml index 9131930a8..5fd22fb5d 100644 --- a/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/Chart.yaml +++ b/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 6.8.0-ccp-shell-removal-branch-10-27-2023-aff5591d +version: 6.8.0-ccp-shell-removal-branch-10-31-2023-ca2c7b00 # This is the version number of the application being deployed (basically, imagetag for the image built/compatible with this chart semver above). This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "6.8.0-ccp-shell-removal-branch-10-27-2023-aff5591d" +appVersion: "6.8.0-ccp-shell-removal-branch-10-31-2023-ca2c7b00" # dependencies: # - name: prometheus-node-exporter # version: "4.21.0" diff --git a/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/values.yaml b/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/values.yaml index f2cb63777..239ffb12f 100644 --- a/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/values.yaml +++ b/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/values.yaml @@ -36,10 +36,10 @@ AzureMonitorMetrics: - validatingwebhookconfigurations - volumeattachments ImageRepository: "/azuremonitor/containerinsights/cidev/prometheus-collector/images" - ImageTag: "6.8.0-ccp-shell-removal-branch-10-27-2023-aff5591d" - ImageTagWin: "6.8.0-ccp-shell-removal-branch-10-27-2023-aff5591d-win" - ImageTagTargetAllocator: "6.8.0-ccp-shell-removal-branch-10-27-2023-aff5591d-targetallocator" - ImageTagCfgReader: "6.8.0-ccp-shell-removal-branch-10-27-2023-aff5591d-cfg" + ImageTag: "6.8.0-ccp-shell-removal-branch-10-31-2023-ca2c7b00" + ImageTagWin: "6.8.0-ccp-shell-removal-branch-10-31-2023-ca2c7b00-win" + ImageTagTargetAllocator: "6.8.0-ccp-shell-removal-branch-10-31-2023-ca2c7b00-targetallocator" + ImageTagCfgReader: "6.8.0-ccp-shell-removal-branch-10-31-2023-ca2c7b00-cfg" TargetAllocatorEnabled: false DeploymentReplicas: 1 # The below 2 settings are not Azure Monitor Metrics adapter chart. They are substituted in a different manner. diff --git a/otelcollector/opentelemetry-collector-builder/collector-config-default.yml b/otelcollector/opentelemetry-collector-builder/collector-config-default.yml index b20ef3169..4f4bde8d1 100644 --- a/otelcollector/opentelemetry-collector-builder/collector-config-default.yml +++ b/otelcollector/opentelemetry-collector-builder/collector-config-default.yml @@ -12,7 +12,7 @@ exporters: enabled: false timeout: 12s file: - path: "/opt/microsoft/otelcollector/collector-log.json" # Set the desired output file path + path: "/opt/microsoft/otelcollector/collector-log.json" processors: batch: send_batch_size: 7000 diff --git a/otelcollector/opentelemetry-collector-builder/collector-config-template.yml b/otelcollector/opentelemetry-collector-builder/collector-config-template.yml index 7276ee8c1..6ad64891a 100644 --- a/otelcollector/opentelemetry-collector-builder/collector-config-template.yml +++ b/otelcollector/opentelemetry-collector-builder/collector-config-template.yml @@ -4,7 +4,7 @@ exporters: const_labels: cluster: $AZMON_CLUSTER_LABEL file: - path: /opt/microsoft/otelcollector/promotel.json + path: /opt/microsoft/otelcollector/collector-log.json otlp: endpoint: 127.0.0.1:55680 tls: @@ -36,7 +36,7 @@ service: pipelines: metrics: receivers: [prometheus] - exporters: [otlp] + exporters: [otlp, file] processors: [batch, resource] telemetry: logs: