_includes/2021-12-02-distributed-tracing-pipeline-with-opentelemetry/k8s-manifest-for-otel-collector.yaml (5 lines): - line 134: replicas: 4 #TODO - adjust this to your own requirements - line 154: cpu: 2 #TODO - adjust this to your own requirements - line 155: memory: 4Gi #TODO - adjust this to your own requirements - line 157: cpu: 1 #TODO - adjust this to your own requirements - line 158: memory: 2Gi #TODO - adjust this to your own requirements _includes/2021-12-02-distributed-tracing-pipeline-with-opentelemetry/k8s-manifest-for-otel-agent.yml (4 lines): - line 115: cpu: 500m #TODO - adjust this to your own requirements - line 116: memory: 500Mi #TODO - adjust this to your own requirements - line 118: cpu: 100m #TODO - adjust this to your own requirements - line 119: memory: 100Mi #TODO - adjust this to your own requirements _plugins/link-checker.rb (2 lines): - line 271: retry_timestamp = retry_after.to_i + now # TODO: This could also be a timestamp - line 298: # TODO: This should not return false, but instead re raise. We should not have unknown exceptions _sass/_style.scss (1 line): - line 229: // TODO: most of this is copy/pasted from .admonition. We should factor out the common bits