BTM agent relationship with Hawkular agent
by Gary Brown
Hi
On the team call just now, Heiko raised a question about whether the BTM agent could work with the Hawkular agent. So thought I would start this discussion thread to see what the potential options are.
I currently see two issues:
1) The BTM agent must be configured on the jvm command line as a "-javaagent" to install ByteMan for instrumentation purposes. This is instantiated before the JBoss modules (and therefore subsystems etc) are initialised.
2) The hawkular agent won't necessarily be installed in all monitored servers, and instead remotely monitor some. The BTM agent would need to be installed in all servers where business transactions are executing.
One type of integration that may be possible is in terms of delivering the captured business transaction information to the backend? i.e. the BTM agent locally reports it to the Hawkular agent as a relay?
Thoughts?
Regards
Gary
14 hours, 16 minutes
Suggesting for you the best online casino
by Lala Malala
Winward Casino offers an exciting gaming experience with a wide range of slots, table games, and live dealer options. With generous bonuses and promotions, it's easy to get started and enjoy the thrill of winning. Plus, their secure payment options and responsive customer support ensure a smooth and enjoyable gaming experience for all players. Join Winward Casino today and discover endless entertainment and opportunities to win big! Try to play Winward now https://winward.casinologinaustralia.com
3 days, 13 hours
some new agent features
by John Mazzitelli
Just wanted to blast out a message about some new wildfly agent features.
1) Agent now supports secure communications between itself and any of its managed WildFly servers. I documented how to enable security in the management interface of WildFly here:
https://github.com/hawkular/hawkular.github.io/blob/pages/src/main/jbake/...
2) Agent now supports monitoring JMX resources via Jolokia interface.
The agent now can collect JMX metrics and availability data and can inventory JMX resources in the same manner as it can with DMR resources using the Jolokia interface (Jolokia is a very nice REST interface to JMX). Just as we have <metric-dmr>, <avail-dmr>, <resource-type-dmr>, <remote-dmr>, and related DMR settings in the agent subsystem, we now have <metric-jmx>, <avail-jmx>, <resource-type-jmx>, <remote-jmx> settings as well. So the agent can be given metadata that tells it what to do. As with remote WF servers, the agent also supports secure comm to the remote jolokia JMX server.
There are a few things currently on the TODO for the agent:
1) utilize the new inventory "name" attribute - they now have "name" as a first-class setting - I need to see what the agent has to do to use it
2) utilize the inventory's "operation" metadata - I believe operations are now first class concepts in inventory - I need to figure out how to populate it
3) provide a mechanism for the agent to detect runtime changes to inventory. Right now, after the agent does its initial inventory scan, that's it. The inventory is fixed, all resource configuration is fixed, and all we do is collect metrics. The caveat is that if someone deploys a new app or adds a new JDBC driver, we force a new scan. We need a way to detect new resources in inventory (and old resources removed from inventory) and we need a way to detect changes to resource config. This should work for both DMR and JMX inventory items.
4) Need a way to consume wildfly notifications that other subsystems emit and figure out how to send that to a hawkualr events subsystem.
5) Peter is implementing/has implemented the JDBC driver CRUD and datasource CRUD, gonna see how easy it is to implement reload.
I'm sure I'm forgetting something, but .. that's what I remember.
3 weeks
Corrections and suggestions on Explorer for android client
by Anuj Garg
Hello everyone,
A tree structure of the explorer is approx ready for the android client and
I was curious if i am wrong somewhere.
First of all, All feeds are collected by call to
/inventory/feeds
feed call for resources
/inventory/feeds/{feed}/resources
call for rec resources and metrics
/inventory/feeds/{feed}/resources/{resid}/recursiveChildren
/inventory/{feed}/resources/{resid}/metrics
Am I missing something?
Thanks
Anuj Garg
3 weeks, 6 days
Mastering the Art of Academic Writing
by derek jackson
Developing strong writing skills is essential for students striving for academic success. Crafting well-structured essays, term papers, and research projects requires not only knowledge of the subject but also the ability to present arguments clearly and persuasively. Understanding Essay Writing Techniques and Tips can significantly improve the quality of written work.
One of the most important aspects of academic writing is planning. Before starting, students should carefully analyze the assignment requirements, identify key points, and create an outline. This helps organize thoughts and ensures that the paper flows logically from introduction to conclusion. A well-structured outline provides a roadmap, making the writing process more efficient and less overwhelming.
Research plays a crucial role in creating high-quality academic papers. Reliable sources, such as academic journals, books, and credible websites, provide the necessary evidence to support arguments. It is important to evaluate sources critically, ensuring they are relevant and up to date https://writepaperfor.me/blog/business-essay-topics . Taking detailed notes while researching helps in structuring the paper and avoiding plagiarism.
A strong introduction is the foundation of any well-written essay. It should grab the reader’s attention, introduce the topic, and present a clear thesis statement. The thesis acts as the central argument, guiding the rest of the paper. Each body paragraph should focus on a single idea, supported by evidence and logical reasoning. Connecting ideas smoothly enhances readability and coherence.
For students working on business essay topics, clarity and precision are key. Business-related papers often require analyzing case studies, industry trends, and financial data. Using clear language, avoiding unnecessary jargon, and structuring the content effectively are essential for presenting a well-reasoned argument. Additionally, referencing credible business sources strengthens the validity of claims.
Editing and proofreading are critical steps in the writing process. After completing a draft, students should take time to revise their work, checking for clarity, coherence, and grammatical errors. Reading the paper aloud can help identify awkward phrasing and inconsistencies. Seeking feedback from peers or using writing tools can further refine the final draft.
Proper citation is essential in academic writing. Different institutions and disciplines require specific citation styles, such as APA, MLA, or Chicago. Correctly citing sources not only gives credit to original authors but also demonstrates academic integrity. Keeping track of references during research makes it easier to format citations correctly in the final version.
Time management is another key factor in successful academic writing. Procrastination often leads to rushed work and lower-quality essays. Setting realistic deadlines for each stage of the writing process—research, drafting, revising, and finalizing—helps students stay on track. Allocating sufficient time for each phase ensures a well-developed and polished paper.
By applying effective Essay Writing Techniques and Tips, students can enhance their writing skills and produce high-quality academic work. Developing a structured approach, conducting thorough research, refining arguments, and managing time efficiently all contribute to academic success. With practice and dedication, mastering academic writing becomes a valuable skill that benefits students throughout their educational journey.
1 month
games
by Monka Wonka
where I can play slots??
1 month
some new hawkular openshift agent stuff
by John Mazzitelli
FYI: some new things went into HOSA (that's the Hawkular OpenShift Agent for the uninitiated).
1. The agent now emits its own metrics and can monitor itself. Right now it just emits some basic "go" metrics like memory usage, CPU usage, etc along with one agent-specific one - a counter that counts the number of data points it has collected in its lifetime. We'll add more metrics as we figure out the things people want to see, but we have the infrastructure in place now.
2. The agent is deployed as a daemonset. This means as new nodes are brought online, an agent will go along with it (or so I'm told :)
3. The agent has changed the way it discovers what to monitor - it no longer looks at annotations on pods to determine where the configmaps are for those pods. Instead, it looks up volume declarations to see if there is an agent configmap defined. This was done to be ready for the future when new security constraints will be introduced in OpenShift which would have broken our annotation approach. This approach using volumes should not hit that issue.
NOTE: If you are building the latest agent from master, we added some dependencies so you have to update your dependencies via Glide by using the "make update-deps" target prior to building from source.
1 month