diff --git a/gitops_workflow_raw_otel/source/my_otel_config.yaml b/gitops_workflow_raw_otel/source/my_otel_config.yaml index bd48245..4b249f2 100644 --- a/gitops_workflow_raw_otel/source/my_otel_config.yaml +++ b/gitops_workflow_raw_otel/source/my_otel_config.yaml @@ -1,6 +1,6 @@ receivers: hostmetrics: - collection_interval: 1m + collection_interval: 2m scrapers: load: filesystem: @@ -19,4 +19,4 @@ service: metrics: receivers: [hostmetrics] processors: [batch] - exporters: [logging] \ No newline at end of file + exporters: [logging]