Skip to content

Commit 20faa10

Browse files
generated files
1 parent 3b90203 commit 20faa10

File tree

5 files changed

+35
-7
lines changed

5 files changed

+35
-7
lines changed

charts/nr-k8s-otel-collector/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ to export data to this connector which can then be connected to the New Relic ma
160160
| kube-state-metrics.prometheusScrape | bool | `false` | Disable prometheus from auto-discovering KSM and potentially scraping duplicated data |
161161
| labels | object | `{}` | Additional labels for chart objects |
162162
| licenseKey | string | `""` | This set this license key to use. Can be configured also with `global.licenseKey` |
163-
| logsPipeline | object | `{"collectorEgress":{"processors":null},"collectorIngress":{"exporters":null,"processors":null}}` | Edit how the NR Logs pipeline handles your Logs |
163+
| logsPipeline | object | `{"collectorEgress":{"exporters":null,"processors":null},"collectorIngress":{"exporters":null,"processors":null}}` | Edit how the NR Logs pipeline handles your Logs |
164+
| logsPipeline.collectorEgress.exporters | string | `nil` | List of additional exports to export the processed metrics. |
164165
| logsPipeline.collectorEgress.processors | string | `nil` | List of processors to be applied to your metrics after the NR processors have been applied. This is applied at the end of the pipeline after the default NR processors have been applied to the data. |
165166
| logsPipeline.collectorIngress.exporters | string | `nil` | List of exporters that you'd like to use to export RAW metrics. |
166167
| logsPipeline.collectorIngress.processors | string | `nil` | List of processors to be applied to your RAW Metrics. This is applied at the beginning of the pipeline |

charts/nr-k8s-otel-collector/examples/k8s/rendered/daemonset-configmap.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,13 @@ data:
600600
601601
602602
routing/nr_logs_pipelines:
603+
default_pipelines: [logs/pipeline]
604+
table:
605+
- context: datapoint
606+
condition: "true"
607+
pipelines: [logs/pipeline]
608+
609+
routing/logs_egress:
603610
default_pipelines: [logs/egress]
604611
table:
605612
- context: datapoint
@@ -738,14 +745,21 @@ data:
738745
- routing/nr_logs_pipelines
739746
740747
741-
logs/egress:
748+
logs/pipeline:
742749
receivers:
743750
- routing/nr_logs_pipelines
744751
processors:
745752
- memory_limiter
746753
- transform/truncate
747754
- resource
748755
- k8sattributes/ksm
756+
exporters:
757+
- routing/logs_egress
758+
759+
logs/egress:
760+
receivers:
761+
- routing/logs_egress
762+
processors:
749763
750764
- batch
751765
exporters:

charts/nr-k8s-otel-collector/examples/k8s/rendered/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
app.kubernetes.io/name: nr-k8s-otel-collector
2525
component: daemonset
2626
annotations:
27-
checksum/config: 4e18f9b87152e6c0b33243696866f7422f0a70280249627926d93648fffdf206
27+
checksum/config: b8996abfdf8f906dc97cc5311d6fc31629c41945438fdc51a779537259115556
2828
spec:
2929
serviceAccountName: example-nr-k8s-otel-collector
3030
containers:

charts/nr-k8s-otel-collector/examples/k8s/rendered/deployment-configmap.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,13 @@ data:
669669
connectors:
670670
671671
672+
routing/nr_logs_pipelines:
673+
default_pipelines: [logs/pipeline]
674+
table:
675+
- context: datapoint
676+
condition: "true"
677+
pipelines: [logs/pipeline]
678+
672679
routing/logs_egress:
673680
default_pipelines: [logs/egress]
674681
table:
@@ -777,15 +784,21 @@ data:
777784
processors:
778785
779786
exporters:
780-
- routing/logs_egress
787+
- routing/nr_logs_pipelines
781788
782-
logs/egress:
789+
logs/pipeline:
783790
receivers:
784-
- routing/logs_egress
791+
- routing/nr_logs_pipelines
785792
processors:
786793
- memory_limiter
787794
- transform/events
788795
- resource/events
796+
exporters:
797+
- routing/logs_egress
798+
logs/egress:
799+
receivers:
800+
- routing/logs_egress
801+
processors:
789802
790803
- batch
791804
exporters:

charts/nr-k8s-otel-collector/examples/k8s/rendered/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
app.kubernetes.io/name: nr-k8s-otel-collector
2727
component: deployment
2828
annotations:
29-
checksum/config: ee6890ba08e6163b034f3d1d5d4bcbe951297f37ad04d6d635bb3ba9c0001bf6
29+
checksum/config: 59481146e3b97b7a557dac89b713176f0472ef872ba77c35ac28a3916ff717e7
3030
spec:
3131
serviceAccountName: example-nr-k8s-otel-collector
3232
containers:

0 commit comments

Comments
 (0)