File tree Expand file tree Collapse file tree
contrib/opencensus-ext-azure
opencensus/ext/azure/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.1.1
6+ Released 2022-01-19
7+
58- Fix statsbeats metric names
69([ #1089 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1089 ) )
710- Add AAD statsbeat feature, fix incorrect counting of retry
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = '1.2.dev0 '
15+ __version__ = '1.1.1 '
Original file line number Diff line number Diff line change 4343 install_requires = [
4444 'azure-core >= 1.12.0, < 2.0.0' ,
4545 'azure-identity >= 1.5.0, < 2.0.0' ,
46- 'opencensus >= 0.9.dev0 , < 1.0.0' ,
46+ 'opencensus >= 0.8.0 , < 1.0.0' ,
4747 'psutil >= 5.6.3' ,
4848 'requests >= 2.19.0' ,
4949 ],
You can’t perform that action at this time.
0 commit comments