Skip to content

Commit

Permalink
collector log
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 committed Oct 31, 2023
1 parent ca2c7b0 commit bffe4ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -36,7 +36,7 @@ service:
pipelines:
metrics:
receivers: [prometheus]
exporters: [otlp]
exporters: [otlp, file]
processors: [batch, resource]
telemetry:
logs:
Expand Down

0 comments on commit bffe4ef

Please sign in to comment.