Skip to content

Commit

Permalink
agent: bug fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
d7561985 committed Apr 5, 2023
1 parent 138af9a commit 7fe6fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 0.5.19
version: 0.5.20

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 1 addition & 5 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,12 +398,8 @@ config:
receivers: [ otlp ]
processors: [ resource, resource/tempo, memory_limiter, batch ]
exporters: [ logging, otlp/global ]
metrics/2:
receivers: [ prometheus ]
processors: [ resource, transform, memory_limiter ]
exporters: [ logging, otlp/global ]
metrics:
receivers: [ otlp, ]
receivers: [ otlp, prometheus]
processors: [ resource, transform, memory_limiter ]
exporters: [ logging, otlp/global ]
logs:
Expand Down

0 comments on commit 7fe6fee

Please sign in to comment.