From 8e497455ab1b5d0e65cca48dcccd62c163aaaaf7 Mon Sep 17 00:00:00 2001 From: itoktsnhc Date: Tue, 5 Sep 2023 16:11:25 +0800 Subject: [PATCH] reque --- Stat.Itok.Func.Worker/Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Stat.Itok.Func.Worker/Dockerfile b/Stat.Itok.Func.Worker/Dockerfile index c07be39..5165bee 100644 --- a/Stat.Itok.Func.Worker/Dockerfile +++ b/Stat.Itok.Func.Worker/Dockerfile @@ -25,12 +25,12 @@ ENV CORECLR_PROFILER_PATH=/home/Pyroscope.Profiler.Native.so ENV LD_PRELOAD=/home/Pyroscope.Linux.ApiWrapper.x64.so -ENV PYROSCOPE_APPLICATION_NAME=stat.itok.worker -ENV PYROSCOPE_SERVER_ADDRESS=http://pyroscope:4040/ -ENV PYROSCOPE_LOG_LEVEL=debug -ENV PYROSCOPE_PROFILING_ENABLED=1 -ENV PYROSCOPE_PROFILING_ALLOCATION_ENABLED=true -ENV PYROSCOPE_PROFILING_CONTENTION_ENABLED=true -ENV PYROSCOPE_PROFILING_EXCEPTION_ENABLED=true +#ENV PYROSCOPE_APPLICATION_NAME=stat.itok.worker +#ENV PYROSCOPE_SERVER_ADDRESS=http://pyroscope:4040/ +#ENV PYROSCOPE_LOG_LEVEL=debug +#ENV PYROSCOPE_PROFILING_ENABLED=1 +#ENV PYROSCOPE_PROFILING_ALLOCATION_ENABLED=true +#ENV PYROSCOPE_PROFILING_CONTENTION_ENABLED=true +#ENV PYROSCOPE_PROFILING_EXCEPTION_ENABLED=true COPY --from=installer-env ["/home/site/wwwroot", "/home/site/wwwroot"] \ No newline at end of file