Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-garimella committed Aug 29, 2024
1 parent 75249fa commit cda3f9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/otelcollector/ports/ports.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package ports

const (
OTLPHTTP = int32(4318)
OTLPGRPC = int32(4317)
Metrics = int32(8888)
HealthCheck = int32(13133)
Pprof = int32(1777)
IstioEnvoy = int32(15090)
OTLPHTTP int32 = 4318
OTLPGRPC int32 = 4317
Metrics int32 = 8888
HealthCheck int32 = 13133
Pprof int32 = 1777
IstioEnvoy int32 = 15090
)

0 comments on commit cda3f9a

Please sign in to comment.