Aleksandr Nekrasov
Aleksandr Nekrasov
### Q&A (please complete the following information) - OS: macOS - Browser:chrome - Version: 78 - Method of installation: dist assets - Swagger-UI version: 3.24.3 and http://editor.swagger.io/ - Swagger/OpenAPI version:...
This PR will add support for Cobertura output format. It is useful in tools like `gitlab-ci` where cobertura can highlight code coverage in the PR ( addressed [here](https://gitlab.com/gitlab-org/gitlab/-/issues/227345) ) Example...
Description lost after convertion ``` swagger: "2.0" definitions: MyObject: type: "object" properties: myAnotherObject: description: "Some Description"
I know it is currently short list of agreed metrics names https://opentelemetry.io/docs/reference/specification/metrics/semantic_conventions/http-metrics/#http-client So open this for discussion of possible span name standardization ``` sttp_request_latency -> http.client.duration sttp_requests_in_progress -> http.client.active_requests sttp_requests_success_count...
I have multi-module gradle project for java libraries and would like to use plugin for compatibility-check. However, all my modules use `plugins { java-library }` and checker tasks unavailable until...
Related to https://github.com/OpenAPITools/openapi-generator/issues/9856, When generated project defined as scala subproject we might want to provide additional parameter `isScalaModule` to prevent define default values for scala and cross-scala versions as it...
Define which repositories this artefact will be published. At least, for sbt community it should be published to https://bintray.com/sbt/sbt-plugin-releases, I believe @eed3si9n can help us on it.
`CucumberPlugin.beforeAll` and `CucumberPlugin.afterAll` should be defined as functions but those functions not executed in the plugin properly. This PR will fix this bug Additionally sbt-test added ( please run `sbt...
Follow up for https://github.com/agoda-com/opentelemetry-logs-go/pull/21 # Bug report ## Describe the bug During log transformation Logger/Exporter Resource Attributes should be as resource attributes and log attributes from instrumentation should be exported...
Fixes for Gitlab CI: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/6759 This PR adds a resource detector for Gitlab CI which sets values according to to semantic conventions for cicd](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/attributes-registry/cicd.md) and [vcs](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/attributes-registry/vcs.md) resources: cicd.pipeline.name cicd.pipeline.task.run.id cicd.pipeline.task.name...