Skip to content

Commit a89193f

Browse files
authored
Merge branch 'master' into commonTlsConfig
2 parents e215885 + 4b58b94 commit a89193f

File tree

93 files changed

+2134
-426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+2134
-426
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
*.test
33
*.xml
44
*.swp
5-
fmt.log
6-
import.log
7-
lint.log
5+
.fmt.log
6+
.import.log
7+
.lint.log
88
cover.html
99
.envrc
1010
.idea/
@@ -23,6 +23,8 @@ cmd/ingester/ingester
2323
cmd/ingester/ingester-*
2424
cmd/query/query
2525
cmd/query/query-*
26+
cmd/tracegen/tracegen
27+
cmd/tracegen/tracegen-*
2628
cmd/docs/*.md
2729
cmd/docs/*.rst
2830
cmd/docs/*.1

ADOPTERS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* [SeatGeek](https://seatgeek.com/)
1616
* [SpotHero](https://spothero.com/)
1717
* [Stagemonitor](https://www.stagemonitor.org/)
18+
* [Tencent](https://www.tencent.com/en-us/index.html)
1819
* [Ticketmaster](https://www.ticketmaster.com)
1920
* Case study: [Ticketmaster Traces 100 Million Transactions per Day with Jaeger](https://medium.com/jaegertracing/ticketmaster-traces-100-million-transactions-per-day-with-jaeger-38ec6cf599f0)
2021
* Talk: [Deploy, Scale and Extend Jaeger](https://www.youtube.com/watch?v=JloanFIc-ms)

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ Changes by Version
5858
If you don't run the migration script, nothing will break, the system will used the old table
5959
`operation_names` and set empty `spanKind` in the response.
6060
Steps to get the updated functionality:
61-
1. You will need to run below command on the host you can use `cqlsh` to connect the the cassandra contact
62-
point
61+
1. You will need to run the command below on the host where you can use `cqlsh` to connect to Cassandra:
6362
```
6463
KEYSPACE=jaeger_v1 CQL_CMD='cqlsh host 9042 -u test_user -p test_password --request-timeout=3000'
6564
bash ./v002tov003.sh

CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11

2-
* @black-adder @jpkrohling @objectiser @pavolloffay @tiffon @vprithvi @yurishkuro
3-
2+
* @jaegertracing/jaeger-maintainers

0 commit comments

Comments
 (0)