Tags: OddDotNet/OddDotNet
Tags
feature (Breaking Change): Implement Array and KvList Support (#65) * Implemented ArrayValue and KvListValue support. * Cleaning up. * Updated switch expressions to remove warning. * Bumping minor version due to breaking change. * Pulled in proto changes. Improved ArrayValue and KvListValue handling. * Pulled in v0.4.0 of OddDotProto
feature: Add Metrics (#57) * Updating to prerelease proto branch. * Refactor to support metrics. In progress work on metric tests. * Continued Metric implementation. * Completed Metric Histogram. Completed Metric Sum. * Completed ExponentialHistogram. * Completed Summary. Completed InstrumentationScope. Completed Resource. * Updated traces to align with metrics. * Updated tests. * Addressed comments. Deleted files no longer used. * Bumping version to 0.2.0 * Removed dangling Gauge file. * Pointed to OddDotProto v0.2.0
chore: Enable Docker HEALTHCHECK (#49) * Updated appsettings for http and grpc for healthcheck. Updated Dockerfile to expose port 4318 and allow healthcheck. Add controllers. Configured grpc services to handle application/grpc. Configured controllers to handle non-application/grpc. * Updated dockerfile to fix a warning about ports. Set launchsettings to use external url config. Moved Swagger config to within the http section.
PreviousNext