Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: autometrics-dev/autometrics-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: autometrics-dev/autometrics-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 15 commits
  • 36 files changed
  • 6 contributors

Commits on Sep 12, 2023

  1. add otel push exporter (#137)

    * add otel push exporter
    
    * rename examples to make it more understanding
    
    * add must use notice as well functions to customize timeout and period
    
    * fail compile if no runtime is enabled
    
    * update changelog
    
    * add feature flag documentation
    
    * add documentation
    mellowagain authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    88ad063 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Fix a minor typo (#138)

    Since this isn't ever used, this doesn't really affect anything, but
    just for clarity, fix the typo of 'prometheus' in the full-api example.
    
    Signed-off-by: Paul R. Tagliamonte <[email protected]>
    paultag authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c9bd7e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    951a41f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update to syn v2 (#145)

    * Update to syn v2
    
    * Update autometrics/tests/init_to_zero_test.rs
    
    Co-authored-by: Mari <[email protected]>
    
    * Restore old error message
    
    * Add `syn` v2 update to changelog
    
    ---------
    
    Co-authored-by: Mari <[email protected]>
    aumetra and mellowagain authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1381182 View commit details
    Browse the repository at this point in the history
  2. add better error message when using async-trait (#149)

    * add better error message when using `async-trait`
    
    * change output file
    
    * move #121 compile tests into trybuild harness
    mellowagain authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2b43d0a View commit details
    Browse the repository at this point in the history
  3. update changelog for #149 (#150)

    * update changelog for #149
    
    * add pr template
    mellowagain authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    778ecb4 View commit details
    Browse the repository at this point in the history
  4. Add changelog message for PR #147 (#148)

    Simplify CHANGELOG.md by removing headers
    hatchan authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    fdb6234 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. add missing feature flag to opentelemetry_otlp for otel-push-exporter (

    …#151)
    
    * add missing feature flag to opentelemetry_otlp for otel-http-push-exporter
    
    * update changelog and rustfmt
    
    * pr review
    mellowagain authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    10e9c77 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. [autometrics 1.0 compliance] add repo url and provider (#152)

    * add repo url and provider
    
    * update changelog
    
    * coulda lso add the pr number ngl
    
    * fix wrong cardinality
    
    * unintended change my bad
    mellowagain authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b887363 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. [autometrics 1.0 compliance] add autometrics.version to build_info (

    #154)
    
    * add `autometrics.version` to `build_info`
    
    * update changelog
    
    * use dot notation
    
    * use a const to prevent repetition
    mellowagain authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4cfd2f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. [autometrics 1.0 compliance] allow setting repo url and provider at r…

    …untime (#156)
    
    * allow setting repo url and provider at runtime
    
    * update changelog
    mellowagain authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6aaaec6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. update opentelemetry to 0.21 and prometheus-client to 0.22 (#159, #…

    …160)
    
    * otel update
    
    * update actions too
    
    * update trybuild error
    
    * update actions
    
    * exemplars as well
    
    * update otel exporter
    
    * update changelog
    
    * update prometheus-client to 0.22 (#160)
    
    * upgrade prometheus-client
    
    * update changelog
    
    * add notice in changelog
    
    * fix typo
    mellowagain authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1af33f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. add full support for async-trait (#161)

    * add full support for async-trait
    
    * move async trait support from compile fail to pass
    
    * update changelog
    
    * update changelog again
    mellowagain authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    69e64f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. fix #[async_trait] attribute not being correctly detected when its …

    …re-exported from another crate (#164)
    
    * fix detection of `#[async_trait]` attribute
    
    * use regex instead
    
    * remember which async-trait to readd
    
    * update changelog
    
    * change comment to be used in `.expect`
    
    Co-authored-by: Gerry Agbobada <[email protected]>
    
    ---------
    
    Co-authored-by: Gerry Agbobada <[email protected]>
    mellowagain and gagbo authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8600582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c6ae63 View commit details
    Browse the repository at this point in the history
Loading