Skip to content

Add issuerID to remote metrics #2042

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

Merged
merged 5 commits into from
Feb 28, 2022
Merged

Conversation

piotrm50
Copy link
Contributor

Description of change

Add issuerID to remote metrics

Type of change

Choose a type of change, and delete any options that are not relevant.

  • Enhancement (a non-breaking change which adds functionality)

How the change has been tested

Describe the tests that you ran to verify your changes.

Make sure to provide instructions for the maintainer as well as any relevant configurations.

Change checklist

Add an x to the boxes that are relevant to your changes, and delete any items that are not.

  • My code follows the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@piotrm50 piotrm50 self-assigned this Feb 14, 2022
@piotrm50 piotrm50 temporarily deployed to feature February 17, 2022 08:29 Inactive
Copy link
Contributor

@GalRogozinski GalRogozinski left a comment

Choose a reason for hiding this comment

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

Great!

I have an optional comment

@@ -1,3 +1,3 @@
ELK_VERSION=7.5.2
ELK_VERSION=7.13.2
Copy link
Contributor

Choose a reason for hiding this comment

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

There's already 8.0.0, no?

I usually recommend doing those changes in a seperate PR (assuming ansible creates a .env file from this template). This is because it is considered a bad practice to hide version upgradings inside PRs.

If someone tries to query elastic and get different behavior looking at git log won't tell him a thing...
Also if for some reason we understand that upgrading ELK is bad git revert won't work.

I guess in this project we less care about this stuff and I am not the repo maintainer, so I will simply approve and you can choose what you want to do with this comment :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is only for local deployment only. The version deployed by ansible is 7.13.2 already so it's more of a cosmetic change.

@piotrm50 piotrm50 merged commit c35d3b1 into develop Feb 28, 2022
@piotrm50 piotrm50 deleted the feat/remotemetrics-add-issuer-id branch February 28, 2022 12:55
This was referenced Mar 1, 2022
karimodm added a commit that referenced this pull request Mar 7, 2022
* add socat container

* initialize socat containers

* Pull socat image

* Fix: redirection using socat works

* Pull socat image in github integration tests workflow

* Pull socat image in github workflow

* Stop and remove socat containers when network shutdowns

* expose dashboard

* no socat for entry node

* Add issuerID to remote metrics (#2042)

* Add issuerID metric to remote metrics.

* Update local ELK stack version.

* Refactor: gofmt IssuerID

Co-authored-by: Andrea V <[email protected]>

* close socat containers quickly and hide errors

* bind Dag visualizer

* add comment

* fix capitalization issue

* kiil socat containers

Co-authored-by: Gal Rogozinski <[email protected]>
Co-authored-by: jkrvivian <[email protected]>
Co-authored-by: Piotrek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants