Skip to content

Commit

Permalink
[WIP] feat: flush metrics on shutdown
Browse files Browse the repository at this point in the history
Signed-off-by: Ridwan Sharif <[email protected]>
  • Loading branch information
ridwanmsharif committed Sep 24, 2024
1 parent b68bf66 commit 90c623a
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
github.com/Azure/go-autorest/autorest v0.11.29
github.com/Azure/go-autorest/autorest/adal v0.9.23
github.com/GoogleCloudPlatform/prometheus-engine v0.13.0-rc.0.0.20240806153622-8212dd14b922
github.com/GoogleCloudPlatform/prometheus-engine v0.13.0-rc.0.0.20240923193946-1d025e8f7b26
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
github.com/aws/aws-sdk-go v1.50.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,8 @@ github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 h1:XHOnouVk1mx
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/GoogleCloudPlatform/prometheus-engine v0.13.0-rc.0.0.20240806153622-8212dd14b922 h1:8wt8MsdZ35pnDUfPpIBybBQjY/WJE4FLjLpQpAge1ng=
github.com/GoogleCloudPlatform/prometheus-engine v0.13.0-rc.0.0.20240806153622-8212dd14b922/go.mod h1:sBKOjuqiJ2fHSTQj/91Z1SUqO2IZrhrBc/VvS7gYZU0=
github.com/GoogleCloudPlatform/prometheus-engine v0.13.0-rc.0.0.20240923193946-1d025e8f7b26 h1:LfhebE/IJsCs7AKa6WvKE2pX8IVAUCLfhoW3khoyVJ4=
github.com/GoogleCloudPlatform/prometheus-engine v0.13.0-rc.0.0.20240923193946-1d025e8f7b26/go.mod h1:l9DcQNz+digDrNC0F8e8L4fAKLfrrgHybFL80ePusGs=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version
github.com/AzureAD/microsoft-authentication-library-for-go/apps/public
# github.com/GoogleCloudPlatform/prometheus-engine v0.13.0-rc.0.0.20240806153622-8212dd14b922
# github.com/GoogleCloudPlatform/prometheus-engine v0.13.0-rc.0.0.20240923193946-1d025e8f7b26
## explicit; go 1.22.3
github.com/GoogleCloudPlatform/prometheus-engine/pkg/export
github.com/GoogleCloudPlatform/prometheus-engine/pkg/export/setup
Expand Down

0 comments on commit 90c623a

Please sign in to comment.