Skip to content

Commit

Permalink
Merge pull request #872 from sabith-nadakkavil/openTelemetry
Browse files Browse the repository at this point in the history
feat: Integrate Open Observe for telemetry tracking #866
  • Loading branch information
ratheesh-kr authored Dec 12, 2024
2 parents 08afc8d + 9993c29 commit ebdbf37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hub-prime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.techbd</groupId>
<artifactId>hub-prime</artifactId>
<version>0.377.0</version>
<version>0.378.0</version>
<packaging>war</packaging>
<name>Tech by Design Hub (Prime)</name>
<description>Tech by Design Hub (Primary)</description>
Expand Down
4 changes: 2 additions & 2 deletions hub-prime/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ management:
otlp:
metrics:
export:
url: http://10.10.11.248:5080/api/default/v1/metrics
url: ${${SPRING_PROFILES_ACTIVE}_TECHBD_OPEN_OBSERVE_URL}/metrics
enabled: true
step: 1m # Interval for pushing metrics
headers:
Expand All @@ -155,7 +155,7 @@ management:
enabled: true
sampling:
probability: 1.0
endpoint: http://10.10.11.248:5080/api/default/v1/traces
endpoint: ${${SPRING_PROFILES_ACTIVE}_TECHBD_OPEN_OBSERVE_URL}/traces
headers:
active : true
enabled: true
Expand Down

0 comments on commit ebdbf37

Please sign in to comment.