-
Notifications
You must be signed in to change notification settings - Fork 69
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
Initialize Spring context and properties #3
Milestone
Comments
JonasKunz
pushed a commit
to JonasKunz/inspectit-ocelot
that referenced
this issue
Dec 12, 2018
JonasKunz
added a commit
that referenced
this issue
Dec 13, 2018
JonasKunz
pushed a commit
to JonasKunz/inspectit-ocelot
that referenced
this issue
Dec 13, 2018
…on management to InspectitEnvironment.
ArianeKraus
added a commit
to ArianeKraus/inspectit-ocelot
that referenced
this issue
Sep 24, 2019
ArianeKraus
added a commit
to ArianeKraus/inspectit-ocelot
that referenced
this issue
Sep 24, 2019
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Apr 8, 2020
danipaniii
referenced
this issue
in danipaniii/inspectit-ocelot
Sep 29, 2022
heiko-holz
pushed a commit
that referenced
this issue
Oct 17, 2022
…not available) due to missing configuration - backend (#1527) * DynamicallyActivatableServiceObserver is going ood * Improve behavior in the UI when agent commands fail (for log-preloading) * Improve behavior in the UI when agent commands fail (for downloading support archive) * Fixing HttpPropertySourceStateTest * Fixing checkMap Test * Fixing DASObserver Test as well as implementing requests from the review * Fixing HttpPropertySourceStateTest * Trying to fix eslint test * Trying to fix eslint test #2 * Fixing eslint test #3 Co-authored-by: Priebe Daniel <dpr@novatec-gmbh.de>
heiko-holz
pushed a commit
that referenced
this issue
Nov 14, 2022
…not available) due to missing configuration - frontend (#1528) * DynamicallyActivatableServiceObserver is going ood * Improve behavior in the UI when agent commands fail (for log-preloading) * Improve behavior in the UI when agent commands fail (for downloading support archive) * Fixing HttpPropertySourceStateTest * Fixing checkMap Test * Fixing DASObserver Test as well as implementing requests from the review * Fixing HttpPropertySourceStateTest * Trying to fix eslint test * Trying to fix eslint test #2 * Fixing eslint test #3 * Implementing an UI that shows the states of the services, in the future the buttons can be used to enable/disable the services * Fixing eslint errors try 1 * Fixing eslint errirs try 2 * Fixing eslint errors try3 * Fixing eslint errors try4 * Fixing eslint errors try5 * Fixing eslint errors -> not so beautiful way * Fixing eslint errors another try -> not so beautiful * Fixing eslint and prettier errors * Update Readme to help developers handle prettier errors in the Config UI tests * Minor improvements in README for prettier trouble shooting * feat(ui): slight adjustment of messages when log preloading and/or agent commands are not available (#1495) * feat(config-server): minor comment fix (#1495) * Adding button and tooltip to show service states, as well as fixing a major logic error * deleted install-state.gz * A little styling and adding a sortable function to the service state table in the dialog * Expand documentation for the config server ui * Changing the name of property settingStates to a more suitable name * Update gitignore * delete install-state.gz * add status-table-view to sidebar * add note to README of configuration-server-ui to access preview version * Updating service state dialog(added close button) and updated gitignore for the .yarn folder * Merged latest commit from inspectit master and checked that everything works * fix overlap of service-name and badge Co-authored-by: Priebe Daniel <dpr@novatec-gmbh.de> Co-authored-by: Heiko Holz <heiko.holz@novatec-gmbh.de> Co-authored-by: Daniel Priebe <daniel.priebe@novatec-gmbh.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instrumentation
to the context we will need this later on)if not provided externally then default
.Before starting, have a look on:
The text was updated successfully, but these errors were encountered: