Metadata is not displayed in UI
- Dominant language
- Go
- Stars
- 30.1k
- Forks
- 4.6k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 39
Description
consul v1.18.2

But in the console for this node I have:
```
$ nomad node status -verbose
ID Node Pool DC Name Class Address Version Drain Eligibility Status
cecc9c50-639e-745d-136f-b66f452fea1e default dc ip-172-31-27-180 172.31.27.180 1.8.0 false eligible ready
$ nomad node status -verbose cecc9c50
ID = cecc9c50-639e-745d-136f-b66f452fea1e
Name = ip-172-31-27-180
Node Pool = default
Class =
DC = dc
Drain = false
Eligibility = eligible
Status = ready
CSI Controllers =
CSI Drivers =
Uptime = 303h20m1s
...
Attributes
consul.connect = true
consul.datacenter = dc
consul.dns.addr = 172.31.27.180
consul.dns.port = 8600
consul.ft.namespaces = false
consul.version = 1.18.2
...
Meta
connect.gateway_image = docker.io/envoyproxy/envoy:v${NOMAD_envoy_version}
connect.log_level = info
connect.proxy_concurrency = 1
connect.sidecar_image = docker.io/envoyproxy/envoy:v${NOMAD_envoy_version}
connect.transparent_proxy.default_outbound_port = 15001
connect.transparent_proxy.default_uid = 101
info = mine
```

I expect to see `info = mine` in the UI.
This is `nomad.hcl` configuration for this node:
```
client {
meta {
info = "mine"
}
...
}
```
Contributor guide
Research direction
No file or test is identified in the report. Start by comparing the `nomad node status -verbose` metadata output with the Consul UI node view; done means the `info = mine` metadata is displayed there.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100