include user agent in http reporting
See original GitHub issuezipkin server now exposes the user agent in the collector logs so it makes sense to include them here. A proposed format would be [component]/[version] ([client])
for example zipkin-go/0.12
or zipkin-php/1.4 (curl)
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
User-Agent - HTTP - MDN Web Docs - Mozilla
The User-Agent request header is a characteristic string that lets servers and network peers identify the application, operating system, ...
Read more >HTTP headers | User-Agent - GeeksforGeeks
When your browser is connected to a website, a User-Agent field is included in the HTTP header. The data of the header field...
Read more >Everything You Need To Know About User Agents - Fastvue
The user agent is a field in the HTTP request header. ... Logs & Reports; Right-click the column header and click Add /...
Read more >The User-Agent — That Crazy String Underpinning a Bunch of ...
User -Agents also provides one of the data points for fingerprinting users without the use of cookies. It's included with every HTTP request ......
Read more >How is user agent data collected? - Forcepoint
The user agent is an HTTP header that web browsers and other web applications use to identify themselves and their capabilities. Your web...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
let’s go with the simplified armeria format I think because there’s little chance of api drift and easier to deal with.
user-agent: armeria/0.89.0
so… artifact/version or…user-agent: zipkin-sender-okhttp3/2.10.2
@anuraaga @trustin @minwoox @huydx @kojilin make sense?
SGTM