File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 0.18.0] - 2021-09-12
11+
1012- Add support for metrics.
1113- Take span resource into account for tags. Before a ` service.name ` in the resource would not populate the Cloud role name tag. Now it does.
1214
@@ -173,7 +175,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
173175
174176- First release.
175177
176- [ unreleased ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.17.0...HEAD
178+ [ unreleased ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.18.0...HEAD
179+ [ 0.18.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.17.0...0.18.0
177180[ 0.17.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.16.0...0.17.0
178181[ 0.16.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.15.0...0.16.0
179182[ 0.15.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.14.0...0.15.0
Original file line number Diff line number Diff line change 11[package ]
22name = " opentelemetry-application-insights"
3- version = " 0.17 .0"
3+ version = " 0.18 .0"
44authors = [
" Jan Kuehle <[email protected] >" ]
55edition = " 2018"
66description = " OpenTelemetry exporter for Azure Application Insights"
Original file line number Diff line number Diff line change 1- [ ![ Crates.io 0.17 .0] ( https://img.shields.io/crates/v/opentelemetry-application-insights.svg )] ( https://crates.io/crates/opentelemetry-application-insights )
2- [ ![ Documentation 0.17 .0] ( https://docs.rs/opentelemetry-application-insights/badge.svg )] ( https://docs.rs/opentelemetry-application-insights )
1+ [ ![ Crates.io 0.18 .0] ( https://img.shields.io/crates/v/opentelemetry-application-insights.svg )] ( https://crates.io/crates/opentelemetry-application-insights )
2+ [ ![ Documentation 0.18 .0] ( https://docs.rs/opentelemetry-application-insights/badge.svg )] ( https://docs.rs/opentelemetry-application-insights )
33[ ![ Workflow Status] ( https://github.com/frigus02/opentelemetry-application-insights/workflows/CI/badge.svg )] ( https://github.com/frigus02/opentelemetry-application-insights/actions?query=workflow%3A%22CI%22 )
44
55# opentelemetry-application-insights
Original file line number Diff line number Diff line change 204204//!
205205//! [`Aggregator`]: https://docs.rs/opentelemetry/0.16.0/opentelemetry/sdk/export/metrics/trait.Aggregator.html
206206//! [`Selector`]: https://docs.rs/opentelemetry/0.16.0/opentelemetry/sdk/metrics/selectors/simple/enum.Selector.html
207- #![ doc( html_root_url = "https://docs.rs/opentelemetry-application-insights/0.17 .0" ) ]
207+ #![ doc( html_root_url = "https://docs.rs/opentelemetry-application-insights/0.18 .0" ) ]
208208#![ deny( missing_docs, unreachable_pub, missing_debug_implementations) ]
209209#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
210210#![ cfg_attr( test, deny( warnings) ) ]
You can’t perform that action at this time.
0 commit comments