OpenTelemetry Bot
|
bbb05276be
|
Update the OpenTelemetry SDK version to 1.27.0 (#8688)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2023-06-13 12:02:11 +03:00 |
Lauri Tulmin
|
d8b0771929
|
Use the same kafka docker image in all kafka tests (#8187)
currently we use `confluentinc/cp-kafka:5.4.3` and
`confluentinc/cp-kafka:6.1.9`
|
2023-03-31 10:25:38 +02:00 |
Lauri Tulmin
|
39f7816572
|
Kafka: avoid registering duplicate metrics reporter (#8099)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8085
|
2023-03-22 12:59:29 +01:00 |
Lauri Tulmin
|
a793c247e6
|
Remove duplicate -Xmx from kafka memory options (#8022)
|
2023-03-09 22:02:33 +02:00 |
Lauri Tulmin
|
67b6b6cc7c
|
Limit kafka memory usage (#8018)
|
2023-03-09 16:37:09 +02:00 |
Lauri Tulmin
|
85c541ef92
|
Implement kafka client id and consumer id attributes (#7860)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7771
Adds `messaging.consumer_id` and `messaging.kafka.client_id` attributes
to kafka spans.
|
2023-02-21 07:31:28 -08:00 |
Mateusz Rzeszutek
|
12ea869855
|
Implement `messaging.kafka.*` attributes spec (part 1) (#7824)
Part 1 of #7771
It's a lot more than I initially expected it to be; I'll introduce the
clientId attribute in part 2
|
2023-02-16 13:22:17 -08:00 |
Will Li
|
d3326db0cf
|
Convert kafka-clients unit test from groovy to java (#7770)
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
|
2023-02-13 10:58:55 +01:00 |
Trask Stalnaker
|
5345c87680
|
End groovy files with newline (#7127)
|
2022-11-10 12:21:55 +01:00 |
Trask Stalnaker
|
93175522d4
|
Rename kafka propagation setting and clarify behavior (#6957)
|
2022-10-24 08:49:48 -07:00 |
Mateusz Rzeszutek
|
c96a49e253
|
Add kafka client metrics to the javaagent instrumentation (#6533)
* Add kafka client metrics to the javaagent instrumentation
* Don't override user-set metrics reporter
* Add kafka metric reporter config property
|
2022-09-12 20:36:14 -07:00 |
jack-berg
|
3e08f36cfa
|
Add kafka client metrics (#6138)
* Add kafka client metrics
* Spotless
* Refactor to general purpose bridge between kafka client metrics and opentelemetry metrics
* Include kafka prefix, fix typo
* Spotless, update readme with latest metric names
* PR feedback
* Map rate measureables to gauges instead of up down counters
* Spotless, quote attributes, log placeholder
* Move metric table printing to test, only retain most granular attribute set
* PR feedback
* Remove synchornization from metricChange
* remove kafka dependency
* PR feedback
* Fix reset
* Adjust configuration pattern to not rely on GlobalOpenTelemetry
* Merge into KafkaTelemetry
* Relocate readme and fix typo
|
2022-07-06 09:34:14 -07:00 |
Lauri Tulmin
|
a46e6745cf
|
Increase timeout for kafka topic creation (#5909)
|
2022-04-22 08:30:41 -07:00 |
Lauri Tulmin
|
c7f9715f34
|
Wait for kafka to start (#5341)
|
2022-02-10 09:55:49 -08:00 |
Trask Stalnaker
|
6884d66c09
|
Reduce top level instrumentation directories (#4965)
* akka
* dropwizard
* kafka
* reactor
* vertx
|
2021-12-22 10:16:13 -08:00 |