Skip to content

Commit

Permalink
Merge pull request #74 from kube-logging/bytes-metrics
Browse files Browse the repository at this point in the history
feat(otel col): use Axoflow image with bytes metrics
  • Loading branch information
OverOrion authored May 13, 2024
2 parents 6519d42 + 3eab606 commit 5b85ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/telemetry/collector_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (r *CollectorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
UpgradeStrategy: "none",
Config: otelConfig,
Mode: otelv1alpha1.ModeDaemonSet,
Image: "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.98.0-fluentforward",
Image: "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.98.0-bytes",
ServiceAccount: saName.Name,
VolumeMounts: []corev1.VolumeMount{
{
Expand Down

0 comments on commit 5b85ce4

Please sign in to comment.