Damien Mathieu
                                            Damien Mathieu
                                        
                                    I believe a similar approach to what's being done in net/http (the Labeler mentioned in the issue's description) would be fine, if you want to open a PR.
This would need a changelog, and tests.
Could you provide a sample of the issue? The Handler sets [Server attributes from semconv](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/net/http/otelhttp/handler.go#L134), which does add the [http.method](https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/internal/v2/http.go#L204). As for `http.target`, it was removed a few months ago...
`net/http` has no notion of route, so it should be `http.target`, which the spec does mention as a required field. I do agree this attribute should be there for traces...
I suppose this is the option being mentioned: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/github.com/gin-gonic/gin/otelgin/option.go#L78 Which is used here: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/github.com/gin-gonic/gin/otelgin/gintrace.go#L57 @rehanpfmr this should be a straightforward change. If you want to take it, feel free to...
Related: #2782.
It seems the 8.5.2 version of the APM isn't found in the registry? I noticed this in the kibana logs when I access the integration installation page: ``` [2022-12-13T11:17:30.807+00:00][ERROR][plugins.apm] RegistryResponseError:...
Hi, Feel free to open a PR fixing this. Longer term, I intend to archive this repository, in favor of https://github.com/aiven/opensearch-connector-for-apache-kafka
Are you able to connect to the same OpenSearch database with the same configuration, using the Elasticsearch Java library? (the one used in this package). Also, is your configuration working...
I can't give you any expert validation on that configuration, no. I forked the elasticsearch connector, and I'm doing my best to maintain it, but I'm neither an Elasticsearch, OpenSearch...