Using OpenTelemetry as collector for ForgeRock with context propagation. #7941
-
Hello, FORGEROCK (AM,IG,DJ,IDM) -> OPENTELEMETRY (COLLECTOR/AGENT ETC.) -> SPLUNK (OR NEW RELIC). With this setup/configuration in place, we want to implement the context propagation feature as well (provided by OpenTelemetry) in which we should be able to track the requests in different services under same parent-id or trace-id. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@deepakchanalia , I had similar stuff by the end of 2020. My notes(otel/loki/prometheus/jaeger) are here -> https://devrimdemiroz.gitlab.io/post/2021-03-09-observeopenam/ Hope it helps. You can collect and export logs and metrics in various ways. However, without opentelemetry tracing auto-instrumentation, it is very hard to analyze by trace-id mentioned in Forgerock documents. |
Beta Was this translation helpful? Give feedback.
@deepakchanalia , I had similar stuff by the end of 2020. My notes(otel/loki/prometheus/jaeger) are here -> https://devrimdemiroz.gitlab.io/post/2021-03-09-observeopenam/
Hope it helps. You can collect and export logs and metrics in various ways. However, without opentelemetry tracing auto-instrumentation, it is very hard to analyze by trace-id mentioned in Forgerock documents.