Skip to content

Commit

Permalink
Cleanup and update dashboard for Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Loi Nguyen Xuan committed Oct 12, 2023
1 parent eab93e3 commit 137ec83
Show file tree
Hide file tree
Showing 15 changed files with 206 additions and 38 deletions.
1 change: 0 additions & 1 deletion customer/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server.port=8088
server.servlet.context-path=/customer

spring.application.name=customer
management.otlp.tracing.endpoint=http://tempo:4318/v1/traces
management.tracing.sampling.probability=1.0
management.endpoints.web.exposure.include=prometheus
management.metrics.distribution.percentiles-histogram.http.server.requests=true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.o11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
limits:
memory: 125M
restart: unless-stopped
command: [ "--config=/etc/otelcol-config.yml","--feature-gates=pkg.translator.prometheus.NormalizeName", "--feature-gates=pkg.translator.prometheus.PermissiveLabelSanitization"]
command: [ "--config=/etc/otelcol-config.yml","--feature-gates=pkg.translator.prometheus.NormalizeName"]
volumes:
- ./docker/otel-collector/otelcol-config.yml:/etc/otelcol-config.yml
ports:
Expand Down
Loading

0 comments on commit 137ec83

Please sign in to comment.