-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
103 changed files
with
2,000 additions
and
923 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
opentelemetry-proto |
Binary file modified
BIN
-842 Bytes
(58%)
proto/otel/GPBMetadata/Opentelemetry/Proto/Collector/Logs/V1/LogsService.php
Binary file not shown.
Binary file modified
BIN
-925 Bytes
(57%)
proto/otel/GPBMetadata/Opentelemetry/Proto/Collector/Metrics/V1/MetricsService.php
Binary file not shown.
Binary file modified
BIN
-876 Bytes
(57%)
proto/otel/GPBMetadata/Opentelemetry/Proto/Collector/Trace/V1/TraceService.php
Binary file not shown.
Binary file modified
BIN
-1.23 KB
(52%)
proto/otel/GPBMetadata/Opentelemetry/Proto/Common/V1/Common.php
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-1.58 KB
(51%)
proto/otel/GPBMetadata/Opentelemetry/Proto/Metrics/Experimental/MetricsConfigService.php
Binary file not shown.
Binary file modified
BIN
-9.34 KB
(33%)
proto/otel/GPBMetadata/Opentelemetry/Proto/Metrics/V1/Metrics.php
Binary file not shown.
23 changes: 10 additions & 13 deletions
23
proto/otel/GPBMetadata/Opentelemetry/Proto/Resource/V1/Resource.php
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file modified
BIN
-4.73 KB
(37%)
proto/otel/GPBMetadata/Opentelemetry/Proto/Trace/V1/Trace.php
Binary file not shown.
Binary file modified
BIN
-1.43 KB
(50%)
proto/otel/GPBMetadata/Opentelemetry/Proto/Trace/V1/TraceConfig.php
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 10 additions & 7 deletions
17
proto/otel/Opentelemetry/Proto/Common/V1/InstrumentationLibrary.php
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
95 changes: 95 additions & 0 deletions
95
proto/otel/Opentelemetry/Proto/Common/V1/InstrumentationScope.php
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.