Skip to content

Commit 02ff1cc

Browse files
Merge pull request #71 from superstreamlabs/qa
Qa
2 parents 5539922 + 3ad09a9 commit 02ff1cc

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

charts/superstream-agent/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
autoScalerVersion: "1.1.902"
77
artifacthub.io/changes: |-
88
- kind: changed
9-
description: Bump Superstream-Data-Plane to 1.1.928
9+
description: Bump Telegraf to 1.8.62
1010
name: superstream-agent
1111
description: Superstream Official Helm chart
1212
home: https://superstream.ai
@@ -30,7 +30,7 @@ type: application
3030
# This is the chart version. This version number should be incremented each time you make changes
3131
# to the chart and its templates, including the app version.
3232
# Versions are expected to follow Semantic Versioning (https://semver.org/)
33-
version: 0.1.59
33+
version: 0.1.60
3434
# This is the version number of the application being deployed. This version number should be
3535
# incremented each time you make changes to the application. Versions are not expected to
3636
# follow Semantic Versioning. They should reflect the version the application is using.
@@ -39,4 +39,4 @@ appVersion: "1.1.928"
3939
icon: https://memphis-public-files.s3.eu-central-1.amazonaws.com/superstream_logo.png
4040
dependencies:
4141
- name: telegraf
42-
version: 1.8.61
42+
version: 1.8.62

charts/superstream-agent/charts/telegraf/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: telegraf
3-
version: 1.8.61
4-
appVersion: 1.35.3
3+
version: 1.8.62
4+
appVersion: 1.36.0
55
deprecated: false
66
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
77
keywords:

charts/superstream-agent/charts/telegraf/templates/configmap.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ data:
8181
"superstream_logs"
8282
]
8383
source = "def apply(metric):\n unique_str = metric.name + str(metric.fields) + str(metric.tags)\n random_value = str(hash(unique_str))[-8:]\n metric.tags['eventId'] = random_value\n return metric \n"
84+
[[processors.dedup]]
85+
namepass = ["superstream_logs"]
86+
dedup_interval = "5m"
8487
[[processors.starlark]]
8588
source = '''
8689
def apply(metric):
@@ -164,4 +167,4 @@ data:
164167
[inputs.internal.tags]
165168
accountId = "{{ .Values.global.superstreamAccountId }}"
166169
engineName = {{ .Values.global.agentName | quote }}
167-
agentName = {{ .Values.global.agentName | quote }}
170+
agentName = {{ .Values.global.agentName | quote }}

charts/superstream-agent/charts/telegraf/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ global:
2020
replicaCount: 1
2121
image:
2222
repo: "library/telegraf"
23-
tag: "1.35-alpine"
23+
tag: "1.36-alpine"
2424
pullPolicy: IfNotPresent
2525
registry:
2626
podAnnotations: {}

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.59
1+
0.1.60

0 commit comments

Comments
 (0)