Commit Graph

317 Commits

Author SHA1 Message Date
Cedric Ziel
8cd5551984 Remove leftover njs config 2020-11-02 17:47:23 +01:00
Cedric Ziel
d45b613b61 Merge pull request #46 from instana/geo 2020-11-02 13:28:35 +01:00
Cedric Ziel
a5ed9ab94e Send header for leftover calls 2020-11-02 13:27:45 +01:00
Cedric Ziel
80082a58c0 Reduce set of data centers and add some ip addresses 2020-11-02 13:27:29 +01:00
Cedric Ziel
4745f2393c Add datacenter tag to entry-spans
This will add a random "datacenter" tag on the entries where
supported to improve showcasing geo capabilities.
2020-11-02 13:07:19 +01:00
Cedric Ziel
a11b90275c Add x-forwarded-for header in load-gen instead 2020-11-02 13:07:19 +01:00
Cedric Ziel
0ceed6d94f Add docker-compose healthchecks to services that support it 2020-11-02 13:06:16 +01:00
Steve Waterworth
29554c3023 limit image builds 2020-10-22 09:23:55 +01:00
steveww
d7a782b255 Merge pull request #44 from instana/geo
Showcase geo tags for calls derived from x-forwarded-for header. LGTM.
2020-10-21 14:52:12 +01:00
Steve Waterworth
d98d955fae minor optimisations 2020-10-21 12:53:31 +01:00
Cedric Ziel
83ab82407c Showcase geo tags for calls derived from x-forwarded-for header 2020-10-19 11:55:31 +02:00
Cedric Ziel
f0619949bc Enable PHP profiling for ratings service (#43) 2020-10-05 15:39:27 +02:00
steveww
3d9ce2607b Merge pull request #30 from instana/synthetics
Modernize ratings service and send synthetic headers for healthchecks
2020-10-05 12:24:25 +01:00
Cedric Ziel
838f96536c Merge branch 'master' into synthetics 2020-10-05 13:01:24 +02:00
Cedric Ziel
e727811823 Add .gitignore file for shipping service 2020-10-05 12:27:54 +02:00
Steve Waterworth
345ba7561c spring boot 2020-09-01 16:49:43 +01:00
Steve Waterworth
775e380318 bump version 2020-09-01 16:33:07 +01:00
Steve Waterworth
5ef8c91c3c Merge branch 'springboot' 2020-09-01 16:31:58 +01:00
Steve Waterworth
f0b49233a3 spring boot application 2020-09-01 16:30:35 +01:00
Steve Waterworth
86bcdd57c2 preloading data no longer works 2020-09-01 16:25:04 +01:00
Steve Waterworth
247fbb02df Add VOLUME to fix fs issue with overlay 2020-08-26 13:08:33 +01:00
Steve Waterworth
7c3ffda0cb change package name 2020-08-26 12:49:20 +01:00
Steve Waterworth
f0043a520b different frameworks 2020-08-26 12:48:37 +01:00
Steve Waterworth
caf9f7b9dd first failed attempt 2020-08-25 17:39:53 +01:00
Cedric Ziel
c47eb4a1db Merge branch 'master' into synthetics 2020-08-25 09:17:26 +02:00
Cedric Ziel
f67e3f6f87 Merge pull request #39 from instana/cedricziel-patch-1
Add bare-bones github actions workflow for building robot-shop
2020-08-25 09:17:09 +02:00
Cedric Ziel
090851e57a Merge branch 'master' into synthetics 2020-08-25 08:59:16 +02:00
Cedric Ziel
c043fd38af Create push.yml 2020-08-24 16:29:09 +02:00
Steve Waterworth
1d5d632dd8 update mysql versions 2020-07-06 10:29:48 +01:00
Cedric Ziel
7e6b390dd9 Merge branch 'master' into synthetics 2020-06-23 14:55:49 +02:00
Steve Waterworth
1ab2ee68af locust breaking changes 2020-06-23 10:37:11 +01:00
Steve Waterworth
4242f59c3f request latest version 2020-06-23 10:18:29 +01:00
Steve Waterworth
25bcebfc59 bump version 2020-06-23 10:13:49 +01:00
Steve Waterworth
184093b14b fix indent 2020-06-23 10:13:30 +01:00
Cedric Ziel
6af5a3bcf4 Correctly add CORS header in responseFilter 2020-06-22 11:34:07 +02:00
Cedric Ziel
8ea413da09 Wire HealthCheckService in container 2020-06-22 11:27:17 +02:00
Cedric Ziel
09b571c87e Use correct parameter type for LoggingProcessor header crunching 2020-06-22 11:27:16 +02:00
Cedric Ziel
f06a04ff86 Set default pullPolicy of IfNotPresent for helm chart
This will allow preloading images into the cluster
so the images dont have to be pulled. This is useful
for images/tags that are currently not in a public
registry. Otherwise it will try pulling anyways
and fail even if the image is already known to the
local daemon.
2020-06-22 11:27:16 +02:00
Cedric Ziel
4063325ac1 Add healthchecks to shipping service 2020-06-22 11:27:16 +02:00
Cedric Ziel
ac8753e19e Add k8s readinessProbe for ratings service 2020-06-22 11:27:16 +02:00
Cedric Ziel
6bcb2872c3 Introduce docker-compose healtcheck using X-INSTANA-SYNTHETIC 2020-06-22 11:27:16 +02:00
Cedric Ziel
83e1977b2f Transform ratings service to Symfony MicroKernel application
The ratings service contained a PHP 4 style code. This change
introduces a framework for processing the http-requests so we
dont have to do it on our own.

It'll also showcase how Instana is usable with modern PHP.
2020-06-22 11:26:49 +02:00
Cedric Ziel
9369788ced Merge pull request #35 from instana/proooooofiles 2020-06-22 11:12:14 +02:00
Cedric Ziel
f98c59a891 Remove unreachable panic and correctly sprintf 2020-06-22 11:10:02 +02:00
Cedric Ziel
fcb1643bef Use empty select to block, not custom channel 2020-06-22 11:09:33 +02:00
Cedric Ziel
1f6f0bd745 Return early on error in queue setup 2020-06-22 11:07:08 +02:00
Cedric Ziel
2fa53fc11e Enable AutoProfiling for golang component 2020-06-22 10:52:21 +02:00
Cedric Ziel
cf0ada6d51 Merge pull request #34 from mmanciop/patch-3 2020-06-22 09:49:42 +02:00
Cedric Ziel
a2e783d333 Merge pull request #33 from mmanciop/patch-2 2020-06-22 09:49:27 +02:00
Cedric Ziel
136dd5f987 Merge pull request #32 from instana/node-profiling 2020-06-22 09:48:53 +02:00