It's taken me way too long, but I managed to answer within this year (by a hair ;-)
Original Message:
Sent: Tue April 16, 2024 07:01 AM
From: Lena Sidorencov
Subject: Transferring COsts from Mongo to Apptio
Hi @Guillermo Cuadrado, thank you so much for the detailed answer! That is really helpful! It would be great if you could write a blog post with more details on this topic.
Best Regards, Lena
Original Message:
Sent: 04-15-2024 02:23
From: Guillermo Cuadrado
Subject: Transferring COsts from Mongo to Apptio
I don't know there exists a connector for MongoDB, but maybe the Apptio Datalink experts would know better.
Since you want to automate the whole process, @Lena Sidorencov, this is how I would do it:
- Have the MongoDB people create a query that exports the data you want, presumably database size, number of records, or some such metric for every application. This/these numbers would be the allocation key for Cost Transparency (CT)
- Create a local (=on-prem) Datalink connector. We use Local Filesystem connectors for similar purposes
- Prepare the table in CT that will hold the allocation keys by application
- When the connector runs, it would pick up the file and upload it to CT on its own to the table in step #3
- Have some logic in the Applications object that reads the keys for each instance
- Use that column in the allocation key, say from Databases to Applications, so that MongoDB costs go to each application proportionally to that value
We do this all the time for other purposes, e.g. downloading data from the CMDB, extracting information from monitoring systems, etc. By now we have about 20 such connectors.
Our process is semi-automated: I manually run a Python script that puts all the files in a given folder, and then run the connector group, also by hand. Of course, both steps could be automated.
I will write a blog post with more details, just in case you need them.
Good luck and do reach out if you need something else.
------------------------------
Regards, Guillermo
Original Message:
Sent: 04-15-2024 01:50
From: Lena Sidorencov
Subject: Transferring COsts from Mongo to Apptio
Hi @Jenny Franklin Thanks a lot for your reply! I am aware of this option, but in the first step my IT Colleques asked me to find out if there is an opportunity for a direct data transfer from Mongo to Apptio, because it would be the easiest way. If it is not possible then we would probably go with the option you offered.
Original Message:
Sent: 04-12-2024 12:05
From: Jenny Franklin
Subject: Transferring COsts from Mongo to Apptio
Hi @Lena Sidorencov, I haven't worked with MongoDB personally, but if you know the applications that use it, you could create a mapping, and then weight the cost of MongoDB going to the apps using the usage data.
Original Message:
Sent: 04-12-2024 05:39
From: Lena Sidorencov
Subject: Transferring COsts from Mongo to Apptio
Hello dear Apptio Community, does anyone of you has experience with transferring costs from MongoDB to Apptio and distributing them across applications? How did you go about it? Do you have any tips on how to proceed? I will be very thankful for every piece of advice.
#ApptioforAll