728x90
728x90
[로그 분석/시각화 - 1] 기존 로그 관리의 문제점과 PLG로 로그 시각화 구현해보기 (Promtail, Loki, Grafana / ELK)
프로젝트2024. 2. 14. 14:41[로그 분석/시각화 - 1] 기존 로그 관리의 문제점과 PLG로 로그 시각화 구현해보기 (Promtail, Loki, Grafana / ELK)

개발 동기 현재 사내 서비스들에 대한 로그는 winston으로 날짜별/레벨별로 관리되고 있다. nest-winston A Nest module wrapper for winston. Latest version: 1.9.4, last published: 6 months ago. Start using nest-winston in your project by running `npm i nest-winston`. There are 236 other projects in the npm registry using nest-winston. www.npmjs.com export const winstonLogger = WinstonModule.createLogger({ transports: [ new winston.tra..

[Git Actions / Docker] An image does not exist locally with the tag: [repo]/[image]
트러블슈팅2023. 9. 15. 18:46[Git Actions / Docker] An image does not exist locally with the tag: [repo]/[image]

에러 메세지 An image does not exist locally with the tag: [repo]/[image] 아래와 같은 action.yml을 사용하고있었는데 계속해서 리파지토리에 이미지를 빌드한 후 태그를 못잡아 주는 것 같았다. name: Docker Image CI on: push: branches: [ "main" ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Login Dockerhub env: DOCKER_USERNAME: ${{secrets.DOCKERHUB_USERNAME}} DOCKER_PASSWORD: ${{secrets.DOCKERHUB_PASSWORD}} run: docke..

윈도우에서 도커 사용 시 Docker Desktop requires a newer WSL kernel version.
트러블슈팅2023. 4. 30. 12:30윈도우에서 도커 사용 시 Docker Desktop requires a newer WSL kernel version.

도커 입문단계에서부터 시작된 무언가.. 쉬운게 없다 역시.. wsl --update를 커널에다 입력하라는 것 같다. 해결 PowerShell에서 wsl --update 명령어를 입력해서 업데이트를 진행 만약 0%에서 올라가지 않는다면, 아래 포스팅을 참조 [Docker] wsl 무한대기 (feat. Docker Desktop requires a newer WSL kernel version) 서버에서 GitLab과 Jenkins를 돌리려는데 Jenkins를 잘 모르겠다. 스케줄링과 같은(더 많은 서비스가 있겠지만) 개념으로 .sh을 실행하는 것 같긴 한데, 익숙지가 않아서 인프런에 강의를 구매. 근데 Win park-duck.tistory.com

728x90
728x90
image