These 15 commits are when the Protocol Buffers files have changed:
| Commit: | b779b7a | |
|---|---|---|
| Author: | Ian Duncan | |
| Committer: | GitHub | |
otlp: update protos to v1.10.0 and regenerate Haskell bindings (#242) Bumps OTLP_VERSION from v1.9.0 to v1.10.0. Regenerates all proto-lens Haskell modules. v1.10.0 changes: profiles reference-based attributes, common ref→strindex rename, logs severity clarification. No metrics/trace proto changes. Also fixes generate-modules.sh for macOS (BSD tar -s instead of GNU --transform, BSD sed -i '' handling, drops -r from xargs).
The documentation is generated from this commit.
| Commit: | 41d2641 | |
|---|---|---|
| Author: | Ian Duncan | |
| Committer: | GitHub | |
otlp: update protos to v1.10.0 and regenerate Haskell bindings (#242) Bumps OTLP_VERSION from v1.9.0 to v1.10.0. Regenerates all proto-lens Haskell modules. v1.10.0 changes: profiles reference-based attributes, common ref→strindex rename, logs severity clarification. No metrics/trace proto changes. Also fixes generate-modules.sh for macOS (BSD tar -s instead of GNU --transform, BSD sed -i '' handling, drops -r from xargs).
The documentation is generated from this commit.
| Commit: | b22a813 | |
|---|---|---|
| Author: | Ian Duncan | |
| Committer: | Ian Duncan | |
otlp: update protos to v1.10.0 and regenerate Haskell bindings Bumps OTLP_VERSION from v1.9.0 to v1.10.0. Regenerates all proto-lens Haskell modules. v1.10.0 changes: profiles reference-based attributes, common ref→strindex rename, logs severity clarification. No metrics/trace proto changes. Also fixes generate-modules.sh for macOS (BSD tar -s instead of GNU --transform, BSD sed -i '' handling, drops -r from xargs).
The documentation is generated from this commit.
| Commit: | 4816185 | |
|---|---|---|
| Author: | Ian Duncan | |
| Committer: | Ian Duncan | |
fix: build compat (crypton-*, thread-utils-context 0.4, warnings) - Widen thread-utils-context constraint to >= 0.3 && < 0.5 - Pin stack files at thread-utils-context-0.4.1.0 - Update imports: StorageV2 -> Storage (module consolidated in 0.4)
| Commit: | c675403 | |
|---|---|---|
| Author: | Ian Duncan | |
| Committer: | Ian Duncan | |
otlp: update protos to v1.10.0 and regenerate Haskell bindings Bumps OTLP_VERSION from v1.9.0 to v1.10.0. Regenerates all proto-lens Haskell modules. v1.10.0 changes: profiles reference-based attributes, common ref→strindex rename, logs severity clarification. No metrics/trace proto changes. Also fixes generate-modules.sh for macOS (BSD tar -s instead of GNU --transform, BSD sed -i '' handling, drops -r from xargs).
The documentation is generated from this commit.
| Commit: | 0bd0397 | |
|---|---|---|
| Author: | fendor | |
| Committer: | GitHub | |
Bump OTLP to 1.9.0 (#206)
| Commit: | 841a8e1 | |
|---|---|---|
| Author: | fendor | |
| Committer: | GitHub | |
Bump OTLP to 1.9.0 (#206)
| Commit: | 20edb88 | |
|---|---|---|
| Author: | Michael Peyton Jones | |
| Committer: | GitHub | |
Update protobuf definitions to 1.7 (#183) - Drop the flake input and the devenv script, as they've been obsoleted by @marinelli's script - Updated to 1.7 using the script - When we release I think this only incurs a minor version bump since it's purely additive. Profiles changed a bunch but they weren't present in 1.0 so from our perspective they're an addition.
| Commit: | 0a16759 | |
|---|---|---|
| Author: | Michael Peyton Jones | |
| Committer: | GitHub | |
Update protobuf definitions to 1.7 (#183) - Drop the flake input and the devenv script, as they've been obsoleted by @marinelli's script - Updated to 1.7 using the script - When we release I think this only incurs a minor version bump since it's purely additive. Profiles changed a bunch but they weren't present in 1.0 so from our perspective they're an addition.
| Commit: | 3041a3f | |
|---|---|---|
| Author: | Giorgio Marinelli | |
| Committer: | GitHub | |
Bump OTLP specification version to v1.0.0 (#150) * Bump OTLP * Fix building * Add generate-protocol.sh script * Update generate-protocol.sh script * Fix version * Improve generate-protocol.sh script * Improve generate-protocol.sh script * Improve generate-protocol.sh script * Switch to OTLP v1.0.0 * Remove generate-protocol.sh script * Update flake.lock * Update otlp/package.yaml * Update ChangeLog.md and bump package version * Fix hs-opentelemetry-exporter-otlp constraints * Revert packages versions bumps and update otlp/ChangeLog.md * Revert hs-opentelemetry-otlp version bump
| Commit: | 6be6d54 | |
|---|---|---|
| Author: | Giorgio Marinelli | |
| Committer: | GitHub | |
Bump OTLP specification version to v1.0.0 (#150) * Bump OTLP * Fix building * Add generate-protocol.sh script * Update generate-protocol.sh script * Fix version * Improve generate-protocol.sh script * Improve generate-protocol.sh script * Improve generate-protocol.sh script * Switch to OTLP v1.0.0 * Remove generate-protocol.sh script * Update flake.lock * Update otlp/package.yaml * Update ChangeLog.md and bump package version * Fix hs-opentelemetry-exporter-otlp constraints * Revert packages versions bumps and update otlp/ChangeLog.md * Revert hs-opentelemetry-otlp version bump
| Commit: | d6e3bb5 | |
|---|---|---|
| Author: | Ian Duncan | |
more bumps
| Commit: | 199ee4e | |
|---|---|---|
| Author: | Ian Duncan | |
Upgrade protobufs to the opentelemetry 0.15 release
| Commit: | f1982a0 | |
|---|---|---|
| Author: | evanlauer1 | |
| Committer: | GitHub | |
Change OTLP generation strategy from manual to auto-generation (#122) * Experimenting with protoc autogen * Got first pass at auto-generated files working * Auto-generated files * Moved proto submodule into otlp * Fixed custom setup to work with Cabal using defaultMain * added field "autogen-modules" * changed verbatim generated-exposed-modules * Formatting * Added documentation for auto-generation * Further updated auto-generation instructions * tweak * experimental CI fix * update cabal files --------- Co-authored-by: Ian Duncan <ian@iankduncan.com>
| Commit: | fab7d78 | |
|---|---|---|
| Author: | evanlauer1 | |
| Committer: | GitHub | |
Change OTLP generation strategy from manual to auto-generation (#122) * Experimenting with protoc autogen * Got first pass at auto-generated files working * Auto-generated files * Moved proto submodule into otlp * Fixed custom setup to work with Cabal using defaultMain * added field "autogen-modules" * changed verbatim generated-exposed-modules * Formatting * Added documentation for auto-generation * Further updated auto-generation instructions * tweak * experimental CI fix * update cabal files --------- Co-authored-by: Ian Duncan <ian@iankduncan.com>