Murphy Chen
Murphy Chen
**Description:** add status header for routing
**Description:** add status header for redaction
**Description:** Add status header for awsproxy extension
Fixes #66 ## Changes supprot runtime metrics for productcatalogservice. For significant contributions please make sure you have completed the following items: * [ ] Appropriate `CHANGELOG.md` updated for non-trivial changes...
# Feature Request the docker-compse current use `build` command to create the image, it often occur unexpected problem when someone want to take a look the demo, like #178 #170...
# Question I run the `./gradlew installDist` and get errors: ``` > Task :compileJava FAILED /Users/fraps/daocloud/github-code/opentelemetry-demo-webstore/src/adservice/src/main/java/hipstershop/AdServiceClient.java:34: 错误: 程序包hipstershop.AdServiceGrpc不存在 private final hipstershop.AdServiceGrpc.AdServiceBlockingStub blockingStub; ^ /Users/fraps/daocloud/github-code/opentelemetry-demo-webstore/src/adservice/src/main/java/hipstershop/AdService.java:135: 错误: 找不到符号 private static final ImmutableListMultimap...
In some scenarios, we want to set some value from k8s metadata to our `OTEL_RESOURCE_ATTRIBUTES`, like namespace, we need the configuration below: ``` - name: OTEL_K8S_NAMESPACE valueFrom: fieldRef: apiVersion: v1...
In some scenarios, we want to add some [Pod and container fields](https://kubernetes.io/docs/concepts/workloads/pods/downward-api/) into `OTEL_RESOURCE_ATTRIBUTES` enviroment in some components, like namespace name, node name, pod name, which can help us understand...
I want Set environment variables without injection sdk, I use config below as a `Instrumentation`: ```yaml apiVersion: opentelemetry.io/v1alpha1 kind: Instrumentation metadata: name: opentelemetry-autoinstrumentation spec: java: image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-java nodejs: image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs...
# Bug Report Which version of the demo you are using? 0.3.4-alpha ## Symptom I use helm to install the demo, the featureflag service failed to start and print this...