Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 28, 2020

Bumps cloud.google.com/go from 0.65.0 to 0.66.0.

Release notes

Sourced from cloud.google.com/go's releases.

google-cloud-go v0.66.0

Features

Bug Fixes

  • internal/kokoro: install the right version of docuploader (#2861) (d8489c1)
  • internal/kokoro: remove extra dash in doc tarball (#2862) (690ddcc)
  • profiler: do not collect disabled profile types (#2836) (faeb498), refs #2835

Reverts

  • cloudbuild): "feat(cloudbuild: Start generating apiv1/v3" (#2840) (3aaf755)
Changelog

Sourced from cloud.google.com/go's changelog.

0.66.0 (2020-09-15)

Features

Bug Fixes

  • internal/kokoro: install the right version of docuploader (#2861) (d8489c1)
  • internal/kokoro: remove extra dash in doc tarball (#2862) (690ddcc)
  • profiler: do not collect disabled profile types (#2836) (faeb498), refs #2835

Reverts

  • cloudbuild): "feat(cloudbuild: Start generating apiv1/v3" (#2840) (3aaf755)
Commits
  • d891ce4 chore: release 0.66.0 (#2784)
  • 6a541c2 feat(all): auto-regenerate gapics (#2849)
  • 690ddcc fix(internal/kokoro): remove extra dash in doc tarball (#2862)
  • c6ea14f doc(storage): clarify ObjectIterator error case (#2844)
  • d8489c1 fix(internal/kokoro): install the right version of docuploader (#2861)
  • 0dc7cea test(storage): update post policy v4 conformance (#2860)
  • ccfb273 chore(bigtable): release bigtable/v1.6.0 (#2845)
  • 37c70ac feat(godocfx): create Go DocFX YAML generator (#2854)
  • cca8632 spanner/spansql: fix parsing of adjacent inline and leading comments (#2851)
  • fc52577 chore(.github): update CODEOWNER for Data Analytics clients (#2856)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2020
@mx-psi mx-psi closed this Sep 28, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 28, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/processor/resourcedetectionprocessor/cloud.google.com/go-0.66.0 branch September 28, 2020 14:40
jackgopack4 pushed a commit that referenced this pull request Feb 26, 2025
…ry#38146)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

This PR adds support for configuring metric temporality (delta or
cumulative) in the telemetrygen tool. This allows users to generate
metrics with different temporality types, which is particularly useful
for testing different metric collection scenarios.

##### Changes

- Added `temporalityType` flag for metrics pipeline that accepts values:
`delta` or `cumulative`


<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes open-telemetry#38073 

<!--Describe what testing was performed and which tests were added.-->
#### Testing

Testing was performed by setting up as simple collector with `otlp
`receiver and `debug` exporter

##### Sum Datapoint

```
Resource SchemaURL: https://opentelemetry.io/schemas/1.13.0
Resource attributes:
     -> service.name: Str(telemetrygen)
ScopeMetrics #0
ScopeMetrics SchemaURL: 
InstrumentationScope  
Metric #0
Descriptor:
     -> Name: gen
     -> Description: 
     -> Unit: 
     -> DataType: Histogram
     -> AggregationTemporality: Delta
```

##### Histogram Datapoint

```
Count: 0
Sum: 3940.000000
ExplicitBounds #0: 0.000000
ExplicitBounds #1: 5.000000
ExplicitBounds #2: 10.000000
ExplicitBounds #3: 25.000000
ExplicitBounds #4: 50.000000
ExplicitBounds #5: 75.000000
ExplicitBounds #6: 100.000000
ExplicitBounds #7: 250.000000
ExplicitBounds #8: 500.000000
ExplicitBounds #9: 750.000000
ExplicitBounds #10: 1000.000000
ExplicitBounds #11: 2500.000000
ExplicitBounds #12: 5000.000000
ExplicitBounds #13: 7500.000000
ExplicitBounds #14: 10000.000000
Buckets #0, Count: 0
Buckets #1, Count: 0
Buckets #2, Count: 1
Buckets #3, Count: 0
Buckets #4, Count: 0
Buckets #5, Count: 0
Buckets #6, Count: 3
Buckets #7, Count: 4
Buckets #8, Count: 1
Buckets #9, Count: 1
Buckets #10, Count: 0
Buckets #11, Count: 0
Buckets #12, Count: 0
Buckets #13, Count: 0
Buckets #14, Count: 0
```


- [x] Need to add tests for the config

---------

Signed-off-by: Nikos Angelopoulos <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants