Consul Web UI is grouping services instance information case insensitive
- Dominant language
- Go
- Stars
- 30.1k
- Forks
- 4.6k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 43
Description
**Old UI or New UI**
Consul version 1.8.4
**Describe the problem you're having**
Hello!
I was testing service registration via API and found out some strage behaviour:
Registering services with names "test" and "Test", on /ui//services all looks ok:

But when you jump inside ("test","Test" ot "tEst"), all are grouped under service "test":

Looks like service instances are grouping case insensitive.
**Describe the solution you'd like**
I understand what situation of registering services with such names is very strange, but i think that services instances should depend on exact service naming or be grouped as one on service page.
Thank you.
Contributor guide
Assessment
This issue has not been assessed yet.