Skip to content

Commit

Permalink
Format endpoints.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kohrapha committed Jan 10, 2021
1 parent 608aef7 commit d55f5cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/observer/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ func (e *Endpoint) String() string {
// Task is a discovered ECS task.
type Task struct {
// Port number of the endpoint.
Port int64
Port int64
// MetricsPath is the metrics path of the endpoint.
MetricsPath string
// Labels exported by the ECS Observer (mainly for use with Prometheus).
Labels map[string]string
Labels map[string]string
}

// Pod is a discovered k8s pod.
Expand Down

0 comments on commit d55f5cf

Please sign in to comment.