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

fix: unable to start pika exporter #2640

Merged

Conversation

Polaris3003
Copy link
Contributor

delete default value of codisaddr #2634

@github-actions github-actions bot added Invalid PR Title ☢️ Bug Something isn't working labels May 8, 2024
@Polaris3003 Polaris3003 changed the title fix start pika exporter fix: unable to start pika exporter May 8, 2024
@@ -19,7 +19,7 @@ import (
var (
hostFile = flag.String("pika.host-file", getEnv("PIKA_HOST_FILE", ""), "Path to file containing one or more pika nodes, separated by newline. NOTE: mutually exclusive with pika.addr.")
addr = flag.String("pika.addr", getEnv("PIKA_ADDR", ""), "Address of one or more pika nodes, separated by comma.")
codisaddr = flag.String("codis.addr", getEnv("CODIS_ADDR", "http://localhost:port/topom"), "Address of one or more codis topom urls, separated by comma.")
codisaddr = flag.String("codis.addr", getEnv("CODIS_ADDR", ""), "Address of one or more codis topom urls, separated by comma.")
Copy link
Collaborator

@AlexStocks AlexStocks May 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codisaddr = flag.String("codis.addr", getEnv("CODIS_ADDR", ""), "Address of one or more codis topom urls, separated by comma, such as \"http://localhost:port/topom\".")

@AlexStocks AlexStocks merged commit 1da3073 into OpenAtomFoundation:unstable May 8, 2024
13 checks passed
@Polaris3003 Polaris3003 deleted the fix_start_pika_exporter branch May 8, 2024 07:20
chejinge pushed a commit that referenced this pull request May 15, 2024
* delete defalut value of codisadr

* add description for using codisaddr

* Update main.go

---------

Co-authored-by: xiaodi05 <[email protected]>
Co-authored-by: Xin.Zh <[email protected]>
chenbt-hz pushed a commit to chenbt-hz/pika that referenced this pull request Jun 3, 2024
* delete defalut value of codisadr

* add description for using codisaddr

* Update main.go

---------

Co-authored-by: xiaodi05 <[email protected]>
Co-authored-by: Xin.Zh <[email protected]>
bigdaronlee163 pushed a commit to bigdaronlee163/pika that referenced this pull request Jun 8, 2024
* delete defalut value of codisadr

* add description for using codisaddr

* Update main.go

---------

Co-authored-by: xiaodi05 <[email protected]>
Co-authored-by: Xin.Zh <[email protected]>
cheniujh pushed a commit to cheniujh/pika that referenced this pull request Sep 24, 2024
* delete defalut value of codisadr

* add description for using codisaddr

* Update main.go

---------

Co-authored-by: xiaodi05 <[email protected]>
Co-authored-by: Xin.Zh <[email protected]>
cheniujh pushed a commit to cheniujh/pika that referenced this pull request Sep 24, 2024
* delete defalut value of codisadr

* add description for using codisaddr

* Update main.go

---------

Co-authored-by: xiaodi05 <[email protected]>
Co-authored-by: Xin.Zh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.5.4 4.0.0 ☢️ Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants