Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closes #1184 - New Demo setup needed for InfluxDB and Jaeger combination #1186

Merged
merged 2 commits into from
Aug 16, 2021

Conversation

timwildberger
Copy link
Contributor

@timwildberger timwildberger commented Aug 12, 2021

closes #1184


This change is Reviewable

@Patrick-Eichhorn Patrick-Eichhorn changed the title Closes #1184 Closes #1184 - New Demo setup needed for InfluxDB and Jaeger combination Aug 12, 2021
@Patrick-Eichhorn Patrick-Eichhorn self-assigned this Aug 12, 2021
Copy link
Contributor

@Patrick-Eichhorn Patrick-Eichhorn left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 2 files at r1, all commit messages.
Reviewable status: 1 of 2 files reviewed, 14 unresolved discussions (waiting on @Patrick-Eichhorn and @timwildberger)


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 7 at r1 (raw file):

:1.11.1

Can you edit the tag, to use the Environment Variable (.env file)?


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 15 at r1 (raw file):

:1.11.1

see above


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 29 at r1 (raw file):

1.6

Can you test/add the newest stable release (IMO this is 1.25.0)?


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 36 at r1 (raw file):

inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 43 at r1 (raw file):

      - INSPECTIT_EXPORTERS_METRICS_PROMETHEUS_ENABLED=false
      - INSPECTIT_EXPORTERS_METRICS_INFLUX_URL=http://influxdb:8086
      - INSPECTIT_EXPORTERS_TRACING_JAEGER_URL=http://jaeger:14268/api/traces

Maybe we can add the Exporter Settings to the Configuration Server, this is a good example for agent mapping (for all petclinic services, one config -> Agent Mapping)


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 55 at r1 (raw file):

inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 75 at r1 (raw file):

inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 96 at r1 (raw file):

inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 117 at r1 (raw file):

inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 138 at r1 (raw file):

inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 158 at r1 (raw file):

tracing-server:

IMO this service is not required?


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 168 at r1 (raw file):

inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 184 at r1 (raw file):

1.7.1

Can you test/add the newest InfluxDB (1) Release (IMO this is 1.8 )


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 211 at r1 (raw file):

inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?

Copy link
Contributor Author

@timwildberger timwildberger left a comment

Choose a reason for hiding this comment

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

Reviewable status: 1 of 2 files reviewed, 14 unresolved discussions (waiting on @Patrick-Eichhorn)


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 7 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
:1.11.1

Can you edit the tag, to use the Environment Variable (.env file)?

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 15 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
:1.11.1

see above

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 29 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
1.6

Can you test/add the newest stable release (IMO this is 1.25.0)?

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 36 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 43 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…

Maybe we can add the Exporter Settings to the Configuration Server, this is a good example for agent mapping (for all petclinic services, one config -> Agent Mapping)

We don't need to specify the Exporters since the configuration file gets used for every docker-compose-file with every collector-agent-combination.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 55 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 75 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 96 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 117 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 138 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 158 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
tracing-server:

IMO this service is not required?

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 168 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 184 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
1.7.1

Can you test/add the newest InfluxDB (1) Release (IMO this is 1.8 )

Done.


inspectit-ocelot-demo/docker-compose-influxdb-jaeger.yml, line 211 at r1 (raw file):

Previously, Patrick-Eichhorn wrote…
inspectit-oce-demo-1.0

Can you add and use this tag to/from the .env File?

Done.

Copy link
Contributor

@Patrick-Eichhorn Patrick-Eichhorn left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 3 of 3 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @timwildberger)

@Patrick-Eichhorn Patrick-Eichhorn merged commit caa5e45 into inspectIT:master Aug 16, 2021
Patrick-Eichhorn added a commit that referenced this pull request Aug 16, 2021
@timwildberger timwildberger deleted the iss1184 branch August 17, 2021 15:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Demo setup needed for InfluxDB and Jaeger combination
2 participants