Helm jaeger config

HEUI SUNG LEE·2024년 8월 25일

ci_cd

목록 보기
3/3

values.yaml

provisionDataStore:
  # Setting these values false, in case you want to use your existant storage cluster,
  # this will stop Jaeger setting up a new cluster or storage for us,.
  cassandra: false
  elasticsearch: false

query:
  # Just in case if you wanted to change the service (optional)
  service:
    type: NodePort

spark:
  # The spark job is not enabled by default, if you don't enable it
  # don't expect to have a dependency graph then.
  enabled: true
  resources:
    # Give this job enough amount of resources plz!
    limits:
      cpu: 800m
      memory: 4Gi
    requests:
      cpu: 400m
      memory: 2Gi

agent:
  # if you are using otel-agent, then you don't need to deploy the jaeger agent
  enabled: false
  

collector:
  # it's better to have 2 replicas instead of 1
  replicaCount: 2
  resources:
    limits:
      cpu: 300m
      memory: 300Mi
    requests:
      cpu: 200m
      memory: 200Mi


# configuring the storage to use the existant aws ES cluster
storage:
  type: elasticsearch
  elasticsearch:
    scheme: https
    host: YOUR_ES_CLUSTER.amazonaws.com
    port: 443
    # in case youd didn't define any password and user
    usePassword: false
    # in case you didn't defined any user, you have to set user as null,
    # otherwise it will use default value which is not null!
    user:
    # set this value true, otherwise it's not going to work with aws ES,
    # also this value will get pass and ENV_variable to the sprak job!
    # so please turn this true if you are using the aws ES.
    nodesWanOnly: true

https://iqfarhad.medium.com/distributed-tracing-with-opentelemetry-and-jaeger-e21e53b5c24e

https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/getting-started/

https://github.com/open-telemetry/opentelemetry-java-examples/blob/main/spring-native/docker-compose.yml

https://iqfarhad.medium.com/distributed-tracing-with-opentelemetry-and-jaeger-e21e53b5c24e

https://gist.github.com/eqfarhad/b4ca8ea21f93671e218d077c622ca778

https://github.com/timescale/opentelemetry-demo/blob/main/docker-compose.yaml
썸네일
opentelemetry-demo/docker-compose.yaml at main · timescale/opentelemetry-demo
A demo system for exploring the tracing features of Promscale - timescale/opentelemetry-demo

github.com

https://www.jaegertracing.io/docs/1.18/opentelemetry/
썸네일
OpenTelemetry
www.jaegertracing.io

https://www.jaegertracing.io/docs/1.18/opentelemetry/

썸네일
OpenTelemetry
www.jaegertracing.io

https://www.jaegertracing.io/docs/1.18/deployment/

썸네일
Deployment
www.jaegertracing.io

https://stackoverflow.com/questions/78731851/opentelemetry-otlpexporter-net-8-and-jaeger-all-in-one-1-58-win-docker-unab

썸네일
OpenTelemetry OtlpExporter (.Net 8) and Jaeger (All-In-One 1.58 win-docker) unable to complete ...
I'm working on my local computer trying to get Jaeger to show OpenTelemetry traces from a .NET 8 ASP.NET Core project.Jaeger 1.58 is running on Docker-desktop and setup with the command: docker ru...

stackoverflow.com

https://medium.com/@blackhorseya/deploying-opentelemetry-collector-jaeger-and-prometheus-with-docker-compose-for-observability-fedd7c0898b5
썸네일
Deploying OpenTelemetry Collector, Jaeger, and Prometheus with Docker Compose for Observability
A Step-by-Step Guide to Setting Up an Observability Stack Using Docker Compose v2

medium.com

이거테스투
https://ithelp.ithome.com.tw/m/articles/10336845
썸네일
iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天
iT 邦幫忙是 IT 領域的技術問答與分享社群,透過 IT 人互相幫忙,一起解決每天面臨的靠北時刻。一起來當 IT 人的超級英雄吧,拯救下一個卡關的 IT 人

ithelp.ithome.com.tw

https://gitlab.com/ithome2/app-backend
썸네일
ithome / app-backend · GitLab
GitLab.com

gitlab.com

https://dev.to/aurelievache/learning-go-by-examples-part-10-instrument-your-go-app-with-opentelemetry-and-send-traces-to-jaeger-distributed-tracing-1p4a
썸네일
Learning Go by examples: part 10 - Instrument your Go app with OpenTelemetry and send traces to...
Serie of article in order to learn Golang language by concrete applications as example

dev.to

https://nginxstore.com/blog/microservices/opentelemetry-%EB%A7%88%EC%9D%B4%ED%81%AC%EB%A1%9C%EC%84%9C%EB%B9%84%EC%8A%A4-%EC%9D%B4%ED%95%B4%ED%95%98%EA%B8%B0-%EC%9E%90%EC%8A%B5%EC%84%9C/

https://iqfarhad.medium.com/distributed-tracing-with-opentelemetry-and-jaeger-e21e53b5c24e
썸네일
Distributed Tracing with OpenTelemetry and Jaeger
Recently I began working on Distributed Tracing and tried to implement a simple hello world application to find out better how tracing is…

iqfarhad.medium.com

이거확인
https://kouzie.github.io/monitoring/Spring-Boot-OpenTelemetry/#trace
썸네일
Spring Boot - OpenTelemetry!
OpenTelemetry

kouzie.github.io

https://iqfarhad.medium.com/distributed-tracing-with-opentelemetry-and-jaeger-e21e53b5c24e
썸네일
Distributed Tracing with OpenTelemetry and Jaeger
Recently I began working on Distributed Tracing and tried to implement a simple hello world application to find out better how tracing is…

iqfarhad.medium.com

https://www.baeldung.com/spring-boot-opentelemetry-setup
썸네일
OpenTelemetry Setup in Spring Boot Application | Baeldung
Deploying microservices can lead to challenges in tracing requests across those services. With OpenTelemetry we're able to capture logs from independent services and use them to observe traces of enti...

www.baeldung.com

K8s
https://kmaster.tistory.com/49
썸네일
OpenTelemetry auto-instrumentation
OpenTelemetry에서 애플리케이션의 관찰을 위해 아래와 같은 방법을 사용할 수 있다. 수동(명시적) : 소스 코드에 Opentelemetry API를 사용하여 애플리케이션 모니터링 자동 : 애플리케이션의 코드 수정 없이 모니터링 ( Java에서 보통 제니퍼나 Scouter 등이 이런 방식이다. ) OpenTelemetry에서 자동으로 애플리케이션에 ...

kmaster.tistory.com

사용법
https://opentelemetry.io/docs/kubernetes/operator/automatic/

연습문제
https://github.com/eugenp/tutorials/tree/master
썸네일
GitHub - eugenp/tutorials: Just Announced - "Learn Spring Security OAuth":
Just Announced - "Learn Spring Security OAuth": . Contribute to eugenp/tutorials development by creating an account on GitHub.

github.com

profile
Platform Engineer(MSA,DevOps,CA)/Data Engineer

0개의 댓글