Skip to content
  • Klaus Post's avatar
    fix: remote profile names and extension (#9145) · eeb5942b
    Klaus Post authored
    Remote profiles are not formatted correctly:
    
    ```
    profile-172.31.91.126_9000-cpu.pprof
    profile-172.31.91.126_9000-goroutines-before.txt
    profile-172.31.91.126_9000-goroutines.txt
    profiling-172.31.80.49_9000-cpu.pprof.pprof
    profiling-172.31.80.49_9000-goroutines-before.txt.pprof
    profiling-172.31.80.49_9000-goroutines.txt.pprof
    profiling-172.31.86.101_9000-cpu.pprof.pprof
    profiling-172.31.86.101_9000-goroutines-before.txt.pprof
    profiling-172.31.86.101_9000-goroutines.txt.pprof
    profiling-172.31.91.191_9000-cpu.pprof.pprof
    profiling-172.31.91.191_9000-goroutines-before.txt.pprof
    profiling-172.31.91.191_9000-goroutines.txt.pprof
    ```
    
    `profiling` -> `profile`, remove extra extension.
    eeb5942b