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

[WIP] feat: flush metrics on shutdown #203

Draft
wants to merge 1 commit into
base: release-2.45.3-gmp
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.20240930175125-d9695bf8b426
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.20240930175125-d9695bf8b426 h1:aPAzuRlO532DmNTpkc1jmgjwfDiRLIFTXryhhsnieUk=
github.com/GoogleCloudPlatform/prometheus-engine v0.13.0-rc.0.0.20240930175125-d9695bf8b426/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.20240930175125-d9695bf8b426
## explicit; go 1.22.3
github.com/GoogleCloudPlatform/prometheus-engine/pkg/export
github.com/GoogleCloudPlatform/prometheus-engine/pkg/export/setup
Expand Down
Loading