Commit Graph

326 Commits

Author SHA1 Message Date
Cedric Ziel
a8f89df7dd Merge pull request #52 from instana/composer2-fix
Fix implicit upgrade of composer to version 2
2021-02-11 08:51:59 +01:00
Cedric Ziel
436e7eef7e Merge branch 'master' into composer2-fix 2021-02-11 08:51:54 +01:00
Cedric Ziel
9091749a9d Fix implicit upgrade of composer to version 2 2021-02-11 08:49:57 +01:00
Cedric Ziel
d866400e91 Merge pull request #51 from instana/cedricziel-opcache
Install opcache PHP extension
2021-02-11 08:27:05 +01:00
Cedric Ziel
65be51cb2b Install opcache PHP extension 2021-02-11 08:26:11 +01:00
Nathan Fisher
80616f0090 Add redis.storageClassName to permit an override of the storage class (#50) 2020-12-14 18:14:31 -05:00
Nathan Fisher
d60dc128c4 Add table outlining Helm key values (#49) 2020-12-14 14:55:08 -05:00
Cedric Ziel
e181d9bf07 Merge pull request #47 from instana/logging
Add logging settings to prevent system pollution
2020-11-16 16:06:17 +01:00
Cedric Ziel
4c243455b8 Add logging branches to prevent system pollution 2020-11-16 16:04:49 +01:00
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