Skip to content

Commit b3afd05

Browse files
Merge branch 'main' into main
2 parents 2a4b762 + 2c17ffd commit b3afd05

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

charts/promtail/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: promtail
33
description: Promtail is an agent which ships the contents of local logs to a Loki instance
44
type: application
55
appVersion: 3.0.0
6-
version: 6.16.0
6+
version: 6.16.1
77
home: https://grafana.com/loki
88
sources:
99
- https://github.com/grafana/loki

charts/promtail/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# promtail
22

3-
![Version: 6.16.0](https://img.shields.io/badge/Version-6.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
3+
![Version: 6.16.1](https://img.shields.io/badge/Version-6.16.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
44

55
Promtail is an agent which ships the contents of local logs to a Loki instance
66

charts/promtail/templates/service-metrics.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ metadata:
66
namespace: {{ include "promtail.namespaceName" . }}
77
labels:
88
{{- include "promtail.labels" . | nindent 4 }}
9-
{{- toYaml .Values.service.labels | nindent 4 }}
9+
{{- with .Values.service.labels }}
10+
{{- toYaml . | nindent 4 }}
11+
{{- end }}
12+
{{- with .Values.service.annotations }}
1013
annotations:
11-
{{- toYaml .Values.service.annotations | nindent 4 }}
14+
{{- toYaml . | nindent 4 }}
15+
{{- end }}
1216
spec:
1317
clusterIP: None
1418
ports:

charts/tempo-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tempo-distributed
33
description: Grafana Tempo in MicroService mode
44
type: application
5-
version: 1.11.0
5+
version: 1.12.0
66
appVersion: 2.5.0
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/

charts/tempo-distributed/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![Version: 1.11.0](https://img.shields.io/badge/Version-1.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
3+
![Version: 1.12.0](https://img.shields.io/badge/Version-1.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

@@ -457,7 +457,7 @@ The memcached default args are removed and should be provided manually. The sett
457457
| gateway.readinessProbe.timeoutSeconds | int | `1` | |
458458
| gateway.replicas | int | `1` | Number of replicas for the gateway |
459459
| gateway.resources | object | `{}` | Resource requests and limits for the gateway |
460-
| gateway.service.additionalPorts | object | `{}` | Additional ports to be opneed on gateway service (e.g. for RPC connections) |
460+
| gateway.service.additionalPorts | list | `[]` | Additional ports to be opneed on gateway service (e.g. for RPC connections) |
461461
| gateway.service.annotations | object | `{}` | Annotations for the gateway service |
462462
| gateway.service.clusterIP | string | `nil` | ClusterIP of the gateway service |
463463
| gateway.service.labels | object | `{}` | Labels for gateway service |
@@ -584,7 +584,7 @@ The memcached default args are removed and should be provided manually. The sett
584584
| metricsGenerator.annotations | object | `{}` | Annotations for the metrics-generator StatefulSet |
585585
| metricsGenerator.appProtocol | object | `{"grpc":null}` | Adds the appProtocol field to the metricsGenerator service. This allows metricsGenerator to work with istio protocol selection. |
586586
| metricsGenerator.appProtocol.grpc | string | `nil` | Set the optional grpc service protocol. Ex: "grpc", "http2" or "https" |
587-
| metricsGenerator.config | object | `{"metrics_ingestion_time_range_slack":"30s","processor":{"service_graphs":{"dimensions":[],"histogram_buckets":[0.1,0.2,0.4,0.8,1.6,3.2,6.4,12.8],"max_items":10000,"wait":"10s","workers":10},"span_metrics":{"dimensions":[],"histogram_buckets":[0.002,0.004,0.008,0.016,0.032,0.064,0.128,0.256,0.512,1.02,2.05,4.1]}},"registry":{"collection_interval":"15s","external_labels":{},"stale_duration":"15m"},"storage":{"path":"/var/tempo/wal","remote_write":[],"remote_write_flush_deadline":"1m","wal":null},"traces_storage":{"path":"/var/tempo/traces"}}` | More information on configuration: https://grafana.com/docs/tempo/latest/configuration/#metrics-generator |
587+
| metricsGenerator.config | object | `{"metrics_ingestion_time_range_slack":"30s","processor":{"service_graphs":{"dimensions":[],"histogram_buckets":[0.1,0.2,0.4,0.8,1.6,3.2,6.4,12.8],"max_items":10000,"wait":"10s","workers":10},"span_metrics":{"dimensions":[],"histogram_buckets":[0.002,0.004,0.008,0.016,0.032,0.064,0.128,0.256,0.512,1.02,2.05,4.1]}},"registry":{"collection_interval":"15s","external_labels":{},"stale_duration":"15m"},"storage":{"path":"/var/tempo/wal","remote_write":[],"remote_write_add_org_id_header":true,"remote_write_flush_deadline":"1m","wal":null},"traces_storage":{"path":"/var/tempo/traces"}}` | More information on configuration: https://grafana.com/docs/tempo/latest/configuration/#metrics-generator |
588588
| metricsGenerator.config.processor.service_graphs | object | `{"dimensions":[],"histogram_buckets":[0.1,0.2,0.4,0.8,1.6,3.2,6.4,12.8],"max_items":10000,"wait":"10s","workers":10}` | For processors to be enabled and generate metrics, pass the names of the processors to overrides.metrics_generator_processors value like [service-graphs, span-metrics] |
589589
| metricsGenerator.config.processor.service_graphs.dimensions | list | `[]` | resource and span attributes and are added to the metrics if present. |
590590
| metricsGenerator.config.processor.span_metrics.dimensions | list | `[]` | Dimensions are searched for in the resource and span attributes and are added to the metrics if present. |

charts/tempo-distributed/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ metricsGenerator:
356356
path: /var/tempo/wal
357357
wal:
358358
remote_write_flush_deadline: 1m
359+
# Whether to add X-Scope-OrgID header in remote write requests
360+
remote_write_add_org_id_header: true
359361
# -- A list of remote write endpoints.
360362
# -- https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write
361363
remote_write: []
@@ -1703,7 +1705,7 @@ gateway:
17031705
# -- Labels for gateway service
17041706
labels: {}
17051707
# -- Additional ports to be opneed on gateway service (e.g. for RPC connections)
1706-
additionalPorts: {}
1708+
additionalPorts: []
17071709
# Gateway ingress configuration
17081710
ingress:
17091711
# -- Specifies whether an ingress for the gateway should be created

0 commit comments

Comments
 (0)