2021-07-13
Features #
- Unreal SDK now supports protobuf oneofs.
- Service Name, Node ID and Instance ID are no longer part of metrics tags
- Datadog charges per combination of unique tags. This scales down the total number of combinations
- Healthcheck endpoint now available on the Operator gateway at
/v1/healthcheck
- Will respond with a
503
until the services are initialized, then a200
forever thereafter
- Will respond with a
Integration Notes #
- SDK generated files are no longer included in the Pragma release.
- You should be running the
make gen-sdk-types-unreal4/unity
after integrating release anyway so this probably won’t affect you except that you should no longer see useless merge conflicts in the generated files.
- You should be running the