question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

include user agent in http reporting

See original GitHub issue

zipkin 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:open
  • Created 4 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
codefromthecryptcommented, Aug 13, 2019

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?

0reactions
trustincommented, Aug 13, 2019

SGTM

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found