Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: agent
description: Chart to install K8s collection stack based on Observe Agent
type: application
version: 0.84.0
version: 0.84.1
appVersion: "2.14.0"
dependencies:
- name: opentelemetry-collector
Expand Down
2 changes: 1 addition & 1 deletion charts/agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# agent

![Version: 0.84.0](https://img.shields.io/badge/Version-0.84.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.0](https://img.shields.io/badge/AppVersion-2.14.0-informational?style=flat-square)
![Version: 0.84.1](https://img.shields.io/badge/Version-0.84.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.0](https://img.shields.io/badge/AppVersion-2.14.0-informational?style=flat-square)

Chart to install K8s collection stack based on Observe Agent

Expand Down
2 changes: 2 additions & 0 deletions charts/agent/templates/_gateway-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ receivers:
protocols:
grpc:
endpoint: ${env:MY_POD_IP}:4317
# Set the max receive size to match Observe ingest for consistency.
max_recv_msg_size_mib: 50
http:
endpoint: ${env:MY_POD_IP}:4318

Expand Down