Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency opencensus to v0.11.4 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 1, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
opencensus ==0.6.0 -> ==0.11.4 age adoption passing confidence

Release Notes

census-instrumentation/opencensus-python (opencensus)

v0.11.4

Released 2024-01-03

  • Changed bit-mapping for httpx and fastapi integrations
    (#​1239)

v0.11.3

Compare Source

Released 2023-09-18

  • Updated azure modules

v0.11.2: opencensus 0.11.2

Compare Source

  • Updated azure, fastapi, flask modules
opencensus-ext-azure 1.1.9
  • Fix export of exception information in traces
    (#​1187)
  • Modify metrics exporter to include setting export interval to 60s
    (#​1193)
opencensus-ext-fastapi 0.1.0
opencensus-ext-flask 0.8.2
  • Add exception information to span attributes
    (#​1188)

v0.11.1

Compare Source

Released 2023-01-18

  • Updated azure, httpx modules

v0.11.0

Compare Source

Released 2022-08-03

  • Updated azure, context, flask, requests modules

v0.10.0

Compare Source

Released 2022-07-05

  • Add kwargs to derived gauge
    (#​1135)

v0.9.0

Compare Source

Released 2022-04-20

  • Make sure handler.flush() doesn't deadlock
    (#​1112)

v0.8.0

Compare Source

Released 2021-10-05

  • Added integration tracking functionality, includes django, flask, http-lib, logging, mysql, postgresql, pymongo, pymysql, pyramid, requests, sqlalchemy modules
    (#​1065)
  • Support Python 3.8, 3.9
    (#​1048)

v0.7.13

Compare Source

Released 2021-05-13

  • Updated azure, django, flask, requests modules

v0.7.12

Compare Source

Released 2021-01-14

  • Updated azure, django, flask, grpc, httplib, pyramid, requests modules

v0.7.11

Compare Source

Released 2020-10-13

  • Updated azure, stackdriver modules

0.7.10

Released 2020-06-29

0.7.9

Released 2020-06-17

  • Hotfix for breaking change
    (#​915)

0.7.8

Released 2020-06-17

0.7.7

Released 2020-02-03

0.7.6

Released 2019-11-26

0.7.5

Released 2019-10-01

0.7.4

Released 2019-09-30

0.7.3

Released 2019-08-26

  • Added http code to grpc code status code mapping on utils
    (#​746)
  • Updated django, flask, httplib, requests and pyramid modules
    (#​755)
  • Updated requests module
    (#​771)

0.7.2

Released 2019-08-16

  • Fix GCP resource loading for certain environments
    (#​761)

0.7.1

Released 2019-08-05

  • Added set_status to span
    (#​738)
  • Update released stackdriver exporter version

0.7.0

Released 2019-07-31

  • Fix exporting int-valued stats with sum and lastvalue aggregations
    (#​696)
  • Fix cloud format propagator to use decimal span_id encoding instead of hex
    (#​719)

0.6.0

Released 2019-05-31

  • Refactored PeriodicTask
    (#​632)
  • Make ProbabilitySampler default, change default sampling rate
  • Pass span context to samplers, allow samplers to override parent sampling
    decision

0.5.0

Released 2019-04-24

0.4.1

Released 2019-04-11

  • Allow for metrics with empty label keys and values
    (#​611,
    #​614)

0.4.0

Released 2019-04-08

  • Multiple bugfixes
  • Use separate context package instead of threadlocals for execution context
    (#​573)

0.3.0

Released 2019-03-11

  • Fix gRPC client tracer reuse bug
    (#​539)
  • Update prometheus client and fix multiple bugs in the exporter
    (#​492)
  • Remove min and max from Distribution
    (#​501)
  • Replace stackdriver gke_container resources, see the GKE migration
    notes

    for details
  • Componentize the package distribution. All contrib
    packages

    are now decoupled from the core library, and can be released separately.

0.2.0

Released 2019-01-18

  • Fix multiple stackdriver and prometheus exporter bugs
  • Increase size of trace batches and change transport behavior on exit
    (#​452)

0.1.11

Released 2019-01-16

  • Fix a bug in the stackdriver exporter that caused spans to be exported
    individually
    (#​425)
  • Add this changelog

v0.7.10

Compare Source

Released 2020-06-29

v0.7.9

Compare Source

Released 2020-06-17

  • Hotfix for breaking change
    (#​915)

v0.7.8

Compare Source

Released 2020-06-17

v0.7.7

Compare Source

Released 2020-02-03

v0.7.6

Compare Source

Released 2019-11-26

v0.7.5

Compare Source

Released 2019-10-01

v0.7.4

Compare Source

Released 2019-09-30

v0.7.3

Compare Source

Released 2019-08-26

  • Added http code to grpc code status code mapping on utils
    (#​746)
  • Updated django, flask, httplib, requests and pyramid modules
    (#​755)
  • Updated requests module
    (#​771)

v0.7.2

Compare Source

Released 2019-08-16

  • Fix GCP resource loading for certain environments
    (#​761)

v0.7.1

Compare Source

Released 2021-05-13

  • Updated azure, django, flask, requests modules

v0.7.0

Compare Source

Released 2019-07-31

  • Fix exporting int-valued stats with sum and lastvalue aggregations
    (#​696)
  • Fix cloud format propagator to use decimal span_id encoding instead of hex
    (#​719)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@helmsman-bot
Copy link

Can one of the admins verify this patch?

@google-oss-robot google-oss-robot added gke-helmsman PSO helmsman project size/XS labels Aug 1, 2019
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.0 Update dependency opencensus to v0.7.1 Aug 6, 2019
@chrislovecnm
Copy link
Contributor

test this please

@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.1 Update dependency opencensus to v0.7.2 Aug 16, 2019
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.2 Update dependency opencensus to v0.7.3 Aug 26, 2019
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.3 Update dependency opencensus to v0.7.4 Oct 1, 2019
@google-oss-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: renovate-bot
To complete the pull request process, please assign bgeesaman
You can assign the PR to them by writing /assign @bgeesaman in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.4 Update dependency opencensus to v0.7.5 Oct 1, 2019
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.5 Update dependency opencensus to v0.7.6 Dec 14, 2019
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.6 Update dependency opencensus to v0.7.7 Feb 9, 2020
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.7 Update dependency opencensus to v0.7.10 Jun 30, 2020
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.10 Update dependency opencensus to v0.7.11 Oct 26, 2020
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.11 Update dependency opencensus to v0.7.12 Jan 23, 2021
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.12 Update dependency opencensus to v0.7.13 May 15, 2021
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.7.13 Update dependency opencensus to v0.8.0 Oct 20, 2021
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.8.0 Update dependency opencensus to v0.9.0 Apr 25, 2022
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.9.0 Update dependency opencensus to v0.11.0 Sep 25, 2022
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.11.0 Update dependency opencensus to v0.11.1 Jan 19, 2023
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.11.1 Update dependency opencensus to v0.11.2 Apr 2, 2023
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.11.2 Update dependency opencensus to v0.11.3 Sep 18, 2023
@renovate-bot renovate-bot changed the title Update dependency opencensus to v0.11.3 Update dependency opencensus to v0.11.4 Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants