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: lablabs/cloudflare-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.14
Choose a base ref
...
head repository: lablabs/cloudflare-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.15
Choose a head ref
  • 3 commits
  • 27 files changed
  • 6 contributors

Commits on Aug 14, 2023

  1. Upgrade alpine to 3.18

    xbglowx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6eec2ab View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge pull request #98 from xbglowx/upgrade-alpine-3.18

    Upgrade alpine to 3.18
    haad authored May 7, 2024
    Configuration menu
    Copy the full SHA
    f612a39 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Go 1.22 update (#111)

    * Bump GO to 1.22
    
    * Extending firewall metrics with rule names
    
    * Adding account specific rule to firewall metrics
    
    * Add Cloudflare Logpush metrics for account and zone
    
    * Selector is included in labels
    
    Bump chart version
    
    * Add Account Label to Metrics
    
    This commit adds the Account label to the metrics label list. The Account label
    provides additional context to the metrics, allowing for better categorization
    and analysis of data. This change enhances the accuracy and granularity of the
    metrics collected.
    
    - Added Account label to metrics
    - Improved data categorization and analysis
    
    Signed-off-by: Denys Lemeshko <lde@linuxhelp.com.ua>
    
    Fix missing label
    
    * Add account to labels on logpush events, bump golangci
    
    fix golang-ci lint action
    
    some golangci-lint fixes
    
    * Use cobra and viper as maintained alternatives to namsral/flag library. Add basic tests just make sure you provide .env file with right variables.
    
    ---------
    
    Co-authored-by: Oleksii Serhiienko <oleksii.serhiienko@getyourguide.com>
    Co-authored-by: Bhushan Thakur <bhthakur@redhat.com>
    Co-authored-by: Mark Pierce <mark.pierce@debijenkorf.nl>
    Co-authored-by: Denys Lemeshko <lde@linuxhelp.com.ua>
    5 people authored May 13, 2024
    Configuration menu
    Copy the full SHA
    7f97eee View commit details
    Browse the repository at this point in the history
Loading