Commit Graph

4 Commits

Author SHA1 Message Date
John Bley e44f5a97d9
Clean up shell scripts (#1269)
* Clean up shell scripts
* Add shellcheck CI step
2024-04-03 10:54:21 +11:00
Brett McBride 4e3264578b
Fixing protobuf generation and InstrumentationScope (#665)
* updating proto generation
switching over to using opentelemetry-proto's own mechanism for generating protobuf interfaces, and
updating interfaces to latest version

* downgrade protobuf interfaces to 0.14.0
this is the latest version that seems to work with out grpc exporter, further
investigation required for 0.15.0+

* tidy up script

* renaming InstrumentationLibrary to InstrumentationScope and bumping protobuf
InstrumentationLibrary is now deprecated in favour of InstrumentationScope. Making this change
resolves issues with grpc+protobuf exports being ignored by the otel collector, so we now
can update the proto interfaces to latest.

* rename collector docker-compose file
2022-04-27 08:09:42 -04:00
Timo Michna 2d365e6443
Initial package-split setup (#531)
* Rename protobuf make target to "make protobuf"

* Move otel protobuf files to 'otel' subdirectory

* Add composer/package-versions-deprecated as allowed plugin

* Report uncovered files in dependency check

* Move PrometheusExporter to contrib package

* Add missing dependency checks

* Fix API dependency

* Add package specific composer files

* Fix wording

* Add use-statement for PrometheusExporter class
2021-12-31 03:19:23 +01:00
Ritick Gautam ed07a9e13b
Adding Proto folder to opentelemetry-php (#214)
* Adding Proto to opentelemetry-php
Signed-off-by:Ritick Gautam <riticksinghrajput@gmail.com>

* Updated the script for generating proto folder in root

* Moved shell file in script folder
updated .gitignore

* Removed opentelemetry-proto

* Bug fixed

* added docker-compose.proto.yaml
updated script file
updated Makefile

* Update docker-compose.proto.yaml

* Updated README.md
2020-11-18 09:24:42 -05:00