Conversation
| }, | ||
| Agents: []listResultAgent{ | ||
| {AgentType: types.AgentTypeMySQLdExporter, AgentID: "/agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1140", ServiceID: "/service_id/4ff49c41-80a1-4030-bc02-cd76e3b0b84a", Status: "RUNNING", MetricsMode: "pull"}, | ||
| {AgentType: types.AgentTypeMySQLdExporter, AgentID: "/agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1140", ServiceID: "/service_id/4ff49c41-80a1-4030-bc02-cd76e3b0b84a", Status: "RUNNING", MetricsMode: "pull", Port: 3306}, |
There was a problem hiding this comment.
🚫 [golangci-lint] reported by reviewdog 🐶
line is 237 characters (lll)
|
|
||
| Agent type Status Metrics Mode Agent ID Service ID | ||
| mysqld_exporter Running pull /agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1140 /service_id/4ff49c41-80a1-4030-bc02-cd76e3b0b84a | ||
| Agent type Status Metrics Mode Agent ID Service ID Port |
There was a problem hiding this comment.
🚫 [golangci-lint] reported by reviewdog 🐶
line is 172 characters (lll)
| Agent type Status Metrics Mode Agent ID Service ID | ||
| mysqld_exporter Running pull /agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1140 /service_id/4ff49c41-80a1-4030-bc02-cd76e3b0b84a | ||
| Agent type Status Metrics Mode Agent ID Service ID Port | ||
| mysqld_exporter Running pull /agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1140 /service_id/4ff49c41-80a1-4030-bc02-cd76e3b0b84a 3306 |
There was a problem hiding this comment.
🚫 [golangci-lint] reported by reviewdog 🐶
line is 172 characters (lll)
| }, | ||
| Agents: []listResultAgent{ | ||
| {AgentType: types.AgentTypeExternalExporter, AgentID: "/agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1149", ServiceID: "/service_id/8ff49c41-80a1-4030-bc02-cd76e3b0b84a", Status: "RUNNING"}, | ||
| {AgentType: types.AgentTypeExternalExporter, AgentID: "/agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1149", ServiceID: "/service_id/8ff49c41-80a1-4030-bc02-cd76e3b0b84a", Status: "RUNNING", Port: 8080}, |
There was a problem hiding this comment.
🚫 [golangci-lint] reported by reviewdog 🐶
line is 218 characters (lll)
|
|
||
| Agent type Status Metrics Mode Agent ID Service ID | ||
| external-exporter Running /agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1149 /service_id/8ff49c41-80a1-4030-bc02-cd76e3b0b84a | ||
| Agent type Status Metrics Mode Agent ID Service ID Port |
There was a problem hiding this comment.
🚫 [golangci-lint] reported by reviewdog 🐶
line is 174 characters (lll)
| Agent type Status Metrics Mode Agent ID Service ID | ||
| external-exporter Running /agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1149 /service_id/8ff49c41-80a1-4030-bc02-cd76e3b0b84a | ||
| Agent type Status Metrics Mode Agent ID Service ID Port | ||
| external-exporter Running /agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1149 /service_id/8ff49c41-80a1-4030-bc02-cd76e3b0b84a 8080 |
There was a problem hiding this comment.
🚫 [golangci-lint] reported by reviewdog 🐶
line is 174 characters (lll)
| Agents list. | ||
|
|
||
| {{ printf "%-27s" "Agent type" }} {{ printf "%-15s" "Status" }} {{ printf "%-47s" "Agent ID" }} {{ printf "%-47s" "PMM-Agent ID" }} {{ printf "%-47s" "Service ID" }} | ||
| {{ printf "%-27s" "Agent type" }} {{ printf "%-15s" "Status" }} {{ printf "%-47s" "Agent ID" }} {{ printf "%-47s" "PMM-Agent ID" }} {{ printf "%-47s" "Service ID" }} {{ printf "%-47s" "Port" }} |
There was a problem hiding this comment.
🚫 [golangci-lint] reported by reviewdog 🐶
line is 193 characters (lll)
| AgentID string `json:"agent_id"` | ||
| AgentType string `json:"agent_type"` | ||
| Status string `json:"status"` | ||
| Port int64 `json:"listen_port,omitempty"` |
There was a problem hiding this comment.
🚫 [golangci-lint] reported by reviewdog 🐶
json(camel): got 'listen_port' want 'listenPort' (tagliatelle)
BupycHuk
left a comment
There was a problem hiding this comment.
Looks good to me. Could you rename title from Pmm 6592 to PMM-6592?
PMM-6592
Build: SUBMODULES-2516